Searched refs:origRowBytes (Results 1 – 1 of 1) sorted by relevance
402 size_t origRowBytes = bpp * w; in onClearBackendTexture() local403 size_t rowBytes = GrDawnRoundRowBytes(origRowBytes); in onClearBackendTexture()407 if (rowBytes == origRowBytes) { in onClearBackendTexture()413 memcpy(dst, src, origRowBytes); in onClearBackendTexture()415 src += origRowBytes; in onClearBackendTexture()614 size_t origRowBytes = rowBytes; in onReadPixels() local615 int origSizeInBytes = origRowBytes * height; in onReadPixels()646 if (rowBytes == origRowBytes) { in onReadPixels()652 memcpy(dst, src, origRowBytes); in onReadPixels()653 dst += origRowBytes; in onReadPixels()