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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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...]
hb-ot-layout.h 109 unsigned int *script_index);
116 unsigned int *script_index,
129 unsigned int script_index,
137 unsigned int script_index,
144 unsigned int script_index,
151 unsigned int script_index,
160 unsigned int script_index,
169 unsigned int script_index,
hb-ot-map.cc 86 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
87 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
226 script_index[table_index],
272 script_index[table_index],
hb-ot-shape-complex-private.hh 320 planner->map.script_index[0],
hb-ot-map-private.hh 237 unsigned int script_index[2], language_index[2]; variable
  /external/harfbuzz_ng/src/
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...]
hb-ot-layout.h 109 unsigned int *script_index);
116 unsigned int *script_index,
129 unsigned int script_index,
137 unsigned int script_index,
144 unsigned int script_index,
151 unsigned int script_index,
160 unsigned int script_index,
169 unsigned int script_index,
hb-ot-map.cc 84 found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &script_index[table_index], &chosen_script[table_index]);
85 hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &language_index[table_index]);
229 script_index[table_index],
275 script_index[table_index],
hb-ot-shape-complex-private.hh 304 planner->map.script_index[0],
hb-ot-map-private.hh 230 unsigned int script_index[2], language_index[2]; variable
  /external/harfbuzz/src/
harfbuzz-gpos.h 101 HB_UShort* script_index );
105 HB_UShort script_index,
111 HB_UShort script_index,
120 HB_UShort script_index,
124 HB_UShort script_index,
harfbuzz-gsub.h 99 HB_UShort* script_index );
103 HB_UShort script_index,
109 HB_UShort script_index,
118 HB_UShort script_index,
122 HB_UShort script_index,
harfbuzz-shaper.cpp 1083 HB_UShort script_index; local
1107 HB_UShort script_index; local
    [all...]
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.h 101 HB_UShort* script_index );
105 HB_UShort script_index,
111 HB_UShort script_index,
120 HB_UShort script_index,
124 HB_UShort script_index,
harfbuzz-gsub.h 99 HB_UShort* script_index );
103 HB_UShort script_index,
109 HB_UShort script_index,
118 HB_UShort script_index,
122 HB_UShort script_index,
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...]
harfbuzz-gsub.c     [all...]
harfbuzz-gpos.c     [all...]
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 252 for (size_t script_index = 0; script_index < js->GetSize();
253 ++script_index) {
256 if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
260 base::IntToString(script_index));
271 for (size_t script_index = 0; script_index < css->GetSize();
272 ++script_index) {
275 if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
279 base::IntToString(script_index));
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 833 for (size_t script_index = 0; script_index < js->GetSize();
834 ++script_index) {
837 if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
840 base::IntToString(script_index));
851 for (size_t script_index = 0; script_index < css->GetSize();
852 ++script_index) {
855 if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
858 base::IntToString(script_index));
    [all...]

Completed in 363 milliseconds