Searched refs:style_class (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/autofit/ |
D | afglobal.c | 159 AF_StyleClass style_class = in af_face_globals_compute_style_coverage() local 162 af_script_classes[style_class->script]; in af_face_globals_compute_style_coverage() 173 if ( style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage() 175 if ( (FT_UInt)style_class->script == in af_face_globals_compute_style_coverage() 239 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage() 246 AF_StyleClass style_class = af_style_classes[ss]; in af_face_globals_compute_style_coverage() local 249 if ( style_class->coverage == AF_COVERAGE_DEFAULT ) in af_face_globals_compute_style_coverage() 250 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage() 295 AF_StyleClass style_class = af_style_classes[ss]; in af_face_globals_compute_style_coverage() local 300 FT_TRACE4(( "%s:\n", af_style_names[style_class->style] )); in af_face_globals_compute_style_coverage() [all …]
|
D | afshaper.c | 101 AF_StyleClass style_class, in af_shaper_get_coverage() argument 125 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage() 130 coverage_tags = coverages[style_class->coverage]; in af_shaper_get_coverage() 131 script = scripts[style_class->script]; in af_shaper_get_coverage() 179 af_style_names[style_class->style] )); in af_shaper_get_coverage() 211 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 …]
|
D | aftypes.h | 477 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 = \
|
D | afmodule.c | 138 AF_StyleClass style_class = af_style_classes[ss]; in af_property_set() local 141 if ( (FT_UInt)style_class->script == *fallback_script && in af_property_set() 142 style_class->coverage == AF_COVERAGE_DEFAULT ) in af_property_set() 346 AF_StyleClass style_class = af_style_classes[fallback_style]; in af_property_get() local 349 *val = style_class->script; in af_property_get()
|
D | aflatin.c | 71 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_init_widths() 85 AF_StyleClass style_class = metrics->root.style_class; in af_latin_metrics_init_widths() local 86 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_latin_metrics_init_widths() 330 AF_StyleClass sc = metrics->root.style_class; in af_latin_metrics_init_blues() 1249 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() 1289 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim() 1316 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim() 1324 af_style_names[metrics->root.style_class->style] )); in af_latin_metrics_scale_dim() 2076 AF_StyleClass style_class = hints->metrics->style_class; in af_latin_hints_compute_edges() local [all …]
|
D | afloader.c | 126 af_writing_system_classes[style_metrics->style_class->writing_system]; in af_loader_embolden_glyph_in_slot() 231 AF_StyleClass style_class; in af_loader_load_glyph() local 320 style_class = style_metrics->style_class; in af_loader_load_glyph() 322 af_writing_system_classes[style_class->writing_system]; in af_loader_load_glyph()
|
D | afshaper.h | 40 AF_StyleClass style_class,
|
D | afcjk.c | 80 af_style_names[metrics->root.style_class->style] )); in af_cjk_metrics_init_widths() 94 AF_StyleClass style_class = metrics->root.style_class; in af_cjk_metrics_init_widths() local 95 AF_ScriptClass script_class = af_script_classes[style_class->script]; in af_cjk_metrics_init_widths() 299 AF_StyleClass sc = metrics->root.style_class; in af_cjk_metrics_init_blues() 1832 af_style_names[hints->metrics->style_class->style] )); in af_cjk_hint_edges()
|
D | aflatin2.c | 89 metrics->root.style_class->standard_char ); in af_latin2_metrics_init_widths()
|
/external/v8/tools/ |
D | grokdump.py | 2744 style_class = "" 2746 style_class = "class=nd" 2748 (style_class, self.encfilename, straddress, straddress))
|
/external/freetype/ |
D | ChangeLog.25 | 2832 `style_class' pointer.
|