Lines Matching refs:dst
170 // Makes a dst for testing writes.
255 // Make the row bytes in the dst be loose for extra stress.
296 // both src and dst space should actually have been read and written.
344 // Do a spoofed read where src and dst alpha type are both kUnpremul. This will
816 auto runTest = [&](const T& dst,
830 SkAutoPixmapStorage firstReadPM = read(dst);
839 const Result result = write(dst, offset, srcPixels);
869 SkAutoPixmapStorage secondReadPM = read(dst);
873 "could not read from dst (CT: %s, AT: %s)\n",
985 // equivalent. Just ensure each redundant AT is tested once with each CT (dst and write).
988 // We consider a dst or write CT thoroughly tested once it has run through the long rect array
997 auto dst = dstFactory(dstInfo);
998 if (!dst) {
1047 Result r = runTest(dst, dstInfo, writePixels, offset);