Searched defs:ColorPainterWrapper (Results 1 – 1 of 1) sorted by relevance
1073 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()1806 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()1845 type ColorPainterWrapper; typedef1848 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 …]