Home
last modified time | relevance | path

Searched refs:onResize (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tools/sk_app/
H A DWindow.cpp100 void Window::onResize(int w, int h) {
105 this->visitLayers([=](Layer* layer) { layer->onResize(w, h); });
H A DWindow.h115 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 DWindow_unix.h77 this->onResize(fPendingWidth, fPendingHeight); in finishResize()
/third_party/skia/experimental/sktext/editor/
H A DEditor.h35 void onResize(int width, int height) override;
H A DApp.cpp41 fLayer->onResize(fWindow->width(), fWindow->height()); in init()
H A DEditor.cpp117 void Editor::onResize(int width, int height) { in onResize() function in skia::editor::Editor
/third_party/python/Lib/turtledemo/
H A D__main__.py205 def onResize(self, event): member in DemoWindow
251 canvas._rootwindow.bind('<Configure>', self.onResize)
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp147 void onResize(int width, int height) override {
396 fLayer.onResize(fWindow->width(), fWindow->height()); in init()
/third_party/skia/tools/viewer/
H A DViewer.h41 void onResize(int width, int height) override;
H A DViewer.cpp1644 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 Dsurface_glue_android.cpp152 window_android->onResize(width, height); in message_callback()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp236 window->onResize(LOWORD(lParam), HIWORD(lParam)); in WndProc()
/third_party/python/Lib/
H A Dturtle.py360 self._rootwindow.bind('<Configure>', self.onResize)
396 def onResize(self, event): member in ScrolledCanvas
/third_party/node/deps/v8/tools/profview/
H A Dprofview.js174 onResize() {

Completed in 16 milliseconds