Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2344 size_t readDstRowBytes = tightRowBytes; in onReadPixels() local
2354 readDstRowBytes = rowBytes; in onReadPixels()
2368 if (readDstRowBytes != tightRowBytes) { in onReadPixels()
2381 SkASSERT(rowBytes == readDstRowBytes); in onReadPixels()
2409 src += readDstRowBytes; in onReadPixels()