Home
last modified time | relevance | path

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

/external/skia/src/ports/fontations/src/
Dffi.rs1092 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1832 color_painter: Pin<&mut ColorPainterWrapper>, in draw_colr_glyph()
1871 type ColorPainterWrapper; typedef
1874 fn push_transform(self: Pin<&mut ColorPainterWrapper>, transform: &Transform); in push_transform()
1875 fn pop_transform(self: Pin<&mut ColorPainterWrapper>); in pop_transform()
1876 fn push_clip_glyph(self: Pin<&mut ColorPainterWrapper>, glyph_id: u16); in push_clip_glyph()
1878 self: Pin<&mut ColorPainterWrapper>, in push_clip_rectangle()
1884 fn pop_clip(self: Pin<&mut ColorPainterWrapper>); in pop_clip()
1886 fn fill_solid(self: Pin<&mut ColorPainterWrapper>, palette_index: u16, alpha: f32); in fill_solid()
1888 self: Pin<&mut ColorPainterWrapper>, in fill_linear()
[all …]