Searched defs:onPaint (Results 1 – 13 of 13) 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
54 void StatsLayer::onPaint(SkSurface* surface) { in onPaint() function in StatsLayer
116 void ImGuiLayer::onPaint(SkSurface* surface) { in onPaint() function in ImGuiLayer
1301 void Viewer::onPaint(SkSurface* surface) { in onPaint() function in Viewer
68 void Window::onPaint() { in onPaint() function in sk_app::Window
155 virtual void onPaint(SkSurface*) {} in onPaint() function
152 virtual void onPaint(SkCanvas*) {} in onPaint() function
454 void AnalyzerPanel::onPaint(wxPaintEvent &) { in onPaint() function in AnalyzerPanel