Home
last modified time | relevance | path

Searched refs:origSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp615 int origSizeInBytes = origRowBytes * height; in onReadPixels() local
647 memcpy(buffer, readPixelsPtr, origSizeInBytes); in onReadPixels()