Searched defs:onPaint (Results 1 – 14 of 14) sorted by relevance
57 void HelloWorld::onPaint(SkCanvas* canvas) { in onPaint() function in HelloWorld
57 void HelloWorld::onPaint(SkSurface* surface) { in onPaint() function in HelloWorld
53 void StatsLayer::onPaint(SkCanvas* canvas) { in onPaint() function in StatsLayer
109 void ImGuiLayer::onPaint(SkCanvas* canvas) { in onPaint() function in ImGuiLayer
1239 void Viewer::onPaint(SkCanvas* canvas) { in onPaint() function in Viewer
69 void StatsLayer::onPaint(SkSurface* surface) { in onPaint() function in StatsLayer
150 void ImGuiLayer::onPaint(SkSurface* surface) { in onPaint() function in ImGuiLayer
1573 void Viewer::onPaint(SkSurface* surface) { in onPaint() function in Viewer
68 void Window::onPaint() { in onPaint() function in sk_app::Window
152 virtual void onPaint(SkCanvas*) {} in onPaint() function
107 virtual void onPaint(SkSurface*) {} in onPaint() function
75 void Window::onPaint() { in onPaint() function in sk_app::Window
123 void onPaint(SkSurface* surface) override { in onPaint() function
454 void AnalyzerPanel::onPaint(wxPaintEvent &) { in onPaint() function in AnalyzerPanel