Searched defs:gatherCount (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DPictureTest.cpp543 int gatherCount = static_cast<int>(dataSize / sizeof(SkPixelRef*)); local
544 SkASSERT(gatherCount * sizeof(SkPixelRef*) == dataSize);
566 bool found = find(gatherRefs, fromAnalytic[i], gatherCount);
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp541 int gatherCount = static_cast<int>(dataSize / sizeof(SkPixelRef*)); local
542 SkASSERT(gatherCount * sizeof(SkPixelRef*) == dataSize);
564 bool found = find(gatherRefs, fromAnalytic[i], gatherCount);

Completed in 89 milliseconds