Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceContext.cpp333 size_t tmpRB = tmpInfo.minRowBytes(); in readPixels() local
334 size_t size = tmpRB * tmpInfo.height(); in readPixels()
337 tmp = {tmpInfo, tmpPixels.get(), tmpRB}; in readPixels()
340 readRB = tmpRB; in readPixels()
600 auto tmpRB = tmpInfo.minRowBytes(); in internalWritePixels() local
601 GrPixmap tmpPM(tmpInfo, tmp, tmpRB); in internalWritePixels()
604 tmp = SkTAddOffset<void>(tmp, tmpRB*tmpPM.height()); in internalWritePixels()