Searched defs:BridgeColorStops (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/skia/src/ports/fontations/src/ |
H A D | ffi.rs | 1083 fn next_color_stop(color_stops: &mut BridgeColorStops, out_stop: &mut ColorStop) -> bool { in next_color_stop() 1272 pub struct BridgeColorStops<'a> { struct 1273 pub stops_iterator: Box<dyn Iterator<Item = &'a skrifa::color::ColorStop> + 'a>, 1274 pub num_stops: usize, 1799 type BridgeColorStops<'a>; typedef 1800 fn next_color_stop(color_stops: &mut BridgeColorStops, stop: &mut ColorStop) -> bool; in next_color_stop() 1854 color_stops: &mut BridgeColorStops, in fill_linear() 1860 color_stops: &mut BridgeColorStops, in fill_radial() 1866 color_stops: &mut BridgeColorStops, in fill_sweep() 1882 color_stops: &mut BridgeColorStops, in fill_glyph_linear() [all …]
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkTypeface_fontations.cpp | 1564 fontations_ffi::BridgeColorStops&, in fill_glyph_radial() 1572 fontations_ffi::BridgeColorStops&, in fill_glyph_linear() 1581 fontations_ffi::BridgeColorStops&, in fill_glyph_sweep()
|