Searched refs:MakeRasterForWin (Results 1 – 3 of 3) sorted by relevance
47 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, std::unique_ptr<const DisplayParams>);
87 std::unique_ptr<WindowContext> MakeRasterForWin(HWND wnd, in MakeRasterForWin() function
373 fWindowContext = skwindow::MakeRasterForWin(fHWnd, fRequestedDisplayParams->clone()); in attach()