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

  /external/chromium_org/third_party/skia/src/fonts/
SkRemotableFontMgr.cpp 24 SK_DECLARE_STATIC_LAZY_PTR(SkRemotableFontIdentitySet, empty, NewEmptyImpl);
  /external/skia/src/fonts/
SkRemotableFontMgr.cpp 24 SK_DECLARE_STATIC_LAZY_PTR(SkRemotableFontIdentitySet, empty, NewEmptyImpl);
  /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, ...) \
SkMessageBus.h 52 SK_DECLARE_STATIC_LAZY_PTR(SkMessageBus<Message>, bus, New); \
SkData.cpp 58 SK_DECLARE_STATIC_LAZY_PTR(SkData, empty, NewEmptyImpl, DeleteEmpty);
SkFontHost.cpp 207 SK_DECLARE_STATIC_LAZY_PTR(SkFontMgr, singleton, CreateDefault);
SkPathRef.cpp 39 SK_DECLARE_STATIC_LAZY_PTR(SkPathRef, empty, CreateEmptyImpl);
SkGlyphCache.cpp 34 SK_DECLARE_STATIC_LAZY_PTR(SkGlyphCache_Globals, globals, create_globals);
  /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, ...) \
SkMessageBus.h 52 SK_DECLARE_STATIC_LAZY_PTR(SkMessageBus<Message>, bus, New); \
SkData.cpp 58 SK_DECLARE_STATIC_LAZY_PTR(SkData, empty, NewEmptyImpl, DeleteEmpty);
SkFontHost.cpp 207 SK_DECLARE_STATIC_LAZY_PTR(SkFontMgr, singleton, CreateDefault);
SkPathRef.cpp 39 SK_DECLARE_STATIC_LAZY_PTR(SkPathRef, empty, CreateEmptyImpl);
SkGlyphCache.cpp 34 SK_DECLARE_STATIC_LAZY_PTR(SkGlyphCache_Globals, globals, create_globals);
  /external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp 263 SK_DECLARE_STATIC_LAZY_PTR(SkDiscardableMemoryPool, global, create_global_pool);
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 263 SK_DECLARE_STATIC_LAZY_PTR(SkDiscardableMemoryPool, global, create_global_pool);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 128 SK_DECLARE_STATIC_LAZY_PTR(SkFontConfigInterfaceDirect, direct);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 128 SK_DECLARE_STATIC_LAZY_PTR(SkFontConfigInterfaceDirect, direct);

Completed in 558 milliseconds