HomeSort by relevance Sort by last modified time
    Searched refs:AutoClipRestore (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrTest.h 28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
GrTest.cpp 21 SkNEW_IN_TLAZY(&fACR, GrDrawTarget::AutoClipRestore, (target));
GrDrawTarget.h 613 class AutoClipRestore : public ::SkNoncopyable {
615 AutoClipRestore(GrDrawTarget* target) {
620 AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip);
622 ~AutoClipRestore() {
    [all...]
GrClipMaskManager.cpp 593 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds);
733 GrDrawTarget::AutoClipRestore acr(fGpu, stencilSpaceIBounds);
    [all...]
GrDrawTarget.cpp 848 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) {
    [all...]
GrInOrderDrawBuffer.cpp 488 GrDrawTarget::AutoClipRestore acr(fDstGpu);
    [all...]

Completed in 727 milliseconds