Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.h126 AF_FaceGlobals *aglobals,
130 af_face_globals_get_metrics( AF_FaceGlobals globals,
136 af_face_globals_free( AF_FaceGlobals globals );
139 af_face_globals_is_digit( AF_FaceGlobals globals,
Dafmodule.c67 AF_FaceGlobals* aglobals, in af_property_get_face_globals()
71 AF_FaceGlobals globals; in af_property_get_face_globals()
77 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
152 AF_FaceGlobals globals; in af_property_set()
196 AF_FaceGlobals globals; in af_property_get()
228 AF_FaceGlobals globals; in af_property_get()
Dafglobal.c133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage()
307 AF_FaceGlobals *aglobals, in af_face_globals_new()
312 AF_FaceGlobals globals = NULL; in af_face_globals_new()
347 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
387 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
455 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Dhbshim.h39 af_get_coverage( AF_FaceGlobals globals,
Dafloader.h41 AF_FaceGlobals globals;
Dafloader.c50 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
145 AF_FaceGlobals globals = loader->globals; in af_loader_load_g()
374 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph()
Daftypes.h455 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef
467 AF_FaceGlobals globals; /* to access properties */
Dhbshim.c99 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage()
510 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage()
Dafcjk.c97 AF_FaceGlobals globals = metrics->root.globals; in af_cjk_metrics_init_widths()
Daflatin.c84 AF_FaceGlobals globals = metrics->root.globals; in af_latin_metrics_init_widths()