Searched refs:tmpRB (Results 1 – 1 of 1) sorted by relevance
333 size_t tmpRB = tmpInfo.minRowBytes(); in readPixels() local334 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() local601 GrPixmap tmpPM(tmpInfo, tmp, tmpRB); in internalWritePixels()604 tmp = SkTAddOffset<void>(tmp, tmpRB*tmpPM.height()); in internalWritePixels()