Searched defs:CompositeGlyph (Results 1 – 8 of 8) sorted by relevance
321 struct CompositeGlyph struct323 const GlyphHeader &header;324 hb_bytes_t bytes;325 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument328 composite_iter_t iter () const in iter()331 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()348 const hb_bytes_t trim_padding () const { return bytes; } in trim_padding()350 void drop_hints () in drop_hints()357 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()360 void set_overlaps_flag () in set_overlaps_flag()[all …]
656 impl<'a> FontRead<'a> for CompositeGlyph<'a> { implementation674 pub type CompositeGlyph<'a> = TableRef<'a, CompositeGlyphMarker>; typedef676 impl<'a> CompositeGlyph<'a> { impl718 impl<'a> SomeTable<'a> for CompositeGlyph<'a> { implementation736 impl<'a> std::fmt::Debug for CompositeGlyph<'a> { implementation
656 impl<'a> FontRead<'a> for CompositeGlyph<'a> { implementation674 pub type CompositeGlyph<'a> = TableRef<'a, CompositeGlyphMarker>; typedef676 impl<'a> CompositeGlyph<'a> { implementation718 impl<'a> SomeTable<'a> for CompositeGlyph<'a> { implementation736 impl<'a> std::fmt::Debug for CompositeGlyph<'a> { implementation
269 glyph: &CompositeGlyph, in load_composite()721 glyph: &CompositeGlyph, in load_composite()1139 glyph: &CompositeGlyph, in load_composite()
523 impl<'a> CompositeGlyph<'a> { implementation
523 impl<'a> CompositeGlyph<'a> { impl
899 class CompositeGlyph(object): class