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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc617 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,
615 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
660 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
671 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
698 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
896 unsigned int lookup_index = lookups[table_index][i].index; local
[all...]
H A Dhb-ot-layout-gsub-table.hh1194 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1253 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1350 inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1353 const SubstLookup &l = gsub.get_lookup (lookup_index);
1357 inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1360 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1477 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1480 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1605 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1608 const PosLookup &l = gpos.get_lookup (lookup_index);
1612 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1615 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.cc591 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,
589 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
634 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
645 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
666 hb_ot_layout_substitute_lookup(hb_font_t *font, hb_buffer_t *buffer, unsigned int lookup_index, hb_mask_t mask, hb_bool_t auto_zwj) argument
688 hb_ot_layout_lookup_substitute_closure(hb_face_t *face, unsigned int lookup_index, hb_set_t *glyphs) argument
716 hb_ot_layout_position_lookup(hb_font_t *font, hb_buffer_t *buffer, unsigned int lookup_index, hb_mask_t mask, hb_bool_t auto_zwj) argument
[all...]
H A Dhb-ot-layout-gsub-table.hh1186 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1293 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1390 inline typename context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1393 const SubstLookup &l = gsub.get_lookup (lookup_index);
1397 inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1400 const SubstLookup &l = gsub.get_lookup (lookup_index);
H A Dhb-ot-layout-gpos-table.hh1467 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1495 static inline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1622 inline typename context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) argument
1625 const PosLookup &l = gpos.get_lookup (lookup_index);
1629 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) argument
1632 const PosLookup &l = gpos.get_lookup (lookup_index);
H A Dhb-ot-layout-gsubgpos-private.hh61 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index);
66 return_t recurse (unsigned int lookup_index) argument
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) argument
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) argument
253 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/v8/src/
H A Dfull-codegen.cc767 int lookup_index = local
769 ASSERT(lookup_index >= 0);
770 ASSERT(static_cast<size_t>(lookup_index) <
772 return kInlineFunctionGenerators[lookup_index];
H A Dhydrogen.cc6104 int lookup_index = static_cast<int>(function->function_id) - local
6106 ASSERT(lookup_index >= 0);
6107 ASSERT(static_cast<size_t>(lookup_index) <
6109 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];
/external/chromium_org/v8/src/
H A Dfull-codegen.cc911 int lookup_index = local
913 ASSERT(lookup_index >= 0);
914 ASSERT(static_cast<size_t>(lookup_index) <
916 return kInlineFunctionGenerators[lookup_index];
H A Dhydrogen.cc8280 int lookup_index = static_cast<int>(function->function_id) - local
8282 ASSERT(lookup_index >= 0);
8283 ASSERT(static_cast<size_t>(lookup_index) <
8285 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index];
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c35 HB_UShort lookup_index,
4020 HB_UShort lookup_index,
4036 if (lookup_index >= lookup_count)
4039 lo = &gsub->LookupList.Lookup[lookup_index];
4119 HB_UShort lookup_index,
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType;
4145 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
4147 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level );
4179 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
4181 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffe
4019 GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub, HB_UShort lookup_index, HB_Buffer buffer, HB_UShort context_length, int nesting_level ) argument
4118 GSUB_Do_String_Lookup( HB_GSUBHeader* gsub, HB_UShort lookup_index, HB_Buffer buffer ) argument
4235 HB_UShort lookup_index = index[i]; local
4306 HB_UShort lookup_index = feature.LookupListIndex[j]; local
[all...]
H A Dharfbuzz-gpos.c53 HB_UShort lookup_index,
5771 HB_UShort lookup_index,
5789 if (lookup_index >= lookup_count)
5792 lo = &gpos->LookupList.Lookup[lookup_index];
5875 HB_UShort lookup_index,
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level );
5978 HB_UShort lookup_index = index[i]; local
5979 if (lookup_index < lookup_count)
5980 properties[lookup_index] |
5770 GPOS_Do_Glyph_Lookup( GPOS_Instance* gpi, HB_UShort lookup_index, HB_Buffer buffer, HB_UShort context_length, int nesting_level ) argument
5874 GPOS_Do_String_Lookup( GPOS_Instance* gpi, HB_UShort lookup_index, HB_Buffer buffer ) argument
6067 HB_UShort lookup_index = feature.LookupListIndex[j]; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub.c35 HB_UShort lookup_index,
4020 HB_UShort lookup_index,
4036 if (lookup_index >= lookup_count)
4039 lo = &gsub->LookupList.Lookup[lookup_index];
4119 HB_UShort lookup_index,
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType;
4145 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
4147 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level );
4179 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
4181 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffe
4019 GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub, HB_UShort lookup_index, HB_Buffer buffer, HB_UShort context_length, int nesting_level ) argument
4118 GSUB_Do_String_Lookup( HB_GSUBHeader* gsub, HB_UShort lookup_index, HB_Buffer buffer ) argument
4235 HB_UShort lookup_index = index[i]; local
4306 HB_UShort lookup_index = feature.LookupListIndex[j]; local
[all...]
H A Dharfbuzz-gpos.c53 HB_UShort lookup_index,
5771 HB_UShort lookup_index,
5789 if (lookup_index >= lookup_count)
5792 lo = &gpos->LookupList.Lookup[lookup_index];
5875 HB_UShort lookup_index,
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] )
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level );
5978 HB_UShort lookup_index = index[i]; local
5979 if (lookup_index < lookup_count)
5980 properties[lookup_index] |
5770 GPOS_Do_Glyph_Lookup( GPOS_Instance* gpi, HB_UShort lookup_index, HB_Buffer buffer, HB_UShort context_length, int nesting_level ) argument
5874 GPOS_Do_String_Lookup( GPOS_Instance* gpi, HB_UShort lookup_index, HB_Buffer buffer ) argument
6067 HB_UShort lookup_index = feature.LookupListIndex[j]; local
[all...]

Completed in 1582 milliseconds