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

  /external/skia/tests/
PipeTest.cpp 32 SkAutoPixmapStorage pmapA, pmapB;
34 pmapB.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;
65 pmapB.alloc(read_pixels_info(b));
71 REPORTER_ASSERT(reporter, b->readPixels(pmapB, 0, 0));
75 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 32 SkAutoPixmapStorage pmapB;
34 pmapB.alloc(info);
35 if (!imgA->readPixels(pmapA, 0, 0) || !imgB->readPixels(pmapB, 0, 0)) {
47 uint32_t pixelB = *pmapB.addr32(x, y);
83 SkAssertResult(bmpB.installPixels(pmapB));

Completed in 111 milliseconds