Searched defs:PaintSolid (Results 1 – 6 of 6) sorted by relevance
650 struct PaintSolid struct652 void closurev1 (hb_colrv1_closure_context_t* c) const in closurev1()658 bool subset (hb_subset_context_t *c, in subset()676 bool sanitize (hb_sanitize_context_t *c) const in sanitize()682 void paint_glyph (hb_paint_context_t *c, uint32_t varIdxBase) const in paint_glyph()694 HBUINT8 format; /* format = 2(noVar) or 3(Var)*/695 HBUINT16 paletteIndex;696 F2DOT14 alpha;
299 impl<'a> PaintSolid<'a> { impl
1838 impl<'a> FontRead<'a> for PaintSolid<'a> { implementation1849 pub type PaintSolid<'a> = TableRef<'a, PaintSolidMarker>; typedef1851 impl<'a> PaintSolid<'a> { implementation1872 impl<'a> SomeTable<'a> for PaintSolid<'a> { implementation1887 impl<'a> std::fmt::Debug for PaintSolid<'a> { implementation
1838 impl<'a> FontRead<'a> for PaintSolid<'a> { implementation1849 pub type PaintSolid<'a> = TableRef<'a, PaintSolidMarker>; typedef1851 impl<'a> PaintSolid<'a> { impl1872 impl<'a> SomeTable<'a> for PaintSolid<'a> { implementation1887 impl<'a> std::fmt::Debug for PaintSolid<'a> { implementation
1560 PaintSolid = 2 variable in PaintFormat