Searched refs:gSurfaceSize (Results 1 – 2 of 2) sorted by relevance
73 constexpr int gSurfaceSize = 2048; variable93 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()97 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()113 SkIRect::MakeXYWH((gSurfaceSize - w) / 2, (gSurfaceSize - h) / 2, w, h); in onDraw()
61 constexpr int gSurfaceSize = 2048; variable81 fImage = makebm(gSurfaceSize, gSurfaceSize); in onDraw()85 const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()101 SkIRect::MakeXYWH((gSurfaceSize - w) / 2, (gSurfaceSize - h) / 2, w, h); in onDraw()