Searched defs:CompositeGlyph (Results 1 – 3 of 3) sorted by relevance
10 public final class CompositeGlyph extends Glyph { class29 protected CompositeGlyph(ReadableFontData data, int offset, int length) { in CompositeGlyph() method in CompositeGlyph34 protected CompositeGlyph(ReadableFontData data) { in CompositeGlyph() method in CompositeGlyph
672 struct CompositeGlyph struct674 const GlyphHeader &header;675 hb_bytes_t bytes;676 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument679 composite_iter_t get_iterator () const in get_iterator()682 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()699 const Glyph trim_padding () const { return Glyph (bytes); } in trim_padding()701 void drop_hints () in drop_hints()708 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()711 void set_overlaps_flag () in set_overlaps_flag()
513 GlyphTable::CompositeGlyph::CompositeGlyph(ReadableFontData* data) in CompositeGlyph() function in sfntly::GlyphTable::CompositeGlyph