Home
last modified time | relevance | path

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

/external/chromium_org/third_party/freetype/src/autofit/
Dafglobal.h85 AF_FaceGlobals *aglobals,
89 af_face_globals_get_metrics( AF_FaceGlobals globals,
95 af_face_globals_free( AF_FaceGlobals globals );
98 af_face_globals_is_digit( AF_FaceGlobals globals,
Dafmodule.c50 AF_FaceGlobals* aglobals, in af_property_get_face_globals()
54 AF_FaceGlobals globals; in af_property_get_face_globals()
60 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
103 AF_FaceGlobals globals; in af_property_set()
132 AF_FaceGlobals globals; in af_property_get()
153 AF_FaceGlobals globals; in af_property_get()
Dafglobal.c56 af_face_globals_compute_script_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_script_coverage()
160 AF_FaceGlobals *aglobals, in af_face_globals_new()
165 AF_FaceGlobals globals = NULL; in af_face_globals_new()
195 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
229 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
294 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Daftypes.h249 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef
257 AF_FaceGlobals globals; /* to access properties */
Dafloader.h42 AF_FaceGlobals globals;
Dafloader.c56 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
/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.c50 AF_FaceGlobals* aglobals, in af_property_get_face_globals()
54 AF_FaceGlobals globals; in af_property_get_face_globals()
60 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
135 AF_FaceGlobals globals; in af_property_set()
165 AF_FaceGlobals globals; in af_property_get()
197 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()
346 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free()
386 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics()
454 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
Dhbshim.h39 af_get_coverage( AF_FaceGlobals globals,
Dafloader.h42 AF_FaceGlobals globals;
Daftypes.h459 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef
471 AF_FaceGlobals globals; /* to access properties */
Dhbshim.c99 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage()
509 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage()
Dafloader.c57 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
186 AF_FaceGlobals globals = loader->globals; in af_loader_load_g()
542 AF_FaceGlobals globals = loader->globals; in af_loader_load_glyph()
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()