Searched refs:fDirtyRect (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrAtlas.cpp | 50 fDirtyRect.setEmpty(); in init() 89 fDirtyRect.join(loc->fX, loc->fY, loc->fX + width, loc->fY + height); in addSubImage() 127 dataPtr += rowBytes*fDirtyRect.fTop; in uploadToTexture() 128 dataPtr += fBytesPerPixel*fDirtyRect.fLeft; in uploadToTexture() 130 fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture() 131 fDirtyRect.width(), fDirtyRect.height(), in uploadToTexture() 135 fDirtyRect.setEmpty(); in uploadToTexture()
|
D | GrAtlas.h | 67 SkIRect fDirtyRect; variable
|
/external/skia/src/gpu/ |
D | GrAtlas.cpp | 47 fDirtyRect.setEmpty(); in init() 87 fDirtyRect.join(loc->fX, loc->fY, loc->fX + width, loc->fY + height); in addSubImage() 123 dataPtr += rowBytes*fDirtyRect.fTop; in uploadToTexture() 124 dataPtr += fBytesPerPixel*fDirtyRect.fLeft; in uploadToTexture() 126 fOffset.fX + fDirtyRect.fLeft, fOffset.fY + fDirtyRect.fTop, in uploadToTexture() 127 fDirtyRect.width(), fDirtyRect.height(), in uploadToTexture() 131 fDirtyRect.setEmpty(); in uploadToTexture()
|
D | GrAtlas.h | 62 SkIRect fDirtyRect; variable
|