Searched defs:SK_DECLARE_STATIC_LAZY_PTR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkLazyPtr.h16 * SK_DECLARE_STATIC_LAZY_PTR(Foo, singleton); // Created with SkNEW, destroyed with SkDELETE.
28 * SK_DECLARE_STATIC_LAZY_PTR(Foo, singleton, CustomCreate, CustomDestroy);
42 * You can think of SK_DECLARE_STATIC_LAZY_PTR as a cheaper specialization of
53 #define SK_DECLARE_STATIC_LAZY_PTR(T, name, ...) \ macro
/external/skia/src/core/
H A DSkLazyPtr.h16 * SK_DECLARE_STATIC_LAZY_PTR(Foo, singleton); // Created with SkNEW, destroyed with SkDELETE.
28 * SK_DECLARE_STATIC_LAZY_PTR(Foo, singleton, CustomCreate, CustomDestroy);
42 * You can think of SK_DECLARE_STATIC_LAZY_PTR as a cheaper specialization of
53 #define SK_DECLARE_STATIC_LAZY_PTR(T, name, ...) \ macro

Completed in 79 milliseconds