Searched refs:script_tag (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-base-table.hh | 415 hb_tag_t script_tag, in get_baseline() 419 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_baseline() 427 bool get_min_max (hb_tag_t script_tag, in get_min_max() 433 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_min_max() 478 hb_tag_t script_tag, in get_baseline() 483 if (!get_axis (direction).get_baseline (baseline, script_tag, language_tag, &base_coord)) in get_baseline() 495 hb_tag_t script_tag, in get_min_max() 502 if (!get_axis (direction).get_min_max (script_tag, language_tag, feature_tag, in get_min_max()
|
D | hb-ot-tag.cc | 453 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, in hb_ot_tags_to_script_and_language() argument 458 hb_script_t script_out = hb_ot_tag_to_script (script_tag); in hb_ot_tags_to_script_and_language() 471 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language() 493 buf[len++] = script_tag >> 24; in hb_ot_tags_to_script_and_language() 494 buf[len++] = (script_tag >> 16) & 0xFF; in hb_ot_tags_to_script_and_language() 495 buf[len++] = (script_tag >> 8) & 0xFF; in hb_ot_tags_to_script_and_language() 496 buf[len++] = script_tag & 0xFF; in hb_ot_tags_to_script_and_language()
|
D | hb-graphite2.cc | 268 hb_tag_t script_tag[HB_OT_MAX_TAGS_PER_SCRIPT]; in _hb_graphite2_shape() local 273 script_tag, in _hb_graphite2_shape() 277 count ? script_tag[count - 1] : HB_OT_TAG_DEFAULT_SCRIPT, in _hb_graphite2_shape()
|
D | hb-ot-layout.h | 83 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, 152 hb_tag_t script_tag,
|
D | hb-ot-layout.cc | 351 hb_tag_t script_tag, in hb_ot_layout_table_find_script() argument 357 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script() 1485 hb_tag_t script_tag, 1490 bool result = base.get_baseline (font, baseline, direction, script_tag, 1527 hb_tag_t script_tag,
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-tag.c | 260 hb_tag_t script_tag = hb_tag_from_string (script_tag_s, -1); in test_tags_to_script_and_language() local 262 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
|