Home
last modified time | relevance | path

Searched refs:AF_Module (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/autofit/
Dafmodule.c75 AF_Module module ) in af_property_get_face_globals()
113 AF_Module module = (AF_Module)ft_module; in af_property_set()
322 AF_Module module = (AF_Module)ft_module; in af_property_get()
445 AF_Module module = (AF_Module)ft_module; in af_autofitter_init()
481 af_autofitter_load_glyph( AF_Module module, in af_autofitter_load_glyph()
Dafloader.h63 AF_Module module,
73 AF_Module module,
Dafglobal.h137 AF_Module module; /* to access global properties */
150 AF_Module module );
Dafmodule.h47 } AF_ModuleRec, *AF_Module; typedef
Dafloader.c44 AF_Module module, in af_loader_reset()
214 AF_Module module, in af_loader_load_glyph()
597 AF_Module module = loader->globals->module; in af_loader_compute_darkening()
Dafglobal.c333 AF_Module module ) in af_face_globals_new()
/external/freetype/
DChangeLog.264415 [autofit] Allocate AF_Loader on the stack instead of AF_Module.
5529 [autofit] Allocate AF_Loader on the stack instead of AF_Module.
5545 `AF_Loader' and `FT_Memory' instead of `AF_Module' as arguments.
5548 (af_loader_done): Use `AF_Loader' instead of `AF_Module' as
5558 Move typedef for `AF_Module' to...
DChangeLog.241533 [autofit] Pass `AF_Module' instead of `AF_Loader'.
1546 * src/autofit/afloader.h (AF_Module): Define here.
1559 * src/autofit/afmodule.c: s/FT_Autofitter/AF_Module/.