Searched refs:script_tag (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-base-table.hh | 377 hb_tag_t script_tag, in get_baseline() 381 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_baseline() 394 bool get_min_max (hb_tag_t script_tag, in get_min_max() 400 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_min_max() 445 hb_tag_t script_tag, in get_baseline() 450 …if (unlikely (!get_axis (direction).get_baseline (baseline_tag, script_tag, language_tag, &base_co… in get_baseline() 463 hb_tag_t script_tag, in get_min_max() 470 if (!get_axis (direction).get_min_max (script_tag, language_tag, feature_tag, in get_min_max()
|
D | hb-ot-tag.cc | 478 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, in hb_ot_tags_to_script_and_language() argument 483 hb_script_t script_out = hb_ot_tag_to_script (script_tag); in hb_ot_tags_to_script_and_language() 496 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language() 518 buf[len++] = script_tag >> 24; in hb_ot_tags_to_script_and_language() 519 buf[len++] = (script_tag >> 16) & 0xFF; in hb_ot_tags_to_script_and_language() 520 buf[len++] = (script_tag >> 8) & 0xFF; in hb_ot_tags_to_script_and_language() 521 buf[len++] = script_tag & 0xFF; in hb_ot_tags_to_script_and_language()
|
D | hb-ot-layout.h | 83 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, 163 hb_tag_t script_tag, 449 hb_tag_t script_tag,
|
D | hb-graphite2.cc | 248 hb_tag_t script_tag[HB_OT_MAX_TAGS_PER_SCRIPT]; in _hb_graphite2_shape() local 253 script_tag, in _hb_graphite2_shape() 257 count ? script_tag[count - 1] : HB_OT_TAG_DEFAULT_SCRIPT, in _hb_graphite2_shape()
|
D | hb-ot-layout.cc | 491 hb_tag_t script_tag, in hb_ot_layout_table_find_script() argument 497 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script() 1968 hb_tag_t script_tag, in hb_ot_layout_get_baseline() argument 1972 …bool result = font->face->table.BASE->get_baseline (font, baseline_tag, direction, script_tag, lan… in hb_ot_layout_get_baseline()
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-tag.c | 259 hb_tag_t script_tag = hb_tag_from_string (script_tag_s, -1); in test_tags_to_script_and_language() local 261 hb_ot_tags_to_script_and_language (script_tag, lang_tag, actual_script, actual_lang); in test_tags_to_script_and_language()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 1125 script_tag = self.expect_script_tag_() 1128 return script_tag, base_tag, coords
|