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

  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 473 const SkColor* correctPixel = kExpectedPixels;
476 error |= (*correctPixel != bm.getColor(x, y));
477 ++correctPixel;
  /external/skia/tests/
ImageDecodingTest.cpp 472 const SkColor* correctPixel = kExpectedPixels;
475 error |= (*correctPixel != bm.getColor(x, y));
476 ++correctPixel;

Completed in 78 milliseconds