HomeSort by relevance Sort by last modified time
    Searched defs:SK_DECLARE_STATIC_LAZY_PTR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkLazyPtr.h 16 * 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, ...) \
  /external/skia/src/core/
SkLazyPtr.h 16 * 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, ...) \

Completed in 83 milliseconds