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()207 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()
300 fn draw_path<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in draw_path()328 fn fill_polygon<S: BackendStyle, I: IntoIterator<Item = BackendCoord>>( in fill_polygon()