Home
last modified time | relevance | path

Searched refs:AF_FaceGlobals (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.h149 AF_FaceGlobals *aglobals,
153 af_face_globals_get_metrics( AF_FaceGlobals globals,
159 af_face_globals_free( AF_FaceGlobals globals );
162 af_face_globals_is_digit( AF_FaceGlobals globals,
Dafglobal.c130 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage()
332 AF_FaceGlobals *aglobals, in af_face_globals_new()
337 AF_FaceGlobals globals = NULL; in af_face_globals_new()
382 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
420 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
488 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Dafmodule.c74 AF_FaceGlobals* aglobals, in af_property_get_face_globals()
78 AF_FaceGlobals globals; in af_property_get_face_globals()
84 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
177 AF_FaceGlobals globals; in af_property_set()
333 AF_FaceGlobals globals; in af_property_get()
365 AF_FaceGlobals globals; in af_property_get()
Daftypes.h469 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef
481 AF_FaceGlobals globals; /* to access properties */
Dafshaper.h39 af_shaper_get_coverage( AF_FaceGlobals globals,
Dafloader.h41 AF_FaceGlobals globals;
Dafshaper.c100 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage()
577 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage()
Dafloader.c51 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
96 AF_FaceGlobals globals = loader->globals; in af_loader_embolden_glyph_in_slot()
/external/freetype/
DChangeLog.252641 * src/autofit/hbshim.c (af_get_coverage): Use `AF_FaceGlobals' for
DChangeLog.241454 (AF_FaceGlobals): Typedef moved to...