Home
last modified time | relevance | path

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

/external/skia/src/ports/fontations/src/
Dffi.rs897 fn next_color_stop(color_stops: &mut BridgeColorStops, out_stop: &mut ColorStop) -> bool { in next_color_stop()
1075 pub struct BridgeColorStops<'a> { struct
1076 pub stops_iterator: Box<dyn Iterator<Item = &'a skrifa::color::ColorStop> + 'a>,
1077 pub num_stops: usize,
1584 type BridgeColorStops<'a>; typedef
1585 fn next_color_stop(color_stops: &mut BridgeColorStops, stop: &mut ColorStop) -> bool; in next_color_stop()
1659 color_stops: &mut BridgeColorStops, in fill_linear()
1665 color_stops: &mut BridgeColorStops, in fill_radial()
1671 color_stops: &mut BridgeColorStops, in fill_sweep()
1687 color_stops: &mut BridgeColorStops, in fill_glyph_linear()
[all …]
/external/skia/src/ports/
DSkTypeface_fontations.cpp1587 fontations_ffi::BridgeColorStops&, in fill_glyph_radial()
1595 fontations_ffi::BridgeColorStops&, in fill_glyph_linear()
1604 fontations_ffi::BridgeColorStops&, in fill_glyph_sweep()