Searched refs:DrawGraphics (Results 1 – 2 of 2) sorted by relevance
339 cmd.DrawGraphics = DoDrawLine; in DrawLine()374 cmd.DrawGraphics = DoDrawCurve; in DrawCurve()400 cmd.DrawGraphics = DoDrawRect; in DrawRect()418 cmd.DrawGraphics = DoFillRect; in DrawRect()466 cmd.DrawGraphics = DoDrawRect; in DrawRectSetCmd()468 cmd.DrawGraphics = DoFillRect; in DrawRectSetCmd()490 cmd.DrawGraphics = DoDrawRect; in StrokeRect()567 cmd.DrawGraphics = DoDrawCircle; in DrawCircle()676 cmd.DrawGraphics = DoDrawLabel; in DrawLabel()817 cmd.DrawGraphics = DoDrawPath; in DrawPath()[all …]
300 … void (*DrawGraphics)(BufferInfo&, void*, const Paint&, const Rect&, const Rect&, const Style&); member