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

  /external/harfbuzz_ng/src/
hb-ot-layout-jstf-table.hh 210 bool find_script_index (hb_tag_t tag, unsigned int *index) const function in struct:OT::JSTF
hb-ot-layout.cc 357 if (g.find_script_index (script_tag, script_index))
361 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
366 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
371 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index))
409 if (g.find_script_index (script_tags[i], script_index))
418 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
425 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) {
433 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) {
837 if (c.g.find_script_index (*scripts, &script_index))
    [all...]
hb-ot-layout-gsubgpos.hh 2663 bool find_script_index (hb_tag_t tag, unsigned int *index) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 109 milliseconds