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

  /external/skia/legacy/include/core/
SkTLazy.h 21 template <typename T> class SkTLazy {
23 SkTLazy() : fPtr(NULL) {}
25 explicit SkTLazy(const T* src) : fPtr(NULL) {
31 SkTLazy(const SkTLazy<T>& src) : fPtr(NULL) {
39 ~SkTLazy() {
75 * Returns true if a valid object has been initialized in the SkTLazy,
  /external/skia/include/core/
SkTLazy.h 21 template <typename T> class SkTLazy {
23 SkTLazy() : fPtr(NULL) {}
25 explicit SkTLazy(const T* src) : fPtr(NULL) {
31 SkTLazy(const SkTLazy<T>& src) : fPtr(NULL) {
39 ~SkTLazy() {
75 * Returns true if a valid object has been initialized in the SkTLazy,
92 * A helper built on top of SkTLazy to do copy-on-first-write. The object is initialized
153 SkTLazy<T> fLazy;
  /external/skia/src/gpu/
GrDrawTarget.h 22 #include "SkTLazy.h"
551 SkTLazy<GrDrawState> fTempState;
601 SkTLazy<SkClipStack> fStack;
    [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp 21 #include "SkTLazy.h"
47 typedef SkTLazy<SkPaint> SkLazyPaint;
    [all...]
SkDraw.cpp 26 #include "SkTLazy.h"
935 SkTLazy<SkPaint> lazyPaint;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 25 #include "SkTLazy.h"
121 typedef SkTLazy<SkPaint> SkLazyPaint;
    [all...]

Completed in 1157 milliseconds