Home
last modified time | relevance | path

Searched refs:setRequestedDisplayParams (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/sk_app/win/
H A DWindow_win.h31 void setRequestedDisplayParams(const DisplayParams&, bool allowReattach) override;
H A DWindow_win.cpp396 void Window_win::setRequestedDisplayParams(const DisplayParams& params, bool allowReattach) { in setRequestedDisplayParams() function in sk_app::Window_win
411 INHERITED::setRequestedDisplayParams(params, allowReattach); in setRequestedDisplayParams()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.h82 void setRequestedDisplayParams(const DisplayParams&, bool allowReattach) override;
H A DWindow_unix.cpp445 void Window_unix::setRequestedDisplayParams(const DisplayParams& params, bool allowReattach) { in setRequestedDisplayParams() function in sk_app::Window_unix
459 INHERITED::setRequestedDisplayParams(params, allowReattach); in setRequestedDisplayParams()
/third_party/skia/example/
H A DHelloWorld.cpp28 fWindow->setRequestedDisplayParams(DisplayParams()); in HelloWorld()
/third_party/skia/tools/sk_app/
H A DWindow.cpp129 void Window::setRequestedDisplayParams(const DisplayParams& params, bool /* allowReattach */) {
H A DWindow.h146 virtual void setRequestedDisplayParams(const DisplayParams&, bool allowReattach = true);
/third_party/skia/tools/viewer/
H A DViewer.cpp400 fWindow->setRequestedDisplayParams(displayParams); in fPerspectiveMode()
451 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
458 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
494 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
501 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
567 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
633 fWindow->setRequestedDisplayParams(params); in fPerspectiveMode()
1271 fWindow->setRequestedDisplayParams(params, false); in setBackend()
2724 fWindow->setRequestedDisplayParams(params); in drawImGui()
3015 fWindow->setRequestedDisplayParams(param in onUIStateChanged()
[all...]

Completed in 7 milliseconds