Searched defs:ColorPainter (Results 1 – 5 of 5) sorted by relevance
201 pub trait ColorPainter { interface348 painter: &mut impl ColorPainter, in paint()
93 fn new(parent_painter: &'a mut dyn ColorPainter, glyph_id: GlyphId) -> Self { in new()155 painter: &mut impl ColorPainter, in traverse_with_callbacks()599 painter: &mut impl ColorPainter, in traverse_v0_range()
201 pub trait ColorPainter { trait348 painter: &mut impl ColorPainter, in paint()
1242 ColorPainter::ColorPainter(SkFontationsScalerContext& scaler_context, in ColorPainter() function in sk_fontations::ColorPainter