Searched refs:SkTLazy (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTest.h27 SkTLazy<GrDrawTarget::AutoStateRestore> fASR;
28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
29 SkTLazy<GrDrawTarget::AutoGeometryPush> fAGP;
H A DGrTracing.h39 SkTLazy<GrGpuTraceMarker> fTraceMarker;
61 SkTLazy<GrGpuTraceMarker> fTraceMarker;
H A DGrDrawTarget.h22 #include "SkTLazy.h"
602 SkTLazy<GrDrawState> fTempState;
650 SkTLazy<SkClipStack> fStack;
H A DGrContext.cpp38 #include "SkTLazy.h"
1191 SkTLazy<SkPath> effectPath;
1269 SkTLazy<SkPath> tmpPath;
H A DSkGpuDevice.cpp36 #include "SkTLazy.h"
746 SkTLazy<SkPath> tmpPath;
747 SkTLazy<SkPath> effectPath;
/external/skia/src/gpu/
H A DGrTest.h27 SkTLazy<GrDrawTarget::AutoStateRestore> fASR;
28 SkTLazy<GrDrawTarget::AutoClipRestore> fACR;
29 SkTLazy<GrDrawTarget::AutoGeometryPush> fAGP;
H A DGrTracing.h39 SkTLazy<GrGpuTraceMarker> fTraceMarker;
61 SkTLazy<GrGpuTraceMarker> fTraceMarker;
H A DGrDrawTarget.h22 #include "SkTLazy.h"
602 SkTLazy<GrDrawState> fTempState;
650 SkTLazy<SkClipStack> fStack;
H A DGrContext.cpp38 #include "SkTLazy.h"
1191 SkTLazy<SkPath> effectPath;
1269 SkTLazy<SkPath> tmpPath;
H A DSkGpuDevice.cpp36 #include "SkTLazy.h"
746 SkTLazy<SkPath> tmpPath;
747 SkTLazy<SkPath> effectPath;
/external/chromium_org/third_party/skia/include/core/
H A DSkTLazy.h17 template <typename T> class SkTLazy;
18 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy);
24 template <typename T> class SkTLazy { class
26 SkTLazy() : fPtr(NULL) {} function in class:SkTLazy
28 explicit SkTLazy(const T* src) : fPtr(NULL) { function in class:SkTLazy
34 SkTLazy(const SkTLazy<T>& src) : fPtr(NULL) { function in class:SkTLazy
42 ~SkTLazy() {
88 * Returns true if a valid object has been initialized in the SkTLazy,
106 friend void* operator new<T>(size_t, SkTLazy* laz
[all...]
H A DSkClipStack.h17 #include "SkTLazy.h"
182 SkTLazy<SkPath> fPath;
/external/skia/include/core/
H A DSkTLazy.h17 template <typename T> class SkTLazy;
18 template <typename T> void* operator new(size_t, SkTLazy<T>* lazy);
24 template <typename T> class SkTLazy { class
26 SkTLazy() : fPtr(NULL) {} function in class:SkTLazy
28 explicit SkTLazy(const T* src) : fPtr(NULL) { function in class:SkTLazy
34 SkTLazy(const SkTLazy<T>& src) : fPtr(NULL) { function in class:SkTLazy
42 ~SkTLazy() {
88 * Returns true if a valid object has been initialized in the SkTLazy,
106 friend void* operator new<T>(size_t, SkTLazy* laz
[all...]
H A DSkClipStack.h17 #include "SkTLazy.h"
182 SkTLazy<SkPath> fPath;
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp24 #include "SkTLazy.h"
98 typedef SkTLazy<SkPaint> SkLazyPaint;
H A DSkPaint.cpp33 #include "SkTLazy.h"
1018 SkTLazy<SkPaint> fLazy;
/external/skia/src/core/
H A DSkCanvas.cpp24 #include "SkTLazy.h"
98 typedef SkTLazy<SkPaint> SkLazyPaint;
H A DSkPaint.cpp33 #include "SkTLazy.h"
1018 SkTLazy<SkPaint> fLazy;

Completed in 289 milliseconds