Searched defs:PaintGlyph (Results 1 – 6 of 6) sorted by relevance
906 struct PaintGlyph struct910 bool subset (hb_subset_context_t *c, in subset()924 bool sanitize (hb_sanitize_context_t *c) const in sanitize()930 void paint_glyph (hb_paint_context_t *c) const in paint_glyph()942 HBUINT8 format; /* format = 10 */943 Offset24To<Paint> paint; /* Offset (from beginning of PaintGlyph table) to Paint subtable. */944 HBUINT16 gid;
363 impl<'a> PaintGlyph<'a> { implementation
2900 impl<'a> FontRead<'a> for PaintGlyph<'a> { implementation2911 pub type PaintGlyph<'a> = TableRef<'a, PaintGlyphMarker>; typedef2913 impl<'a> PaintGlyph<'a> { impl2940 impl<'a> SomeTable<'a> for PaintGlyph<'a> { implementation2958 impl<'a> std::fmt::Debug for PaintGlyph<'a> { implementation
2900 impl<'a> FontRead<'a> for PaintGlyph<'a> { implementation2911 pub type PaintGlyph<'a> = TableRef<'a, PaintGlyphMarker>; typedef2913 impl<'a> PaintGlyph<'a> { implementation2940 impl<'a> SomeTable<'a> for PaintGlyph<'a> { implementation2958 impl<'a> std::fmt::Debug for PaintGlyph<'a> { implementation
1568 PaintGlyph = 10 variable in PaintFormat