Searched defs:BridgeColorStops (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/ports/fontations/src/ |
D | ffi.rs | 1110 fn next_color_stop(color_stops: &mut BridgeColorStops, out_stop: &mut ColorStop) -> bool { in next_color_stop() 1299 pub struct BridgeColorStops<'a> { struct 1300 pub stops_iterator: Box<dyn Iterator<Item = &'a skrifa::color::ColorStop> + 'a>, 1301 pub num_stops: usize, 1835 type BridgeColorStops<'a>; typedef 1836 fn next_color_stop(color_stops: &mut BridgeColorStops, stop: &mut ColorStop) -> bool; in next_color_stop() 1890 color_stops: &mut BridgeColorStops, in fill_linear() 1896 color_stops: &mut BridgeColorStops, in fill_radial() 1902 color_stops: &mut BridgeColorStops, in fill_sweep() 1918 color_stops: &mut BridgeColorStops, in fill_glyph_linear() [all …]
|
/external/skia/src/ports/ |
D | SkTypeface_fontations.cpp | 1641 fontations_ffi::BridgeColorStops&, in fill_glyph_radial() 1649 fontations_ffi::BridgeColorStops&, in fill_glyph_linear() 1658 fontations_ffi::BridgeColorStops&, in fill_glyph_sweep()
|