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 206 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const function in struct:OT::JSTF
hb-ot-layout.cc 207 if (g.find_script_index (script_tag, script_index))
211 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
216 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
221 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index))
240 if (g.find_script_index (*script_tags, script_index)) {
249 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
256 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index)) {
264 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index)) {
hb-ot-layout-gsubgpos-private.hh 2273 inline bool find_script_index (hb_tag_t tag, unsigned int *index) const function in struct:OT::GSUBGPOS
    [all...]

Completed in 769 milliseconds