Lines Matching refs:srcRowBytes
158 size_t srcRowBytes = SkAlignTo(GrColorTypeBytesPerPixel(allowedSrc.fColorType) * srcBufferWidth, in basic_transfer_to_test() local
161 std::unique_ptr<char[]> srcData(new char[kTexDims.fHeight * srcRowBytes]); in basic_transfer_to_test()
163 fill_transfer_data(0, 0, kTexDims.fWidth, kTexDims.fHeight, srcRowBytes, in basic_transfer_to_test()
167 size_t size = srcRowBytes * kBufferHeight; in basic_transfer_to_test()
191 srcRowBytes); in basic_transfer_to_test()
214 ComparePixels(GrCPixmap(srcInfo, srcData.get(), srcRowBytes), in basic_transfer_to_test()
234 size_t offset = top * srcRowBytes + left * GrColorTypeBytesPerPixel(allowedSrc.fColorType); in basic_transfer_to_test()
244 offset = top * srcRowBytes; in basic_transfer_to_test()
251 fill_transfer_data(left, top, width, height, srcRowBytes, allowedSrc.fColorType, in basic_transfer_to_test()
263 srcRowBytes); in basic_transfer_to_test()
276 ComparePixels(GrCPixmap(srcInfo, srcData.get(), srcRowBytes), in basic_transfer_to_test()