Searched refs:readDstRowBytes (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2399 size_t readDstRowBytes = tightRowBytes; in onReadPixels() local 2408 readDstRowBytes = rowBytes; in onReadPixels() 2438 if (readDstRowBytes != tightRowBytes) { in onReadPixels() 2448 SkRectMemcpy(dst, rowBytes, src, readDstRowBytes, tightRowBytes, height); in onReadPixels()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 2368 size_t readDstRowBytes = tightRowBytes; in onReadPixels() local 2377 readDstRowBytes = rowBytes; in onReadPixels() 2407 if (readDstRowBytes != tightRowBytes) { in onReadPixels() 2417 SkRectMemcpy(dst, rowBytes, src, readDstRowBytes, tightRowBytes, height); in onReadPixels()
|