Home
last modified time | relevance | path

Searched refs:AutoClipRestore (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrDrawTarget.h581 class AutoClipRestore : public ::SkNoncopyable {
583 AutoClipRestore(GrDrawTarget* target) { in AutoClipRestore() function
588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
590 ~AutoClipRestore() { in ~AutoClipRestore()
DGrTest.h28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
DGrTest.cpp20 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target)); in init()
DGrClipMaskManager.cpp473 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds); in createAlphaClipMask()
613 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds); in createStencilClipMask()
DGrDrawTarget.cpp806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { in AutoClipRestore() function in GrDrawTarget::AutoClipRestore
DGrInOrderDrawBuffer.cpp488 GrDrawTarget::AutoClipRestore acr(fDstGpu); in flush()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawTarget.h581 class AutoClipRestore : public ::SkNoncopyable {
583 AutoClipRestore(GrDrawTarget* target) { in AutoClipRestore() function
588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
590 ~AutoClipRestore() { in ~AutoClipRestore()
DGrTest.h28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
DGrTest.cpp20 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target)); in init()
DGrClipMaskManager.cpp473 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds); in createAlphaClipMask()
613 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds); in createStencilClipMask()
DGrDrawTarget.cpp806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { in AutoClipRestore() function in GrDrawTarget::AutoClipRestore
DGrInOrderDrawBuffer.cpp488 GrDrawTarget::AutoClipRestore acr(fDstGpu); in flush()