Searched refs:AF_FaceGlobals (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afglobal.h | 126 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,
|
A D | afmodule.c | 50 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()
|
A D | afglobal.c | 133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage() 306 AF_FaceGlobals *aglobals, in af_face_globals_new() 311 AF_FaceGlobals globals = NULL; in af_face_globals_new() 348 af_face_globals_free( AF_FaceGlobals globals ) in af_face_globals_free() 388 af_face_globals_get_metrics( AF_FaceGlobals globals, in af_face_globals_get_metrics() 456 af_face_globals_is_digit( AF_FaceGlobals globals, in af_face_globals_is_digit()
|
A D | hbshim.h | 39 af_get_coverage( AF_FaceGlobals globals,
|
A D | afloader.h | 42 AF_FaceGlobals globals;
|
A D | aftypes.h | 459 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef 471 AF_FaceGlobals globals; /* to access properties */
|
A D | hbshim.c | 99 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage() 495 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage()
|
A D | afloader.c | 57 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()
|
A D | afcjk.c | 97 AF_FaceGlobals globals = metrics->root.globals; in af_cjk_metrics_init_widths()
|
A D | aflatin.c | 84 AF_FaceGlobals globals = metrics->root.globals; in af_latin_metrics_init_widths()
|
Completed in 18 milliseconds