Searched refs:onResize (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/tools/sk_app/ |
H A D | Window.cpp | 100 void Window::onResize(int w, int h) { 105 this->visitLayers([=](Layer* layer) { layer->onResize(w, h); });
|
H A D | Window.h | 115 virtual void onResize(int width, int height) {} in onResize() function in sk_app::Window::Layer 138 void onResize(int width, int height);
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.h | 77 this->onResize(fPendingWidth, fPendingHeight); in finishResize()
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Editor.h | 35 void onResize(int width, int height) override;
|
H A D | App.cpp | 41 fLayer->onResize(fWindow->width(), fWindow->height()); in init()
|
H A D | Editor.cpp | 117 void Editor::onResize(int width, int height) { in onResize() function in skia::editor::Editor
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 205 def onResize(self, event): member in DemoWindow 251 canvas._rootwindow.bind('<Configure>', self.onResize)
|
/third_party/skia/modules/skplaintexteditor/app/ |
H A D | editor_application.cpp | 147 void onResize(int width, int height) override { 396 fLayer.onResize(fWindow->width(), fWindow->height()); in init()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.h | 41 void onResize(int width, int height) override;
|
H A D | Viewer.cpp | 1644 void Viewer::onResize(int width, int height) { in onResize() function in Viewer 2050 this->onResize(fWindow->width(), fWindow->height()); in drawImGui()
|
/third_party/skia/tools/sk_app/android/ |
H A D | surface_glue_android.cpp | 152 window_android->onResize(width, height); in message_callback()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 236 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
|
/third_party/python/Lib/ |
H A D | turtle.py | 360 self._rootwindow.bind('<Configure>', self.onResize) 396 def onResize(self, event): member in ScrolledCanvas
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 174 onResize() {
|
Completed in 16 milliseconds