HomeSort by relevance Sort by last modified time
    Searched full:lookup_index (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 597 unsigned int lookup_index,
615 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
621 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
641 unsigned int lookup_index,
647 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
652 unsigned int lookup_index,
657 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
660 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
662 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]);
674 unsigned int lookup_index,
    [all...]
hb-ot-layout.h 198 unsigned int lookup_index,
218 unsigned int lookup_index,
225 unsigned int lookup_index,
240 unsigned int lookup_index,
247 unsigned int lookup_index,
255 unsigned int lookup_index,
275 unsigned int lookup_index,
hb-ot-layout-private.hh 194 unsigned int lookup_index,
208 unsigned int lookup_index,
226 unsigned int lookup_index,
hb-ot-shape.cc 671 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
672 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);
hb-ot-layout-gsubgpos-private.hh 61 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
66 return_t recurse (unsigned int lookup_index)
72 recurse_func (this, lookup_index);
149 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
154 return_t recurse (unsigned int lookup_index)
172 recurse_func (this, lookup_index);
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
247 return_t recurse (unsigned int lookup_index)
253 bool ret = recurse_func (this, lookup_index);
    [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsub-table.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 591 unsigned int lookup_index,
609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
635 unsigned int lookup_index,
641 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
646 unsigned int lookup_index,
651 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
656 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]);
668 unsigned int lookup_index,
    [all...]
hb-ot-layout.h 198 unsigned int lookup_index,
218 unsigned int lookup_index,
225 unsigned int lookup_index,
240 unsigned int lookup_index,
247 unsigned int lookup_index,
255 unsigned int lookup_index,
275 unsigned int lookup_index,
hb-ot-layout-private.hh 194 unsigned int lookup_index,
208 unsigned int lookup_index,
226 unsigned int lookup_index,
hb-ot-shape.cc 649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
650 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);
hb-ot-layout-gsubgpos-private.hh 61 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
66 return_t recurse (unsigned int lookup_index)
72 recurse_func (this, lookup_index);
149 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
154 return_t recurse (unsigned int lookup_index)
172 recurse_func (this, lookup_index);
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
247 return_t recurse (unsigned int lookup_index)
253 bool ret = recurse_func (this, lookup_index);
    [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [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...]
  /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/chromium_org/v8/src/
full-codegen.cc 913 int lookup_index = local
915 ASSERT(lookup_index >= 0);
916 ASSERT(static_cast<size_t>(lookup_index) <
918 return kInlineFunctionGenerators[lookup_index];
    [all...]
hydrogen.cc 7328 int lookup_index = static_cast<int>(function->function_id) - local
    [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...]

Completed in 1151 milliseconds