Searched refs:hb_sorted_array (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-shaper-arabic-fallback.hh | 97 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 D | hb-array.hh | 451 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 D | hb-ot-os2-unicode-ranges.hh | 225 auto *range = hb_sorted_array (_hb_os2_unicode_ranges).bsearch (cp); in _hb_ot_os2_get_unicode_range_bit()
|
H A D | hb-vector.hh | 197 { return hb_sorted_array (arrayZ, length); } in as_sorted_array() 199 { return hb_sorted_array (arrayZ, length); } in as_sorted_array()
|
H A D | hb-ot-cff1-table.cc | 250 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 D | hb-open-type.hh | 683 { 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 D | hb-aat-layout.cc | 198 return hb_sorted_array (feature_mappings).bsearch (tag); in hb_aat_layout_find_feature_mapping()
|
H A D | hb-ot-tag.cc | 334 hb_sorted_array (ot_languages, ot_languages_len).bfind (lang_tag, &tag_idx)) in hb_ot_tags_from_language()
|