Home | History | Annotate | Download | only in tests

Lines Matching defs:dstRowBytes

312     const size_t dstRowBytes = 2 * sizeof(SkPMColor);
315 image->readPixels(dstInfo, pixels, dstRowBytes, 0, 0);
335 const size_t dstRowBytes = 2 * sizeof(SkPMColor);
338 REPORTER_ASSERT(reporter, image1->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));
350 REPORTER_ASSERT(reporter, image2->readPixels(dstInfo, pixels, dstRowBytes, 0, 0));