Searched defs:AutoClipRestore (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h613 class AutoClipRestore : public ::SkNoncopyable { class in class:GrDrawTarget
615 AutoClipRestore(GrDrawTarget* target) { function in class:GrDrawTarget::AutoClipRestore
620 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
622 ~AutoClipRestore() {
H A DGrDrawTarget.cpp848 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore
/external/skia/src/gpu/
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 DGrDrawTarget.cpp875 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore

Completed in 1997 milliseconds