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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h581 class AutoClipRestore : public ::SkNoncopyable { class in class:GrDrawTarget
583 AutoClipRestore(GrDrawTarget* target) { function in class:GrDrawTarget::AutoClipRestore
588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
590 ~AutoClipRestore() {
H A DGrDrawTarget.cpp806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore
/external/skia/src/gpu/
H A DGrDrawTarget.h581 class AutoClipRestore : public ::SkNoncopyable { class in class:GrDrawTarget
583 AutoClipRestore(GrDrawTarget* target) { function in class:GrDrawTarget::AutoClipRestore
588 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
590 ~AutoClipRestore() {
H A DGrDrawTarget.cpp806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) { function in class:GrDrawTarget::AutoClipRestore

Completed in 354 milliseconds