Searched defs:script_index (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map-private.hh236 unsigned int script_index[2], language_index[2]; variable
H A Dhb-ot-layout.cc202 unsigned int *script_index)
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))
224 if (script_index) *script_index = HB_OT_LAYOUT_NO_SCRIPT_INDEX;
232 unsigned int *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)) {
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
229 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
290 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
303 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
324 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
338 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
353 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
378 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
461 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
524 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
599 unsigned int script_index; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh230 unsigned int script_index[2], language_index[2]; variable
H A Dhb-ot-layout.cc194 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)) {
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
221 hb_ot_layout_table_choose_script(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *script_tags, unsigned int *script_index, hb_tag_t *chosen_script) argument
282 hb_ot_layout_script_get_language_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int start_offset, unsigned int *language_count , hb_tag_t *language_tags ) argument
295 hb_ot_layout_script_find_language(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, hb_tag_t language_tag, unsigned int *language_index) argument
316 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
330 hb_ot_layout_language_get_feature_indexes(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , unsigned int *feature_indexes ) argument
345 hb_ot_layout_language_get_feature_tags(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int start_offset, unsigned int *feature_count , hb_tag_t *feature_tags ) argument
370 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
435 _hb_ot_layout_collect_lookups_features(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
498 _hb_ot_layout_collect_lookups_languages(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
573 unsigned int script_index; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp556 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,
748 HB_UShort script_index; local
[all...]
H A Dharfbuzz-gsub.c3740 HB_UShort* script_index )
3748 if ( !gsub || !script_index )
3757 *script_index = n;
3769 HB_UShort script_index,
3787 if ( script_index >= sl->ScriptCount )
3790 s = &sr[script_index].Script;
3812 HB_UShort script_index,
3838 if ( script_index >= sl->ScriptCount )
3841 s = &sr[script_index].Script;
3908 HB_UShort script_index,
3767 HB_GSUB_Select_Language( HB_GSUBHeader* gsub, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
3810 HB_GSUB_Select_Feature( HB_GSUBHeader* gsub, HB_UInt feature_tag, HB_UShort script_index, HB_UShort language_index, HB_UShort* feature_index ) argument
3907 HB_GSUB_Query_Languages( HB_GSUBHeader* gsub, HB_UShort script_index, HB_UInt** language_tag_list ) argument
3950 HB_GSUB_Query_Features( HB_GSUBHeader* gsub, HB_UShort script_index, HB_UShort language_index, HB_UInt** feature_tag_list ) argument
[all...]
H A Dharfbuzz-gpos.c5491 HB_UShort* script_index )
5499 if ( !gpos || !script_index )
5508 *script_index = n;
5520 HB_UShort script_index,
5538 if ( script_index >= sl->ScriptCount )
5541 s = &sr[script_index].Script;
5563 HB_UShort script_index,
5589 if ( script_index >= sl->ScriptCount )
5592 s = &sr[script_index].Script;
5659 HB_UShort script_index,
5518 HB_GPOS_Select_Language( HB_GPOSHeader* gpos, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
5561 HB_GPOS_Select_Feature( HB_GPOSHeader* gpos, HB_UInt feature_tag, HB_UShort script_index, HB_UShort language_index, HB_UShort* feature_index ) argument
5658 HB_GPOS_Query_Languages( HB_GPOSHeader* gpos, HB_UShort script_index, HB_UInt** language_tag_list ) argument
5701 HB_GPOS_Query_Features( HB_GPOSHeader* gpos, HB_UShort script_index, HB_UShort language_index, HB_UInt** feature_tag_list ) argument
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp912 HB_UShort script_index;
913 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index);
916 error = HB_GSUB_Select_Script(face->gsub, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index);
926 HB_UShort script_index;
927 HB_Error error = HB_GPOS_Select_Script(face->gpos, script, &script_index);
930 error = HB_GPOS_Select_Script(face->gpos, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index);
1083 HB_UShort script_index; local
1084 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index);
1086 error = HB_GSUB_Select_Script(face->gsub, DefaultScript, &script_index);
1089 DEBUG("script %s has script index %d", tag_to_string(tag), script_index);
1107 HB_UShort script_index; local
[all...]
H A Dharfbuzz-gsub.c3740 HB_UShort* script_index )
3748 if ( !gsub || !script_index )
3757 *script_index = n;
3769 HB_UShort script_index,
3787 if ( script_index >= sl->ScriptCount )
3790 s = &sr[script_index].Script;
3812 HB_UShort script_index,
3838 if ( script_index >= sl->ScriptCount )
3841 s = &sr[script_index].Script;
3908 HB_UShort script_index,
3767 HB_GSUB_Select_Language( HB_GSUBHeader* gsub, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
3810 HB_GSUB_Select_Feature( HB_GSUBHeader* gsub, HB_UInt feature_tag, HB_UShort script_index, HB_UShort language_index, HB_UShort* feature_index ) argument
3907 HB_GSUB_Query_Languages( HB_GSUBHeader* gsub, HB_UShort script_index, HB_UInt** language_tag_list ) argument
3950 HB_GSUB_Query_Features( HB_GSUBHeader* gsub, HB_UShort script_index, HB_UShort language_index, HB_UInt** feature_tag_list ) argument
[all...]
H A Dharfbuzz-gpos.c5491 HB_UShort* script_index )
5499 if ( !gpos || !script_index )
5508 *script_index = n;
5520 HB_UShort script_index,
5538 if ( script_index >= sl->ScriptCount )
5541 s = &sr[script_index].Script;
5563 HB_UShort script_index,
5589 if ( script_index >= sl->ScriptCount )
5592 s = &sr[script_index].Script;
5659 HB_UShort script_index,
5518 HB_GPOS_Select_Language( HB_GPOSHeader* gpos, HB_UInt language_tag, HB_UShort script_index, HB_UShort* language_index, HB_UShort* req_feature_index ) argument
5561 HB_GPOS_Select_Feature( HB_GPOSHeader* gpos, HB_UInt feature_tag, HB_UShort script_index, HB_UShort language_index, HB_UShort* feature_index ) argument
5658 HB_GPOS_Query_Languages( HB_GPOSHeader* gpos, HB_UShort script_index, HB_UInt** language_tag_list ) argument
5701 HB_GPOS_Query_Features( HB_GPOSHeader* gpos, HB_UShort script_index, HB_UShort language_index, HB_UInt** feature_tag_list ) argument
[all...]

Completed in 305 milliseconds