Home
last modified time | relevance | path

Searched defs:onResize (Results 1 – 12 of 12) 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/flutter/skia/tools/sk_app/
DWindow.cpp87 void Window::onResize(int w, int h) { in onResize() function in sk_app::Window
DWindow.h147 virtual void onResize(int width, int height) {} in onResize() function
/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/nghttp2/doc/_themes/sphinx_rtd_theme/static/js/
Dtheme.js1 …tion(){t.winResize||(t.winResize=!0,requestAnimationFrame((function(){t.onResize()})))})),t.onResi… method
/third_party/flutter/skia/experimental/editor/
Deditor_application.cpp128 void onResize(int width, int height) override { in onResize() function
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp147 void onResize(int width, int height) override { in onResize() function
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1371 void Viewer::onResize(int width, int height) { in onResize() function in Viewer
/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