HomeSort by relevance Sort by last modified time
    Searched refs:foundPixel (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkTextureCompressor.cpp 191 bool foundPixel = false;
193 foundPixel = foundPixel || uniquePixels[j] == pixels[i];
196 if (!foundPixel) {
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_LATC.cpp 239 bool foundPixel = false;
241 foundPixel = foundPixel || uniquePixels[j] == pixels[i];
244 if (!foundPixel) {

Completed in 1036 milliseconds