Home
last modified time | relevance | path

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

/external/skia/gm/
Ddrawminibitmaprect.cpp63 static const int gSurfaceSize = 2048; variable
83 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()