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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTest.h28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
H A DGrTest.cpp21 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target));
H A DGrDrawTarget.h635 class AutoClipRestore : public ::SkNoncopyable { class in class:GrDrawTarget
637 AutoClipRestore(GrDrawTarget* target) { function in class:GrDrawTarget::AutoClipRestore
642 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
644 ~AutoClipRestore() {
H A DGrClipMaskManager.cpp592 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds);
732 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds);
H A DGrDrawTarget.cpp875 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore
H A DGrInOrderDrawBuffer.cpp577 GrDrawTarget::AutoClipRestore acr(fDstGpu);
/external/skia/src/gpu/
H A DGrTest.h28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
H A DGrTest.cpp21 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target));
H A DGrDrawTarget.h635 class AutoClipRestore : public ::SkNoncopyable { class in class:GrDrawTarget
637 AutoClipRestore(GrDrawTarget* target) { function in class:GrDrawTarget::AutoClipRestore
642 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
644 ~AutoClipRestore() {
H A DGrClipMaskManager.cpp592 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds);
732 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds);
H A DGrDrawTarget.cpp875 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore
H A DGrInOrderDrawBuffer.cpp577 GrDrawTarget::AutoClipRestore acr(fDstGpu);

Completed in 1027 milliseconds