Home
last modified time | relevance | path

Searched refs:AF_FaceGlobals (Results 1 – 12 of 12) 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.c135 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage()
337 AF_FaceGlobals *aglobals, in af_face_globals_new()
342 AF_FaceGlobals globals = NULL; in af_face_globals_new()
387 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
425 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
493 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Dafmodule.c75 AF_FaceGlobals* aglobals, in af_property_get_face_globals()
79 AF_FaceGlobals globals; in af_property_get_face_globals()
85 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
191 AF_FaceGlobals globals; in af_property_set()
347 AF_FaceGlobals globals; in af_property_get()
379 AF_FaceGlobals globals; in af_property_get()
Dafshaper.h39 af_shaper_get_coverage( AF_FaceGlobals globals,
Dafloader.h41 AF_FaceGlobals globals;
Daftypes.h467 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef
479 AF_FaceGlobals globals; /* to access properties */
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.c52 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
97 AF_FaceGlobals globals = loader->globals; in af_loader_embolden_glyph_in_slot()
236 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph()
Daflatin.c87 AF_FaceGlobals globals = metrics->root.globals; in af_latin_metrics_init_widths()
2053 AF_FaceGlobals globals = hints->metrics->globals; in af_latin_hints_compute_edges()
2940 AF_FaceGlobals globals = hints->metrics->globals; in af_latin_hint_edges()
Dafcjk.c96 AF_FaceGlobals globals = metrics->root.globals; in af_cjk_metrics_init_widths()
/external/freetype/
DChangeLog.252641 * src/autofit/hbshim.c (af_get_coverage): Use `AF_FaceGlobals' for
DChangeLog.241454 (AF_FaceGlobals): Typedef moved to...