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

  /external/skia/src/fonts/
SkRemotableFontMgr.cpp 18 SK_DECLARE_STATIC_ONCE_PTR(SkRemotableFontIdentitySet, empty);
  /external/skia/src/utils/
SkEventTracer.cpp 44 SK_DECLARE_STATIC_ONCE_PTR(SkDefaultEventTracer, gDefaultTracer);
  /external/skia/src/core/
SkTime.cpp 71 SK_DECLARE_STATIC_ONCE_PTR(double, ns_per_tick);
83 SK_DECLARE_STATIC_ONCE_PTR(double, ns_per_tick);
SkMessageBus.h 50 SK_DECLARE_STATIC_ONCE_PTR(SkMessageBus<Message>, bus); \
SkData.cpp 83 SK_DECLARE_STATIC_ONCE_PTR(SkData, gEmpty);
SkMiniRecorder.cpp 30 SK_DECLARE_STATIC_ONCE_PTR(SkEmptyPicture, gEmptyPicture);
SkFontMgr.cpp 173 SK_DECLARE_STATIC_ONCE_PTR(SkFontMgr, singleton);
SkTypeface.cpp 77 SK_DECLARE_STATIC_ONCE_PTR(SkTypeface, defaults[4]);
SkPathRef.cpp 48 SK_DECLARE_STATIC_ONCE_PTR(SkPathRef, empty);
SkGlyphCache.cpp 26 SK_DECLARE_STATIC_ONCE_PTR(SkGlyphCache_Globals, globals);
SkImageFilter.cpp 654 SK_DECLARE_STATIC_ONCE_PTR(SkImageFilter::Cache, cache);
SkXfermode.cpp     [all...]
  /external/skia/include/private/
SkOncePtr.h 17 #define SK_DECLARE_STATIC_ONCE_PTR(type, name) namespace {} static SkBaseOncePtr<type> name;
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 149 SK_DECLARE_STATIC_ONCE_PTR(SkPDFObject, invertFunction);
178 SK_DECLARE_STATIC_ONCE_PTR(SkPDFDict, noSMaskGraphicState);
SkPDFShader.cpp 692 SK_DECLARE_STATIC_ONCE_PTR(SkPDFObject, rangeObject);
    [all...]
  /external/skia/src/opts/
opts_check_x86.cpp 94 SK_DECLARE_STATIC_ONCE_PTR(int, gSIMDLevel);
  /external/skia/src/lazy/
SkDiscardableMemoryPool.cpp 249 SK_DECLARE_STATIC_ONCE_PTR(SkDiscardableMemoryPool, global);
  /external/skia/src/ports/
SkFontHost_mac.cpp 800 SK_DECLARE_STATIC_ONCE_PTR(CTFontDrawGlyphsProc, gCTFontDrawGlyphs);
    [all...]

Completed in 1230 milliseconds