HomeSort by relevance Sort by last modified time
    Searched refs:find_script_index (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout.cc 199 if (g.find_script_index (script_tag, script_index))
203 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
208 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
213 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index))
232 if (g.find_script_index (*script_tags, script_index)) {
241 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
248 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) {
256 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) {
hb-ot-layout-gsubgpos-private.hh 2233 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 213 milliseconds