Home
last modified time | relevance | path

Searched refs:GraphicsPath (Results 1 – 2 of 2) sorted by relevance

/StarryEngine/starry_client/src/base/
H A Dgraphicspath.rs8 pub struct GraphicsPath { struct
18 impl GraphicsPath { argument
19 pub fn new() -> GraphicsPath { in new()
20 GraphicsPath { in new()
H A Drenderer.rs5 graphicspath::{GraphicsPath, PointType},
434 fn draw_path(&mut self, graphicspath: GraphicsPath, color: Color) { in draw_path() argument