Home
last modified time | relevance | path

Searched refs:CompositeGlyphChain (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh251 struct CompositeGlyphChain struct
396 struct composite_iter_t : hb_iter_with_fallback_t<composite_iter_t, const CompositeGlyphChain &>
398 typedef const CompositeGlyphChain *__item_t__;
407 const CompositeGlyphChain &__item__ () const { return *current; } in __item__()
413 set_next (&StructAtOffset<CompositeGlyphChain> (current, current_size)); in __next__()
419 void set_next (const CompositeGlyphChain *composite) in set_next()
421 if (!glyph.check_range (composite, CompositeGlyphChain::min_size)) in set_next()
680 { return composite_iter_t (bytes, &StructAfter<CompositeGlyphChain, GlyphHeader> (header)); } in get_iterator()
686 const CompositeGlyphChain *last = nullptr; in instructions_length()
704 const_cast<CompositeGlyphChain in drop_hints()
[all...]

Completed in 2 milliseconds