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

/external/chromium_org/third_party/skia/gm/
H A Ddrawbitmaprect.cpp97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2); local
122 for (int w = 1; w <= kMaxSrcRectSize; w *= 4) {
123 for (int h = 1; h <= kMaxSrcRectSize; h *= 4) {
/external/skia/gm/
H A Ddrawbitmaprect.cpp97 static const int kMaxSrcRectSize = 1 << (SkNextLog2(kBmpSize) + 2); local
122 for (int w = 1; w <= kMaxSrcRectSize; w *= 4) {
123 for (int h = 1; h <= kMaxSrcRectSize; h *= 4) {

Completed in 176 milliseconds