Home
last modified time | relevance | path

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

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dcolor.rs25 pub enum FancyColor { enum
114 pub(crate) fn new(lg: &usvg::LinearGradient) -> FancyColor { in new()
161 impl FancyColor { implementation
H A Dsvg.rs207 ) -> (FancyColor, tessellation::StrokeOptions) { in convert_stroke()
228 fn convert_color(paint: &usvg::Paint, opacity: f64, tree: &usvg::Tree) -> FancyColor { in convert_color()
H A Dgeom.rs40 pub fn fancy_push(&mut self, color: FancyColor, p: Polygon) { in fancy_push()
57 pub fn consume(self) -> Vec<(FancyColor, Polygon)> { in consume()