Home
last modified time | relevance | path

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

/third_party/skia/m133/src/ports/fontations/src/
Dffi.rs1073 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1806 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1845 type ColorPainterWrapper; typedef
1848 fn push_transform(self: Pin<&mut ColorPainterWrapper>, transform: &Transform); in push_transform()
1849 fn pop_transform(self: Pin<&mut ColorPainterWrapper>); in pop_transform()
1850 fn push_clip_glyph(self: Pin<&mut ColorPainterWrapper>, glyph_id: u16); in push_clip_glyph()
1852 self: Pin<&mut ColorPainterWrapper>, in push_clip_rectangle()
1858 fn pop_clip(self: Pin<&mut ColorPainterWrapper>); in pop_clip()
1860 fn fill_solid(self: Pin<&mut ColorPainterWrapper>, palette_index: u16, alpha: f32); in fill_solid()
1862 self: Pin<&mut ColorPainterWrapper>, in fill_linear()
[all …]