Searched refs:fDirtyRect (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 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() [all …]
|
D | GrDrawOpAtlas.h | 341 SkIRect fDirtyRect; variable
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 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() [all …]
|
D | GrDrawOpAtlas.h | 377 SkIRect fDirtyRect; variable
|