Home
last modified time | relevance | path

Searched defs: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
H A Drenderer.rs434 fn draw_path(&mut self, graphicspath: GraphicsPath, color: Color) { in draw_path()