Searched defs:BridgeColorStops (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/m133/src/ports/fontations/src/ |
| D | ffi.rs | 1091 fn next_color_stop(color_stops: &mut BridgeColorStops, out_stop: &mut ColorStop) -> bool { in next_color_stop() 1280 pub struct BridgeColorStops<'a> { struct 1281 pub stops_iterator: Box<dyn Iterator<Item = &'a skrifa::color::ColorStop> + 'a>, 1282 pub num_stops: usize, 1809 type BridgeColorStops<'a>; typedef 1810 fn next_color_stop(color_stops: &mut BridgeColorStops, stop: &mut ColorStop) -> bool; in next_color_stop() 1864 color_stops: &mut BridgeColorStops, in fill_linear() 1870 color_stops: &mut BridgeColorStops, in fill_radial() 1876 color_stops: &mut BridgeColorStops, in fill_sweep() 1892 color_stops: &mut BridgeColorStops, in fill_glyph_linear() [all …]
|
| /third_party/skia/m133/src/ports/ |
| D | SkTypeface_fontations.cpp | 1579 fontations_ffi::BridgeColorStops&, in fill_glyph_radial() 1587 fontations_ffi::BridgeColorStops&, in fill_glyph_linear() 1596 fontations_ffi::BridgeColorStops&, in fill_glyph_sweep()
|