Home
last modified time | relevance | path

Searched defs:onResize (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DEditor.cpp117 void Editor::onResize(int width, int height) { in onResize() function in skia::editor::Editor
/third_party/python/Lib/turtledemo/
D__main__.py205 def onResize(self, event): member in DemoWindow
/third_party/skia/tools/sk_app/
DWindow.h115 virtual void onResize(int width, int height) {} in onResize() function
DWindow.cpp100 void Window::onResize(int w, int h) { in onResize() function in sk_app::Window
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp147 void onResize(int width, int height) override { in onResize() function
/third_party/node/deps/v8/tools/profview/
Dprofview.js174 onResize() { method
/third_party/skia/tools/viewer/
DViewer.cpp1644 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
/third_party/python/Lib/
Dturtle.py395 def onResize(self, event): member in ScrolledCanvas