Al-Qurtas-Islamic-bank-The-.../src/sdf
Anuj Verma 6218c942ad [sdf] Fix compiler warnings.
* src/sdf/ftsdf.c (get_control_box): Use goto instead of letting the next case statement
  execute to avoid compiler warning [-Wimplicit-fallthrough=].

* src/sdf/ftsdf.c (sdf_generate_bounding_box): Fix compiler warning due to signed
  unsigned mismatch.

* src/sdf/ftsdfrend.c (ft_sdf_done): The function must have a return type of `void'
  to match the signature of `FT_Module_Destructor'.
2020-08-24 09:40:46 +05:30
..
ftbsdf.c [sdf, bsdf] Fix compiler warnings. 2020-08-23 18:03:39 +05:30
ftsdf.c [sdf] Fix compiler warnings. 2020-08-24 09:40:46 +05:30
ftsdf.h [bsdf] Added forward declaration of the `bsdf' rasterizer. 2020-08-20 21:27:59 -07:00
ftsdfcommon.h [sdf] Added common elements for `sdf' and `bsdf' renderers. 2020-08-17 11:40:57 +05:30
ftsdferrs.h [sdf] Added common elements for `sdf' and `bsdf' renderers. 2020-08-17 11:40:57 +05:30
ftsdfrend.c [sdf] Fix compiler warnings. 2020-08-24 09:40:46 +05:30
ftsdfrend.h [sdf] Added raster params struct. 2020-08-17 16:11:56 +05:30
module.mk [sdf] Add the `sdf' module to `modules.cg' and fix makefiles. 2020-08-19 17:30:44 +05:30
rules.mk [sdf] Add the `sdf' module to `modules.cg' and fix makefiles. 2020-08-19 17:30:44 +05:30
sdf.c [sdf] Added raster params struct. 2020-08-17 16:11:56 +05:30