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

/external/skia/include/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
51 #define SK_DECLARE_STATIC_LAZY_PTR(T, name, ...) \ macro

Completed in 70 milliseconds