Home
last modified time | relevance | path

Searched refs:script_class (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/autofit/
Daftypes.h522 #define AF_DECLARE_SCRIPT_CLASS( script_class ) \ argument
524 script_class;
527 script_class, \ argument
534 const AF_ScriptClassRec script_class = \
598 #define AF_DECLARE_SCRIPT_CLASS( script_class ) \ argument
600 FT_Init_Class_ ## script_class( AF_ScriptClassRec* ac );
603 script_class, \ argument
610 FT_Init_Class_ ## script_class( AF_ScriptClassRec* ac ) \
Dafglobal.c166 AF_ScriptClass script_class = in af_face_globals_compute_style_coverage() local
171 if ( !script_class->script_uni_ranges ) in af_face_globals_compute_style_coverage()
184 for ( range = script_class->script_uni_ranges; in af_face_globals_compute_style_coverage()
213 for ( range = script_class->script_uni_nonbase_ranges; in af_face_globals_compute_style_coverage()
Daflatin.c91 AF_ScriptClass script_class = AF_SCRIPT_CLASSES_GET in af_latin_metrics_init_widths() local
101 p = script_class->standard_charstring; in af_latin_metrics_init_widths()
2057 AF_ScriptClass script_class = AF_SCRIPT_CLASSES_GET in af_latin_hints_compute_edges() local
2086 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hints_compute_edges()
2944 AF_ScriptClass script_class = AF_SCRIPT_CLASSES_GET in af_latin_hint_edges() local
2959 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hint_edges()
Dafcjk.c100 AF_ScriptClass script_class = AF_SCRIPT_CLASSES_GET in af_cjk_metrics_init_widths() local
110 p = script_class->standard_charstring; in af_cjk_metrics_init_widths()
/external/freetype/
DChangeLog.252910 * src/autofit/aftypes.h (AF_StyleMetrics): Replace `script_class'
4219 s/clazz/script_class/.