Searched defs:CompositeGlyph (Results 1 – 3 of 3) sorted by relevance
258 struct CompositeGlyph struct260 const GlyphHeader &header;261 hb_bytes_t bytes;262 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument265 composite_iter_t iter () const in iter()268 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()285 const hb_bytes_t trim_padding () const { return bytes; } in trim_padding()287 void drop_hints () in drop_hints()294 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()297 void set_overlaps_flag () in set_overlaps_flag()[all …]
513 GlyphTable::CompositeGlyph::CompositeGlyph(ReadableFontData* data) in CompositeGlyph() function in sfntly::GlyphTable::CompositeGlyph
856 class CompositeGlyph(object): class