Searched refs:gSurfaceSize (Results 1 – 1 of 1) sorted by relevance
63 static const int gSurfaceSize = 2048; variable83 fImage.reset(makebm(canvas, gSurfaceSize, gSurfaceSize)); in onDraw()87 static const int kMaxSrcRectSize = 1 << (SkNextLog2(gSurfaceSize) + 2); in onDraw()103 SkIRect::MakeXYWH((gSurfaceSize - w) / 2, (gSurfaceSize - h) / 2, w, h); in onDraw()