Searched defs:BackendStyle (Results 1 – 4 of 4) sorted by relevance
19 pub trait BackendStyle { trait
163 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()206 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()
190 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()230 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()
299 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()327 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()