Searched defs:onResize (Results 1 – 12 of 12) 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/flutter/skia/tools/sk_app/ |
D | Window.cpp | 87 void Window::onResize(int w, int h) { in onResize() function in sk_app::Window
|
D | Window.h | 147 virtual void onResize(int width, int height) {} in onResize() function
|
/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/nghttp2/doc/_themes/sphinx_rtd_theme/static/js/ |
D | theme.js | 1 …tion(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResi… method
|
/third_party/flutter/skia/experimental/editor/ |
D | editor_application.cpp | 128 void onResize(int width, int height) override { in onResize() function
|
/third_party/skia/modules/skplaintexteditor/app/ |
D | editor_application.cpp | 147 void onResize(int width, int height) override { in onResize() function
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1371 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 1644 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
|
/third_party/python/Lib/ |
D | turtle.py | 395 def onResize(self, event): member in ScrolledCanvas
|