Home
last modified time | relevance | path

Searched refs:hb_sorted_array (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper-arabic-fallback.hh97 hb_sorted_array (glyphs, num_glyphs), in arabic_fallback_synthesize_lookup_single()
193 hb_sorted_array (first_glyphs, num_first_glyphs), in arabic_fallback_synthesize_lookup_ligature()
H A Dhb-array.hh451 hb_sorted_array (T *array, unsigned int length) in hb_sorted_array() function
454 hb_sorted_array (T (&array_)[length_]) in hb_sorted_array() function
H A Dhb-ot-os2-unicode-ranges.hh225 auto *range = hb_sorted_array (_hb_os2_unicode_ranges).bsearch (cp); in _hb_ot_os2_get_unicode_range_bit()
H A Dhb-vector.hh197 { return hb_sorted_array (arrayZ, length); } in as_sorted_array()
199 { return hb_sorted_array (arrayZ, length); } in as_sorted_array()
H A Dhb-ot-cff1-table.cc250 const auto *pair = hb_sorted_array (expert_charset_sid_to_gid).bsearch (sid); in lookup_expert_charset_for_glyph()
256 const auto *pair = hb_sorted_array (expert_subset_charset_sid_to_gid).bsearch (sid); in lookup_expert_subset_charset_for_glyph()
H A Dhb-open-type.hh683 { return hb_sorted_array (this->arrayZ, len); } in as_array()
685 { return hb_sorted_array (this->arrayZ, len); } in as_array()
1043 …hb_sorted_array_t< Type> as_array () { return hb_sorted_array (this->arrayZ, this->len)… in as_array()
1044 …hb_sorted_array_t<const Type> as_array () const { return hb_sorted_array (this->arrayZ, this->len)… in as_array()
H A Dhb-aat-layout.cc198 return hb_sorted_array (feature_mappings).bsearch (tag); in hb_aat_layout_find_feature_mapping()
H A Dhb-ot-tag.cc334 hb_sorted_array (ot_languages, ot_languages_len).bfind (lang_tag, &tag_idx)) in hb_ot_tags_from_language()