Lines Matching refs:fDirtyRect
110 fDirtyRect.setEmpty(); in Plot()
153 fDirtyRect.join({rect.fLeft, rect.fTop, rect.fRight, rect.fBottom}); in addSubImage()
171 fDirtyRect.fLeft &= ~clearBits; in uploadToTexture()
172 fDirtyRect.fRight += clearBits; in uploadToTexture()
173 fDirtyRect.fRight &= ~clearBits; in uploadToTexture()
174 SkASSERT(fDirtyRect.fRight <= fWidth); in uploadToTexture()
176 dataPtr += rowBytes * fDirtyRect.fTop; in uploadToTexture()
177 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
179 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
180 fDirtyRect.width(), fDirtyRect.height(), fColorType, dataPtr, rowBytes); in uploadToTexture()
181 fDirtyRect.setEmpty(); in uploadToTexture()
198 fDirtyRect.setEmpty(); in resetRects()