/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 485 hb_tag_t script_tag, in hb_ot_layout_table_find_script() argument 491 if (g.find_script_index (script_tag, script_index)) in hb_ot_layout_table_find_script() 2101 hb_tag_t *script_tag, in choose_base_tags() argument 2114 *script_tag = script_count ? script_tags[script_count - 1] : HB_OT_TAG_DEFAULT_SCRIPT; in choose_base_tags() 2142 hb_tag_t script_tag, in hb_ot_layout_get_font_extents() argument 2147 if (font->face->table.BASE->get_min_max (font, direction, script_tag, language_tag, HB_TAG_NONE, in hb_ot_layout_get_font_extents() 2194 hb_tag_t script_tag, language_tag; in hb_ot_layout_get_font_extents2() local 2195 choose_base_tags (script, language, &script_tag, &language_tag); in hb_ot_layout_get_font_extents2() 2198 script_tag, in hb_ot_layout_get_font_extents2() 2293 hb_tag_t script_tag, in hb_ot_layout_get_baseline() argument [all …]
|
D | hb-ot-layout.h | 124 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, 223 hb_tag_t script_tag, 460 hb_tag_t script_tag, 519 hb_tag_t script_tag, 535 hb_tag_t script_tag,
|
D | hb-ot-layout-base-table.hh | 593 hb_tag_t script_tag = _.get_script_tag (); in subset() local 594 if (!c->plan->layout_scripts.has (script_tag)) in subset() 622 hb_tag_t script_tag, in get_baseline() 626 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_baseline() 647 bool get_min_max (hb_tag_t script_tag, in get_min_max() 653 const BaseScript &base_script = (this+baseScriptList).get_base_script (script_tag); in get_min_max() 785 hb_tag_t script_tag, in get_baseline() 790 …if (unlikely (!get_axis (direction).get_baseline (baseline_tag, script_tag, language_tag, &base_co… in get_baseline() 802 hb_tag_t script_tag, in get_min_max() 809 if (!get_axis (direction).get_min_max (script_tag, language_tag, feature_tag, in get_min_max()
|
D | hb-ot-tag.cc | 570 hb_ot_tags_to_script_and_language (hb_tag_t script_tag, in hb_ot_tags_to_script_and_language() argument 575 hb_script_t script_out = hb_ot_tag_to_script (script_tag); in hb_ot_tags_to_script_and_language() 588 if (script_count == 0 || primary_script_tag[0] != script_tag) in hb_ot_tags_to_script_and_language() 613 buf[len++] = TOHEX (script_tag >> shift); in hb_ot_tags_to_script_and_language()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tests/ |
D | layout.rs | 10 assert_eq!(table.script_records()[0].script_tag(), Tag::new(b"hani")); in example_1_scripts() 11 assert_eq!(table.script_records()[1].script_tag(), Tag::new(b"kana")); in example_1_scripts() 12 assert_eq!(table.script_records()[2].script_tag(), Tag::new(b"latn")); in example_1_scripts()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tests/ |
D | layout.rs | 10 assert_eq!(table.script_records()[0].script_tag(), Tag::new(b"hani")); in example_1_scripts() 11 assert_eq!(table.script_records()[1].script_tag(), Tag::new(b"kana")); in example_1_scripts() 12 assert_eq!(table.script_records()[2].script_tag(), Tag::new(b"latn")); in example_1_scripts()
|
/external/harfbuzz_ng/util/ |
D | hb-info.cc | 550 hb_tag_t script_tag = script_count ? script_tags[script_count - 1] : HB_TAG_NONE; in _get_baseline() local 554 script_tag = hb_tag_from_string (ot_script_str, -1); in _get_baseline() 568 if (hb_ot_layout_get_baseline (font, tag, direction, script_tag, language_tag, &position)) in _get_baseline() 572 …hb_ot_layout_get_baseline_with_fallback (font, tag, direction, script_tag, language_tag, &position… in _get_baseline() 727 hb_tag_t script_tag = script_count ? script_tags[script_count - 1] : HB_TAG_NONE; in _list_baselines() local 731 script_tag = hb_tag_from_string (ot_script_str, -1); in _list_baselines() 754 direction, script_tag, language_tag, in _list_baselines() 758 direction, script_tag, language_tag, in _list_baselines()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/layout/ |
D | script.rs | 23 .binary_search_by_key(&tag, |rec| rec.script_tag()) in index_for_tag() 35 rec.script_tag(), in get()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/layout/ |
D | script.rs | 23 .binary_search_by_key(&tag, |rec| rec.script_tag()) in index_for_tag() 35 rec.script_tag(), in get()
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-tag.c | 268 hb_tag_t script_tag = hb_tag_from_string (script_tag_s, -1); in test_tags_to_script_and_language() local 270 hb_ot_tags_to_script_and_language (script_tag, lang_tag, actual_script, actual_lang); in test_tags_to_script_and_language()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_layout.rs | 91 pub script_tag: BigEndian<Tag>, field 98 pub fn script_tag(&self) -> Tag { in script_tag() method 99 self.script_tag.get() in script_tag() 126 0usize => Some(Field::new("script_tag", self.script_tag())), in traverse()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/ |
D | generated_layout.rs | 91 pub script_tag: BigEndian<Tag>, field 98 pub fn script_tag(&self) -> Tag { in script_tag() method 99 self.script_tag.get() in script_tag() 126 0usize => Some(Field::new("script_tag", self.script_tag())), in traverse()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | parser.py | 1585 script_tag = self.expect_script_tag_() 1588 return script_tag, base_tag, coords
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1955 script_tag, lang_tag = tag.split(".") if "." in tag else (tag, "*") 1956 script_tags.add(script_tag.ljust(4)) 1957 langsys.setdefault(script_tag, set()).add(lang_tag.ljust(4))
|