Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2411 size_t readDstRowBytes = tightRowBytes; in onReadPixels() local
2421 readDstRowBytes = rowBytes; in onReadPixels()
2435 if (readDstRowBytes != tightRowBytes) { in onReadPixels()
2448 SkASSERT(rowBytes == readDstRowBytes); in onReadPixels()
2476 src += readDstRowBytes; in onReadPixels()