/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-layout.h | 199 unsigned int lookup_index, 219 unsigned int lookup_index, 226 unsigned int lookup_index, 241 unsigned int lookup_index, 248 unsigned int lookup_index, 256 unsigned int lookup_index, 276 unsigned int lookup_index,
|
D | hb-ot-layout.cc | 617 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument 635 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 641 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 661 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument 667 …return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_… in hb_ot_layout_lookup_would_substitute() 672 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute_fast() argument 677 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast() 680 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast() 682 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest); in hb_ot_layout_lookup_would_substitute_fast() 699 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument [all …]
|
D | hb-ot-layout-gsub-table.hh | 1194 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index); 1253 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 1350 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 1353 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func() 1357 inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument 1360 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
|
D | 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) in recurse() 71 recurse_func (this, lookup_index); in recurse() 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) in recurse() 177 recurse_func (this, lookup_index); in recurse() 247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index); 252 return_t recurse (unsigned int lookup_index) in recurse() 258 bool ret = recurse_func (this, lookup_index); in recurse()
|
D | hb-ot-shape.cc | 746 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure() local 747 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs); in hb_ot_shape_glyphs_closure()
|
D | hb-ot-layout-gpos-table.hh | 1483 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index); 1486 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 1611 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 1614 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func() 1618 inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument 1621 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-private.hh | 65 unsigned int lookup_index,
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 207 unsigned int lookup_index, 227 unsigned int lookup_index, 234 unsigned int lookup_index, 249 unsigned int lookup_index, 256 unsigned int lookup_index, 264 unsigned int lookup_index, 284 unsigned int lookup_index,
|
D | hb-ot-layout.cc | 637 unsigned int lookup_index, in hb_ot_layout_lookup_collect_glyphs() argument 655 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 661 const OT::PosLookup& l = hb_ot_layout_from_face (face)->gpos->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs() 681 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute() argument 687 …return hb_ot_layout_lookup_would_substitute_fast (face, lookup_index, glyphs, glyphs_length, zero_… in hb_ot_layout_lookup_would_substitute() 692 unsigned int lookup_index, in hb_ot_layout_lookup_would_substitute_fast() argument 697 if (unlikely (lookup_index >= hb_ot_layout_from_face (face)->gsub_lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast() 700 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast() 702 return l.would_apply (&c, &hb_ot_layout_from_face (face)->gsub_accels[lookup_index].digest); in hb_ot_layout_lookup_would_substitute_fast() 719 unsigned int lookup_index, in hb_ot_layout_lookup_substitute_closure() argument [all …]
|
D | hb-ot-layout-gsub-table.hh | 1214 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index); 1273 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 1370 …me context_t::return_t SubstLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 1373 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func() 1377 …ic*/ inline bool SubstLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument 1380 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
|
D | 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) in recurse() 71 recurse_func (this, lookup_index); in recurse() 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) in recurse() 177 recurse_func (this, lookup_index); in recurse() 247 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index); 252 return_t recurse (unsigned int lookup_index) in recurse() 258 bool ret = recurse_func (this, lookup_index); in recurse()
|
D | hb-ot-shape.cc | 794 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);) in hb_ot_shape_glyphs_closure() local 795 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs); in hb_ot_shape_glyphs_closure()
|
D | hb-ot-layout-gpos-table.hh | 1483 static bool apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index); 1486 …nline typename context_t::return_t dispatch_recurse_func (context_t *c, unsigned int lookup_index); 1611 …name context_t::return_t PosLookup::dispatch_recurse_func (context_t *c, unsigned int lookup_index) in dispatch_recurse_func() argument 1614 const PosLookup &l = gpos.get_lookup (lookup_index); in dispatch_recurse_func() 1618 …atic*/ inline bool PosLookup::apply_recurse_func (hb_apply_context_t *c, unsigned int lookup_index) in apply_recurse_func() argument 1621 const PosLookup &l = gpos.get_lookup (lookup_index); in apply_recurse_func()
|
D | hb-ot-layout-private.hh | 67 unsigned int lookup_index,
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
D | harfbuzz-gsub.c | 35 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 …]
|
D | harfbuzz-gpos.c | 53 HB_UShort lookup_index, 5732 HB_UShort lookup_index, in GPOS_Do_Glyph_Lookup() argument 5750 if (lookup_index >= lookup_count) in GPOS_Do_Glyph_Lookup() 5753 lo = &gpos->LookupList.Lookup[lookup_index]; in GPOS_Do_Glyph_Lookup() 5836 HB_UShort lookup_index, in GPOS_Do_String_Lookup() argument 5854 if ( ~IN_PROPERTIES( buffer->in_pos ) & properties[lookup_index] ) in GPOS_Do_String_Lookup() 5863 error = GPOS_Do_Glyph_Lookup( gpi, lookup_index, buffer, context_length, nesting_level ); in GPOS_Do_String_Lookup() 5939 HB_UShort lookup_index = index[i]; in HB_GPOS_Add_Feature() local 5940 if (lookup_index < lookup_count) in HB_GPOS_Add_Feature() 5941 properties[lookup_index] |= property; in HB_GPOS_Add_Feature() [all …]
|
/external/chromium_org/third_party/ots/src/ |
D | layout.cc | 162 uint16_t lookup_index = 0; in ParseFeatureTable() local 163 if (!subtable.ReadU16(&lookup_index)) { in ParseFeatureTable() 167 if (lookup_index >= num_lookups) { in ParseFeatureTable()
|
/external/chromium_org/v8/src/ |
D | full-codegen.cc | 884 int lookup_index = in FindInlineFunctionGenerator() local 886 ASSERT(lookup_index >= 0); in FindInlineFunctionGenerator() 887 ASSERT(static_cast<size_t>(lookup_index) < in FindInlineFunctionGenerator() 889 return kInlineFunctionGenerators[lookup_index]; in FindInlineFunctionGenerator()
|
D | hydrogen.cc | 9635 int lookup_index = static_cast<int>(function->function_id) - in VisitCallRuntime() local 9637 ASSERT(lookup_index >= 0); in VisitCallRuntime() 9638 ASSERT(static_cast<size_t>(lookup_index) < in VisitCallRuntime() 9640 InlineFunctionGenerator generator = kInlineFunctionGenerators[lookup_index]; in VisitCallRuntime()
|