Home
last modified time | relevance | path

Searched refs:fDirtyRect (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp84 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 …]
DGrDrawOpAtlas.h341 SkIRect fDirtyRect; variable
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp110 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()
[all …]
DGrDrawOpAtlas.h456 SkIRect fDirtyRect; variable