Home
last modified time | relevance | path

Searched refs:lookup_index (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h198 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,
Dhb-ot-layout.cc591 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument
609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
615 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
635 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument
641 …return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_… in hb_ot_layout_lookup_would_substitute()
646 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute_fast() argument
651 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
656 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_digests[lookup_index]); in hb_ot_layout_lookup_would_substitute_fast()
668 unsigned int lookup_index, in hb_ot_layout_substitute_lookup() argument
[all …]
Dhb-ot-layout-private.hh194 unsigned int lookup_index,
208 unsigned int lookup_index,
226 unsigned int lookup_index,
Dhb-ot-shape.cc649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure() local
650 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs); in hb_ot_shape_glyphs_closure()
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) in recurse()
72 recurse_func (this, lookup_index); in recurse()
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) in recurse()
172 recurse_func (this, lookup_index); in recurse()
242 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
247 return_t recurse (unsigned int lookup_index) in recurse()
253 bool ret = recurse_func (this, lookup_index); in recurse()
Dhb-ot-layout-gsub-table.hh1186 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1293 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1390 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1393 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()
1397 inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1400 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
Dhb-ot-layout-gpos-table.hh1467 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index);
1495 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index);
1622 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument
1625 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func()
1629 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument
1632 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub.c35 HB_UShort lookup_index,
4020 HB_UShort lookup_index, in GSUB_Do_Glyph_Lookup() argument
4036 if (lookup_index >= lookup_count) in GSUB_Do_Glyph_Lookup()
4039 lo = &gsub->LookupList.Lookup[lookup_index]; in GSUB_Do_Glyph_Lookup()
4119 HB_UShort lookup_index, in GSUB_Do_String_Lookup() argument
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; in GSUB_Do_String_Lookup()
4145 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GSUB_Do_String_Lookup()
4147 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level ); in GSUB_Do_String_Lookup()
4179 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GSUB_Do_String_Lookup()
4181 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level ); in GSUB_Do_String_Lookup()
[all …]
Dharfbuzz-gpos.c53 HB_UShort lookup_index,
5771 HB_UShort lookup_index, in GPOS_Do_Glyph_Lookup() argument
5789 if (lookup_index >= lookup_count) in GPOS_Do_Glyph_Lookup()
5792 lo = &gpos->LookupList.Lookup[lookup_index]; in GPOS_Do_Glyph_Lookup()
5875 HB_UShort lookup_index, in GPOS_Do_String_Lookup() argument
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GPOS_Do_String_Lookup()
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level ); in GPOS_Do_String_Lookup()
5978 HB_UShort lookup_index = index[i]; in HB_GPOS_Add_Feature() local
5979 if (lookup_index < lookup_count) in HB_GPOS_Add_Feature()
5980 properties[lookup_index] |= property; in HB_GPOS_Add_Feature()
[all …]
/external/harfbuzz/src/
Dharfbuzz-gsub.c35 HB_UShort lookup_index,
4020 HB_UShort lookup_index, in GSUB_Do_Glyph_Lookup() argument
4036 if (lookup_index >= lookup_count) in GSUB_Do_Glyph_Lookup()
4039 lo = &gsub->LookupList.Lookup[lookup_index]; in GSUB_Do_Glyph_Lookup()
4119 HB_UShort lookup_index, in GSUB_Do_String_Lookup() argument
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; in GSUB_Do_String_Lookup()
4145 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GSUB_Do_String_Lookup()
4147 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level ); in GSUB_Do_String_Lookup()
4179 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GSUB_Do_String_Lookup()
4181 error = GSUB_Do_Glyph_Lookup( gsub, lookup_index, buffer, context_length, nesting_level ); in GSUB_Do_String_Lookup()
[all …]
Dharfbuzz-gpos.c53 HB_UShort lookup_index,
5771 HB_UShort lookup_index, in GPOS_Do_Glyph_Lookup() argument
5789 if (lookup_index >= lookup_count) in GPOS_Do_Glyph_Lookup()
5792 lo = &gpos->LookupList.Lookup[lookup_index]; in GPOS_Do_Glyph_Lookup()
5875 HB_UShort lookup_index, in GPOS_Do_String_Lookup() argument
5893 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GPOS_Do_String_Lookup()
5902 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level ); in GPOS_Do_String_Lookup()
5978 HB_UShort lookup_index = index[i]; in HB_GPOS_Add_Feature() local
5979 if (lookup_index < lookup_count) in HB_GPOS_Add_Feature()
5980 properties[lookup_index] |= property; in HB_GPOS_Add_Feature()
[all …]
/external/v8/src/
Dfull-codegen.cc767 int lookup_index = in FindInlineFunctionGenerator() local
769 ASSERT(lookup_index >= 0); in FindInlineFunctionGenerator()
770 ASSERT(static_cast<size_t>(lookup_index) < in FindInlineFunctionGenerator()
772 return kInlineFunctionGenerators[lookup_index]; in FindInlineFunctionGenerator()
Dhydrogen.cc6104 int lookup_index = static_cast<int>(function->function_id) - in VisitCallRuntime() local
6106 ASSERT(lookup_index >= 0); in VisitCallRuntime()
6107 ASSERT(static_cast<size_t>(lookup_index) < in VisitCallRuntime()
6109 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index]; in VisitCallRuntime()