Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.cpp90 fDirtyRect.setEmpty(); in Plot()
134 fDirtyRect.join(loc->fX, loc->fY, loc->fX + width, loc->fY + height); in addSubImage()
152 fDirtyRect.fLeft &= ~clearBits; in uploadToTexture()
153 fDirtyRect.fRight += clearBits; in uploadToTexture()
154 fDirtyRect.fRight &= ~clearBits; in uploadToTexture()
155 SkASSERT(fDirtyRect.fRight <= fWidth); in uploadToTexture()
157 dataPtr += rowBytes * fDirtyRect.fTop; in uploadToTexture()
158 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
160 writePixels(proxy, fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture()
161 fDirtyRect.width(), fDirtyRect.height(), fColorType, dataPtr, rowBytes); in uploadToTexture()
[all …]
DGrDrawOpAtlas.h344 SkIRect fDirtyRect; variable
/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp116 fDirtyRect.setEmpty(); in Plot()
159 fDirtyRect.join({rect.fLeft, rect.fTop, rect.fRight, rect.fBottom}); in addSubImage()
177 fDirtyRect.fLeft &= ~clearBits; in uploadToTexture()
178 fDirtyRect.fRight += clearBits; in uploadToTexture()
179 fDirtyRect.fRight &= ~clearBits; in uploadToTexture()
180 SkASSERT(fDirtyRect.fRight <= fWidth); in uploadToTexture()
182 dataPtr += rowBytes * fDirtyRect.fTop; in uploadToTexture()
183 dataPtr += fBytesPerPixel * fDirtyRect.fLeft; in uploadToTexture()
186 fDirtyRect.makeOffset(fOffset.fX, fOffset.fY), in uploadToTexture()
190 fDirtyRect.setEmpty(); in uploadToTexture()
[all …]
DGrDrawOpAtlas.h496 SkIRect fDirtyRect; variable