Searched defs:CompositeGlyph (Results 1 – 3 of 3) sorted by relevance
612 struct CompositeGlyph struct614 const GlyphHeader &header;615 hb_bytes_t bytes;616 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() function619 composite_iter_t get_iterator () const in get_iterator()622 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()639 const Glyph trim_padding () const { return Glyph (bytes); } in trim_padding()642 void drop_hints () in drop_hints()649 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()652 bool get_contour_points (contour_point_vector_t &points_ /* OUT */, in get_contour_points()
513 GlyphTable::CompositeGlyph::CompositeGlyph(ReadableFontData* data) in CompositeGlyph() function in sfntly::GlyphTable::CompositeGlyph
852 class CompositeGlyph(object): class