Lines Matching refs:fDirtyRect
84 fDirtyRect.setEmpty(); in Plot()
128 fDirtyRect.join(loc->fX, loc->fY, loc->fX + width, loc->fY + height); in addSubImage()
146 fDirtyRect.fLeft &= ~clearBits; in uploadToTexture()
147 fDirtyRect.fRight += clearBits; in uploadToTexture()
148 fDirtyRect.fRight &= ~clearBits; in uploadToTexture()
149 SkASSERT(fDirtyRect.fRight <= fWidth); in uploadToTexture()
151 dataPtr += rowBytes * fDirtyRect.fTop; in uploadToTexture()
152 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
155 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
156 fDirtyRect.width(), fDirtyRect.height(), colorType, dataPtr, rowBytes); in uploadToTexture()
157 fDirtyRect.setEmpty(); in uploadToTexture()
176 fDirtyRect.setEmpty(); in resetRects()