Searched refs:AF_StyleMetrics (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/autofit/ |
D | aftypes.h | 199 typedef struct AF_StyleMetricsRec_* AF_StyleMetrics; typedef 206 (*AF_WritingSystem_InitMetricsFunc)( AF_StyleMetrics metrics, 210 (*AF_WritingSystem_ScaleMetricsFunc)( AF_StyleMetrics metrics, 214 (*AF_WritingSystem_DoneMetricsFunc)( AF_StyleMetrics metrics ); 217 (*AF_WritingSystem_GetStdWidthsFunc)( AF_StyleMetrics metrics, 224 AF_StyleMetrics metrics ); 230 AF_StyleMetrics metrics );
|
D | afshaper.h | 54 AF_StyleMetrics metrics, 59 af_shaper_get_elem( AF_StyleMetrics metrics,
|
D | afglobal.h | 119 AF_StyleMetrics metrics[AF_STYLE_MAX]; 156 AF_StyleMetrics *ametrics );
|
D | afshaper.c | 447 AF_StyleMetrics metrics, in af_shaper_get_cluster() 544 af_shaper_get_elem( AF_StyleMetrics metrics, in af_shaper_get_elem() 611 AF_StyleMetrics metrics, in af_shaper_get_cluster() 646 af_shaper_get_elem( AF_StyleMetrics metrics, in af_shaper_get_elem()
|
D | afhints.h | 357 AF_StyleMetrics metrics; 434 AF_StyleMetrics metrics );
|
D | afdummy.c | 27 AF_StyleMetrics metrics ) in af_dummy_hints_init()
|
D | afloader.h | 45 AF_StyleMetrics metrics;
|
D | afglobal.c | 423 AF_StyleMetrics *ametrics ) in af_face_globals_get_metrics() 425 AF_StyleMetrics metrics = NULL; in af_face_globals_get_metrics()
|
D | afloader.c | 91 AF_StyleMetrics style_metrics ) in af_loader_embolden_glyph_in_slot() 229 AF_StyleMetrics style_metrics; in af_loader_load_glyph()
|
D | afcjk.c | 181 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy ); in af_cjk_metrics_init_widths() 1388 af_glyph_hints_rescale( hints, (AF_StyleMetrics)metrics ); in af_cjk_hints_init()
|
D | aflatin2.c | 106 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy ); in af_latin2_metrics_init_widths() 1524 af_glyph_hints_rescale( hints, (AF_StyleMetrics)metrics ); in af_latin2_hints_init()
|
D | aflatin.c | 174 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy ); in af_latin_metrics_init_widths() 2565 af_glyph_hints_rescale( hints, (AF_StyleMetrics)metrics ); in af_latin_hints_init()
|
D | afhints.c | 721 AF_StyleMetrics metrics ) in af_glyph_hints_rescale()
|
/external/freetype/ |
D | ChangeLog.25 | 2910 * src/autofit/aftypes.h (AF_StyleMetrics): Replace `script_class'
|