Searched refs:AF_FaceGlobals (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.h | 149 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,
|
D | afglobal.c | 135 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()
|
D | afmodule.c | 75 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()
|
D | afshaper.h | 39 af_shaper_get_coverage( AF_FaceGlobals globals,
|
D | afloader.h | 41 AF_FaceGlobals globals;
|
D | aftypes.h | 467 typedef struct AF_FaceGlobalsRec_* AF_FaceGlobals; typedef 479 AF_FaceGlobals globals; /* to access properties */
|
D | afloader.c | 52 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()
|
D | afshaper.c | 99 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()
|
D | aflatin.c | 87 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()
|
D | afcjk.c | 96 AF_FaceGlobals globals = metrics->root.globals; in af_cjk_metrics_init_widths()
|