Home
last modified time | relevance | path

Searched refs:style_class (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c164 AF_StyleClass style_class = in af_face_globals_compute_style_coverage() local
167 AF_SCRIPT_CLASSES_GET[style_class->script]; in af_face_globals_compute_style_coverage()
178 if ( style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage()
180 if ( (FT_UInt)style_class->script == in af_face_globals_compute_style_coverage()
244 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage()
251 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss]; in af_face_globals_compute_style_coverage() local
254 if ( style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage()
255 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage()
300 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss]; in af_face_globals_compute_style_coverage() local
305 FT_TRACE4(( "%s:\n", af_style_names[style_class->style] )); in af_face_globals_compute_style_coverage()
[all …]
Dafshaper.c100 AF_StyleClass style_class, in af_shaper_get_coverage() argument
124 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()
134 coverage_tags = coverages[style_class->coverage]; in af_shaper_get_coverage()
135 script = scripts[style_class->script]; in af_shaper_get_coverage()
189 af_style_names[style_class->style] )); in af_shaper_get_coverage()
220 af_style_names[style_class->style] )); in af_shaper_get_coverage()
255 if ( style_class->coverage != AF_COVERAGE_DEFAULT ) in af_shaper_get_coverage()
257 AF_Blue_Stringset bss = style_class->blue_stringset; in af_shaper_get_coverage()
345 if ( style_class->coverage != AF_COVERAGE_DEFAULT ) in af_shaper_get_coverage()
371 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
[all …]
Daftypes.h475 AF_StyleClass style_class; member
544 #define AF_DECLARE_STYLE_CLASS( style_class ) \ argument
546 style_class;
549 style_class, \ argument
556 const AF_StyleClassRec style_class = \
620 #define AF_DECLARE_STYLE_CLASS( style_class ) \ argument
622 FT_Init_Class_ ## style_class( AF_StyleClassRec* ac );
625 style_class, \ argument
632 FT_Init_Class_ ## style_class( AF_StyleClassRec* ac ) \
Dafmodule.c152 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[ss]; in af_property_set() local
155 if ( (FT_UInt)style_class->script == *fallback_script && in af_property_set()
156 style_class->coverage == AF_COVERAGE_DEFAULT ) in af_property_set()
362 AF_StyleClass style_class = AF_STYLE_CLASSES_GET[fallback_style]; in af_property_get() local
365 *val = style_class->script; in af_property_get()
Dafloader.c125 AF_WRITING_SYSTEM_CLASSES_GET[style_metrics->style_class->writing_system]; in af_loader_embolden_glyph_in_slot()
229 AF_StyleClass style_class; in af_loader_load_glyph() local
283 style_class = style_metrics->style_class; in af_loader_load_glyph()
285 AF_WRITING_SYSTEM_CLASSES_GET[style_class->writing_system]; in af_loader_load_glyph()
Daflatin.c72 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_init_widths()
90 AF_StyleClass style_class = metrics->root.style_class; in af_latin_metrics_init_widths() local
92 [style_class->script]; in af_latin_metrics_init_widths()
325 AF_StyleClass sc = metrics->root.style_class; in af_latin_metrics_init_blues()
1225 af_style_names[metrics->root.style_class->style], in af_latin_metrics_scale_dim()
1241 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim()
1265 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim()
1292 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim()
1300 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim()
2051 AF_StyleClass style_class = hints->metrics->style_class; in af_latin_hints_compute_edges() local
[all …]
Dafshaper.h40 AF_StyleClass style_class,
Dafcjk.c81 af_style_names[metrics->root.style_class->style] )); in af_cjk_metrics_init_widths()
99 AF_StyleClass style_class = metrics->root.style_class; in af_cjk_metrics_init_widths() local
101 [style_class->script]; in af_cjk_metrics_init_widths()
294 AF_StyleClass sc = metrics->root.style_class; in af_cjk_metrics_init_blues()
1808 af_style_names[hints->metrics->style_class->style] )); in af_cjk_hint_edges()
Daflatin2.c86 metrics->root.style_class->standard_char ); in af_latin2_metrics_init_widths()
/external/v8/tools/
Dgrokdump.py2257 style_class = ""
2259 style_class = "class=nd"
2261 (style_class, self.encfilename, straddress, straddress))