Searched refs:gBmpSize (Results 1 - 1 of 1) sorted by last modified time

/external/skia/gm/
H A Ddrawbitmaprect.cpp136 constexpr int gBmpSize = 2048; variable
158 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize);
167 const int kMaxSrcRectSize = 1 << (SkNextLog2(gBmpSize) + 2);
183 title.printf("Bitmap size: %d x %d", gBmpSize, gBmpSize);
193 SkIRect srcRect = SkIRect::MakeXYWH((gBmpSize - w) / 2, (gBmpSize - h) / 2, w, h);

Completed in 63 milliseconds