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

/external/skia/tools/
H A Dbench_playback.cpp113 static const int kMaxArea = 209825221; // tabl_mozilla is this big. local
114 SkAutoTMalloc<SkPMColor> scratch(kMaxArea);
139 if (src->width() * src->height() > kMaxArea) {
141 path.c_str(), src->width(), src->height(), kMaxArea);

Completed in 513 milliseconds