Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs1065 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1796 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1835 type ColorPainterWrapper; typedef
1838 fn push_transform(self: Pin<&mut ColorPainterWrapper>, transform: &Transform); in push_transform()
1839 fn pop_transform(self: Pin<&mut ColorPainterWrapper>); in pop_transform()
1840 fn push_clip_glyph(self: Pin<&mut ColorPainterWrapper>, glyph_id: u16); in push_clip_glyph()
1842 self: Pin<&mut ColorPainterWrapper>, in push_clip_rectangle()
1848 fn pop_clip(self: Pin<&mut ColorPainterWrapper>); in pop_clip()
1850 fn fill_solid(self: Pin<&mut ColorPainterWrapper>, palette_index: u16, alpha: f32); in fill_solid()
1852 self: Pin<&mut ColorPainterWrapper>, in fill_linear()
[all …]