Searched refs:AutoClipRestore (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawTarget.h | 581 class AutoClipRestore : public ::SkNoncopyable { 583 AutoClipRestore(GrDrawTarget* target) { in AutoClipRestore() function 588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip); 590 ~AutoClipRestore() { in ~AutoClipRestore()
|
D | GrTest.h | 28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
|
D | GrTest.cpp | 20 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target)); in init()
|
D | GrClipMaskManager.cpp | 473 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds); in createAlphaClipMask() 613 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds); in createStencilClipMask()
|
D | GrDrawTarget.cpp | 806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { in AutoClipRestore() function in GrDrawTarget::AutoClipRestore
|
D | GrInOrderDrawBuffer.cpp | 488 GrDrawTarget::AutoClipRestore acr(fDstGpu); in flush()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrDrawTarget.h | 581 class AutoClipRestore : public ::SkNoncopyable { 583 AutoClipRestore(GrDrawTarget* target) { in AutoClipRestore() function 588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip); 590 ~AutoClipRestore() { in ~AutoClipRestore()
|
D | GrTest.h | 28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
|
D | GrTest.cpp | 20 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target)); in init()
|
D | GrClipMaskManager.cpp | 473 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds); in createAlphaClipMask() 613 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds); in createStencilClipMask()
|
D | GrDrawTarget.cpp | 806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { in AutoClipRestore() function in GrDrawTarget::AutoClipRestore
|
D | GrInOrderDrawBuffer.cpp | 488 GrDrawTarget::AutoClipRestore acr(fDstGpu); in flush()
|