Searched refs:autohint (Results 1 – 18 of 18) sorted by relevance
192 if ( !error && face->autohint.finalizer ) in FT_Set_MM_Design_Coordinates()194 face->autohint.finalizer( face->autohint.data ); in FT_Set_MM_Design_Coordinates()195 face->autohint.data = NULL; in FT_Set_MM_Design_Coordinates()227 if ( !error && face->autohint.finalizer ) in FT_Set_MM_WeightVector()229 face->autohint.finalizer( face->autohint.data ); in FT_Set_MM_WeightVector()230 face->autohint.data = NULL; in FT_Set_MM_WeightVector()301 if ( !error && face->autohint.finalizer ) in FT_Set_Var_Design_Coordinates()303 face->autohint.finalizer( face->autohint.data ); in FT_Set_Var_Design_Coordinates()304 face->autohint.data = NULL; in FT_Set_Var_Design_Coordinates()377 if ( !error && face->autohint.finalizer ) in FT_Set_MM_Blend_Coordinates()[all …]
805 FT_Bool autohint = FALSE; in FT_Load_Glyph() local875 autohint = TRUE; in FT_Load_Glyph()903 autohint = TRUE; in FT_Load_Glyph()907 if ( autohint ) in FT_Load_Glyph()1157 if ( face->autohint.finalizer ) in destroy_face()1158 face->autohint.finalizer( face->autohint.data ); in destroy_face()
257 <edit name="autohint" mode="assign">272 <edit name="autohint" mode="assign">287 <edit name="autohint" mode="assign">
20 ..\..\src\autohint\autohint.c
84 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()92 face->autohint.data = in af_property_get_face_globals()94 face->autohint.finalizer = in af_property_get_face_globals()
51 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()58 face->autohint.data = in af_loader_reset()60 face->autohint.finalizer = in af_loader_reset()
49 #define FT_INTERNAL_AUTOHINT_H <freetype/internal/autohint.h>
269 * src/autohint/ahhint.c (ah_align_linked_edge): Modified computation322 * src/autohint/ahhint.c (ah_hinter_load): Fix advance width338 * src/autohint/ahhint.c (ah_hinter_load): Auto-hinted glyphs had an605 * src/autohint/ahhint.c (ah_hinter_hint_edges): s/UNUSED/FT_UNUSED/.678 * src/autohint/ahhint.c (ah_hinter_hint_edges): Use UNUSED() to725 * src/autohint/ahglyph.c (ah_outline_load,729 * src/autohint/ahhint.c (ah_align_serif_edge): New argument736 * src/autohint/ahmodule.c: Implement support for DEBUG_HINTER macro.737 * src/autohint/ahtypes.h: Ditto.744 hints generated by the `autohint' module.[all …]
530 * src/autohint/*: Removed.979 * src/autohint/ahglyph.c (ah_outline_load): Improve allocation1158 * src/autohint/ahglyph.c: Include FT_OUTLINE_H.2163 * src/autohint/ahhint.c (ah_hinter_load): Set `lsb_delta' and2173 To test it, change `autohint' to `autofit' in2270 * src/autohint/ahmodule.c (ft_autohinter_init, ft_autohinter_done):2765 * src/autohint/ahhint.c (ah_hinter_load): Handle two more points.2777 * src/autohint/ahglyph.c (ah_outline_load): Fix allocation of2928 * src/autohint/ahhint.c (ah_hinter_load) <FT_GLYPH_FORMAT_OUTLINE>:3250 * Jamfile: Updating `refdoc' target, and adding `autohint' to the[all …]
1052 Introduce experimental autofit CJK module based on akito's autohint1057 Add CJK module based on akito's autohint patch.
3189 tables also for setting `autohint'.3492 unscaled outline. This can cause autohint samples in ftgrid and
1079 [autofit] Make autohint warping NORMAL option.
380 Remove no longer existing directories (`autohint', `otlayout').
1683 * include/freetype/internal/autohint.h, src/base/ftobjs.c,
2438 * include/freetype/internal/autohint.h add macros to init
1090 FT_Generic autohint; /* face-specific auto-hinter data */ member
143 "//third_party/freetype/src/include/freetype/internal/autohint.h",
4084 * Some incorrect writable statics were removed in the `autohint'