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

  /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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.h 204 unsigned int lookup_index,
224 unsigned int lookup_index,
231 unsigned int lookup_index,
246 unsigned int lookup_index,
253 unsigned int lookup_index,
261 unsigned int lookup_index,
281 unsigned int lookup_index,
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...]
hb-ot-shape.cc 696 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
697 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs);
hb-ot-layout-gsubgpos-private.hh 60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index)
71 recurse_func (this, lookup_index);
148 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index);
153 return_t recurse (unsigned int lookup_index)
177 recurse_func (this, lookup_index);
247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
252 return_t recurse (unsigned int lookup_index)
258 bool ret = recurse_func (this, lookup_index);
    [all...]
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-private.hh 67 unsigned int lookup_index,
  /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 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/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 3104 milliseconds