HomeSort by relevance Sort by last modified time
    Searched defs:script_index (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 237 unsigned int script_index[2], language_index[2]; variable
hb-ot-layout.cc 200 unsigned int *script_index)
205 if (g.find_script_index (script_tag, script_index))
209 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index))
214 if (g.find_script_index (HB_OT_TAG_DEFAULT_LANGUAGE, script_index))
219 if (g.find_script_index (HB_OT_TAG_LATIN_SCRIPT, script_index))
222 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX;
230 unsigned int *script_index,
238 if (g.find_script_index (*script_tags, script_index)) {
247 if (g.find_script_index (HB_OT_TAG_DEFAULT_SCRIPT, script_index)) {
579 unsigned int script_index; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 230 unsigned int script_index[2], language_index[2]; variable
hb-ot-layout.cc 194 unsigned int *script_index)
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))
216 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX;
224 unsigned int *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)) {
573 unsigned int script_index; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 556 HB_UShort script_index;
557 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index);
560 error = HB_GSUB_Select_Script(face->gsub, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index);
570 HB_UShort script_index;
571 HB_Error error = HB_GPOS_Select_Script(face->gpos, script, &script_index);
574 error = HB_GPOS_Select_Script(face->gpos, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index);
727 HB_UShort script_index; local
728 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index);
730 DEBUG("script %s has script index %d", tag_to_string(script), script_index);
733 error = HB_GSUB_Select_Feature(face->gsub, features->tag, script_index, 0xffff, &feature_index)
748 HB_UShort script_index; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 1083 HB_UShort script_index; local
1107 HB_UShort script_index; local
    [all...]

Completed in 293 milliseconds