Searched defs:script_tag (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc253 hb_tag_t script_tag[2]; local
254 hb_ot_tags_from_script (hb_buffer_get_script (buffer), &script_tag[0], &script_tag[1]); local
257 script_tag[1] == HB_TAG_NONE ? script_tag[0] : script_tag[1],
H A Dhb-ot-layout.cc201 hb_tag_t script_tag,
207 if (g.find_script_index (script_tag, script_index))
199 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc259 hb_tag_t script_tag[2]; local
260 hb_ot_tags_from_script (hb_buffer_get_script (buffer), &script_tag[0], &script_tag[1]); local
263 script_tag[1] == HB_TAG_NONE ? script_tag[0] : script_tag[1],
H A Dhb-ot-layout.cc193 hb_tag_t script_tag,
199 if (g.find_script_index (script_tag, script_index))
191 hb_ot_layout_table_find_script(hb_face_t *face, hb_tag_t table_tag, hb_tag_t script_tag, unsigned int *script_index) argument
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c3739 HB_UInt script_tag,
3755 if ( script_tag == sr[n].ScriptTag )
3738 HB_GSUB_Select_Script( HB_GSUBHeader* gsub, HB_UInt script_tag, HB_UShort* script_index ) argument
H A Dharfbuzz-gpos.c5490 HB_UInt script_tag,
5506 if ( script_tag == sr[n].ScriptTag )
5489 HB_GPOS_Select_Script( HB_GPOSHeader* gpos, HB_UInt script_tag, HB_UShort* script_index ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub.c3739 HB_UInt script_tag,
3755 if ( script_tag == sr[n].ScriptTag )
3738 HB_GSUB_Select_Script( HB_GSUBHeader* gsub, HB_UInt script_tag, HB_UShort* script_index ) argument
H A Dharfbuzz-gpos.c5490 HB_UInt script_tag,
5506 if ( script_tag == sr[n].ScriptTag )
5489 HB_GPOS_Select_Script( HB_GPOSHeader* gpos, HB_UInt script_tag, HB_UShort* script_index ) argument

Completed in 238 milliseconds