/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout.cc | 617 unsigned int lookup_index, 635 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); 641 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); 661 unsigned int lookup_index, 667 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context); 672 unsigned int lookup_index, 677 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; 680 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); 682 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest); 699 unsigned int lookup_index, 896 unsigned int lookup_index = lookups[table_index][i].index; local [all...] |
/external/chromium_org/third_party/ots/src/ |
layout.cc | 162 uint16_t lookup_index = 0; local 163 if (!subtable.ReadU16(&lookup_index)) { 167 if (lookup_index >= num_lookups) { [all...] |
/external/v8/src/ |
full-codegen.cc | 767 int lookup_index = local 769 ASSERT(lookup_index >= 0); 770 ASSERT(static_cast<size_t>(lookup_index) < 772 return kInlineFunctionGenerators[lookup_index]; [all...] |
hydrogen.cc | 6104 int lookup_index = static_cast<int>(function->function_id) - local [all...] |
/external/chromium_org/v8/src/ |
full-codegen.cc | 911 int lookup_index = local 913 ASSERT(lookup_index >= 0); 914 ASSERT(static_cast<size_t>(lookup_index) < 916 return kInlineFunctionGenerators[lookup_index]; [all...] |
hydrogen.cc | 8280 int lookup_index = static_cast<int>(function->function_id) - local [all...] |
/external/harfbuzz/src/ |
harfbuzz-gsub.c | 35 HB_UShort lookup_index, 4235 HB_UShort lookup_index = index[i]; local 4306 HB_UShort lookup_index = feature.LookupListIndex[j]; local [all...] |
harfbuzz-gpos.c | 53 HB_UShort lookup_index, 5978 HB_UShort lookup_index = index[i]; local 6067 HB_UShort lookup_index = feature.LookupListIndex[j]; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.c | 35 HB_UShort lookup_index, 4235 HB_UShort lookup_index = index[i]; local 4306 HB_UShort lookup_index = feature.LookupListIndex[j]; local [all...] |
harfbuzz-gpos.c | 53 HB_UShort lookup_index, 5978 HB_UShort lookup_index = index[i]; local 6067 HB_UShort lookup_index = feature.LookupListIndex[j]; local [all...] |