Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/autofit/
Daftypes.h460 #define AF_DECLARE_SCRIPT_CLASS( script_class ) \ argument
462 script_class;
465 script_class, \ argument
472 const AF_ScriptClassRec script_class = \
Dafglobal.c157 AF_ScriptClass script_class = in af_face_globals_compute_style_coverage() local
162 if ( !script_class->script_uni_ranges ) in af_face_globals_compute_style_coverage()
175 for ( range = script_class->script_uni_ranges; in af_face_globals_compute_style_coverage()
204 for ( range = script_class->script_uni_nonbase_ranges; in af_face_globals_compute_style_coverage()
Daflatin.c80 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_latin_metrics_init_widths() local
98 p = script_class->standard_charstring; in af_latin_metrics_init_widths()
2132 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_latin_hints_compute_edges() local
2160 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hints_compute_edges()
3003 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_latin_hint_edges() local
3017 top_to_bottom_hinting = script_class->top_to_bottom_hinting; in af_latin_hint_edges()
Dafcjk.c89 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_cjk_metrics_init_widths() local
106 p = script_class->standard_charstring; in af_cjk_metrics_init_widths()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.252910 * src/autofit/aftypes.h (AF_StyleMetrics): Replace `script_class'
4219 s/clazz/script_class/.