HomeSort by relevance Sort by last modified time
    Searched refs:pmapA (Results 1 - 6 of 6) 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 65 SkAutoPixmapStorage pmapA, pmapB;
66 pmapA.alloc(read_pixels_info(a));
72 REPORTER_ASSERT(reporter, a->readPixels(pmapA, srcX, srcY));
77 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
    [all...]
  /external/skqp/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 64 SkAutoPixmapStorage pmapA, pmapB;
65 pmapA.alloc(read_pixels_info(a));
71 REPORTER_ASSERT(reporter, a->readPixels(pmapA, srcX, srcY));
76 REPORTER_ASSERT(reporter, !memcmp(pmapA.addr32(0, y), pmapB.addr32(0, y), widthBytes));
    [all...]
  /external/skia/gm/
shapes_as_paths.cpp 32 SkAutoPixmapStorage pmapA;
34 pmapA.alloc(info);
36 if (!imgA->readPixels(pmapA, 0, 0) || !imgB->readPixels(pmapB, 0, 0)) {
47 uint32_t pixelA = *pmapA.addr32(x, y);
83 SkAssertResult(bmpA.installPixels(pmapA));
  /external/skqp/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 509 milliseconds