Home
last modified time | relevance | path

Searched defs:ColorPainter (Results 1 – 5 of 5) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/
Dmod.rs201 pub trait ColorPainter { interface
348 painter: &mut impl ColorPainter, in paint()
Dtraversal.rs93 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()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/
Dtraversal.rs93 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()
Dmod.rs201 pub trait ColorPainter { trait
348 painter: &mut impl ColorPainter, in paint()
/external/skia/src/ports/
DSkTypeface_fontations.cpp1242 ColorPainter::ColorPainter(SkFontationsScalerContext& scaler_context, in ColorPainter() function in sk_fontations::ColorPainter