Searched defs:onResize (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/experimental/sktext/editor/ |
| D | Editor.cpp | 117 void Editor::onResize(int width, int height) { in onResize() function in skia::editor::Editor
|
| /third_party/python/Lib/turtledemo/ |
| D | __main__.py | 205 def onResize(self, event): member in DemoWindow
|
| /third_party/skia/tools/sk_app/ |
| D | Window.h | 115 virtual void onResize(int width, int height) {} in onResize() function
|
| D | Window.cpp | 100 void Window::onResize(int w, int h) { in onResize() function in sk_app::Window
|
| /third_party/skia/m133/tools/sk_app/ |
| D | Window.h | 99 virtual void onResize(int width, int height) {} in onResize() function
|
| D | Window.cpp | 109 void Window::onResize(int w, int h) { in onResize() function in sk_app::Window
|
| /third_party/skia/modules/skplaintexteditor/app/ |
| D | editor_application.cpp | 147 void onResize(int width, int height) override { in onResize() function
|
| /third_party/skia/m133/modules/skplaintexteditor/app/ |
| D | editor_application.cpp | 182 void onResize(int width, int height) override { in onResize() function
|
| /third_party/skia/tools/viewer/ |
| D | Viewer.cpp | 1644 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
|
| /third_party/skia/m133/tools/viewer/ |
| D | Viewer.cpp | 1974 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
|
| /third_party/python/Lib/ |
| D | turtle.py | 396 def onResize(self, event): member in ScrolledCanvas
|