Lines Matching refs:fDirtyRect
121 fDirtyRect.setEmpty(); in Plot()
160 fDirtyRect.join({loc->fX, loc->fY, loc->fX + width, loc->fY + height}); in addSubImage()
178 fDirtyRect.fLeft &= ~clearBits; in uploadToTexture()
179 fDirtyRect.fRight += clearBits; in uploadToTexture()
180 fDirtyRect.fRight &= ~clearBits; in uploadToTexture()
181 SkASSERT(fDirtyRect.fRight <= fWidth); in uploadToTexture()
183 dataPtr += rowBytes * fDirtyRect.fTop; in uploadToTexture()
184 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
186 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
187 fDirtyRect.width(), fDirtyRect.height(), fColorType, dataPtr, rowBytes); in uploadToTexture()
188 fDirtyRect.setEmpty(); in uploadToTexture()
205 fDirtyRect.setEmpty(); in resetRects()