Home
last modified time | relevance | path

Searched refs:MakeRasterForWin (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/window/win/
DWindowContextFactory_win.h47 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, std::unique_ptr<const DisplayParams>);
DRasterWindowContext_win.cpp87 std::unique_ptr<WindowContext> MakeRasterForWin(HWND wnd, in MakeRasterForWin() function
/external/skia/tools/sk_app/win/
DWindow_win.cpp373 fWindowContext = skwindow::MakeRasterForWin(fHWnd, fRequestedDisplayParams->clone()); in attach()