Searched refs:kBmpSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Ddrawbitmaprect.cpp92 static const int kBmpSize = 2048; local
94 makebm(&fLargeBitmap, kBmpSize, kBmpSize);
97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
115 title.printf("Bitmap size: %d x %d", kBmpSize, kBmpSize);
125 SkIRect srcRect = SkIRect::MakeXYWH((kBmpSize - w) / 2,
126 (kBmpSize - h) / 2,
/external/skia/gm/
H A Ddrawbitmaprect.cpp92 static const int kBmpSize = 2048; local
94 makebm(&fLargeBitmap, kBmpSize, kBmpSize);
97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2);
115 title.printf("Bitmap size: %d x %d", kBmpSize, kBmpSize);
125 SkIRect srcRect = SkIRect::MakeXYWH((kBmpSize - w) / 2,
126 (kBmpSize - h) / 2,

Completed in 104 milliseconds