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

  /external/skia/tests/
PipeTest.cpp 32 SkAutoPixmapStorage pmapA, pmapB;
33 pmapA.alloc(info);
36 if (!a->readPixels(pmapA, 0, 0) || !b->readPixels(pmapB, 0, 0)) {
41 if (memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), info.width() * sizeof(SkPMColor))) {
ImageTest.cpp 63 SkAutoPixmapStorage pmapA, pmapB;
64 pmapA.alloc(read_pixels_info(a));
70 REPORTER_ASSERT(reporter, a->readPixels(pmapA, srcX, srcY));
75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 31 SkAutoPixmapStorage pmapA;
33 pmapA.alloc(info);
35 if (!imgA->readPixels(pmapA, 0, 0) || !imgB->readPixels(pmapB, 0, 0)) {
46 uint32_t pixelA = *pmapA.addr32(x, y);
82 SkAssertResult(bmpA.installPixels(pmapA));

Completed in 84 milliseconds