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.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()
349 AF_FaceGlobals globals; in af_property_get()
381 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 */
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()
233 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph()
Dafshaper.c99 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()
Daflatin.c87 AF_FaceGlobals globals = metrics->root.globals; in af_latin_metrics_init_widths()
2048 AF_FaceGlobals globals = hints->metrics->globals; in af_latin_hints_compute_edges()
2935 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()