Searched defs:lookup_index (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc637 unsigned int lookup_index,
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
681 unsigned int lookup_index,
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
692 unsigned int lookup_index,
697 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest);
719 unsigned int lookup_index,
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
916 unsigned int lookup_index = lookups[table_index][i].index; local
[all...]
H A Dhb-ot-layout-gsub-table.hh1214 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1273 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1370 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1377 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1483 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1486 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1611 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1618 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index) argument
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) argument
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) argument
258 bool ret = recurse_func (this, lookup_index);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc637 unsigned int lookup_index,
655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index);
681 unsigned int lookup_index,
687 return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_context);
692 unsigned int lookup_index,
697 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false;
700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index);
702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest);
719 unsigned int lookup_index,
635 hb_ot_layout_lookup_collect_glyphs(hb_face_t *face, hb_tag_t table_tag, unsigned int lookup_index, hb_set_t *glyphs_before, hb_set_t *glyphs_input, hb_set_t *glyphs_after, hb_set_t *glyphs_output ) argument
680 hb_ot_layout_lookup_would_substitute(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
691 hb_ot_layout_lookup_would_substitute_fast(hb_face_t *face, unsigned int lookup_index, const hb_codepoint_t *glyphs, unsigned int glyphs_length, hb_bool_t zero_context) argument
718 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
916 unsigned int lookup_index = lookups[table_index][i].index; local
[all...]
H A Dhb-ot-layout-gsub-table.hh1214 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1273 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1370 /*static*/ inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1373 const SubstLookup &l = gsub.get_lookup (lookup_index);
1377 /*static*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1380 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1483 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1486 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1611 /*static*/ inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1614 const PosLookup &l = gpos.get_lookup (lookup_index);
1618 /*static*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1621 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh60 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
65 return_t recurse (unsigned int lookup_index) argument
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) argument
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) argument
258 bool ret = recurse_func (this, lookup_index);
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc162 uint16_t lookup_index = 0; local
163 if (!subtable.ReadU16(&lookup_index)) {
167 if (lookup_index >= num_lookups) {
/external/chromium_org/v8/src/
H A Dfull-codegen.cc887 int lookup_index = local
889 DCHECK(lookup_index >= 0);
890 DCHECK(static_cast<size_t>(lookup_index) <
892 return kInlineFunctionGenerators[lookup_index];
H A Dhydrogen.cc9795 int lookup_index = static_cast<int>(function->function_id) - local
9797 DCHECK(lookup_index >= 0);
9798 DCHECK(static_cast<size_t>(lookup_index) <
9800 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];

Completed in 2952 milliseconds