Searched refs:RasterWindowContext_win (Results 1 – 2 of 2) sorted by relevance
20 class RasterWindowContext_win : public RasterWindowContext { class22 RasterWindowContext_win(HWND, const DisplayParams&);36 RasterWindowContext_win::RasterWindowContext_win(HWND wnd, const DisplayParams& params) in RasterWindowContext_win() function in __anonc020265f0111::RasterWindowContext_win44 void RasterWindowContext_win::setDisplayParams(const DisplayParams& params) { in setDisplayParams()51 void RasterWindowContext_win::resize(int w, int h) { in resize()72 sk_sp<SkSurface> RasterWindowContext_win::getBackbufferSurface() { return fBackbufferSurface; } in getBackbufferSurface()74 void RasterWindowContext_win::swapBuffers() { in swapBuffers()88 WindowContext* ctx = new RasterWindowContext_win(wnd, params); in NewRasterForWin()
1431 "tools/viewer/sk_app/win/RasterWindowContext_win.cpp",