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

  /external/skia/include/private/
SkMutex.h 120 #define SkAutoMutexAcquire(...) SK_REQUIRE_LOCAL_VAR(SkAutoMutexAcquire)
123 #define SkAutoMutexExclusive(...) SK_REQUIRE_LOCAL_VAR(SkAutoMutexExclusive)
  /external/skia/include/core/
SkTime.h 66 #define SkAutoTime(...) SK_REQUIRE_LOCAL_VAR(SkAutoTime)
SkMask.h 148 #define SkAutoMaskFreeImage(...) SK_REQUIRE_LOCAL_VAR(SkAutoMaskFreeImage)
SkRefCnt.h 225 #define SkAutoUnref(...) SK_REQUIRE_LOCAL_VAR(SkAutoUnref)
SkTypes.h 215 * To prevent callers from instantiating your class without a name, use SK_REQUIRE_LOCAL_VAR
220 * #define classname(...) SK_REQUIRE_LOCAL_VAR(classname)
225 #define SK_REQUIRE_LOCAL_VAR(classname) \
530 #define SkAutoFree(...) SK_REQUIRE_LOCAL_VAR(SkAutoFree)
617 #define SkAutoMalloc(...) SK_REQUIRE_LOCAL_VAR(SkAutoMalloc)
SkCanvas.h     [all...]
  /external/skia/src/core/
SkSharedMutex.h 80 #define SkAutoSharedMutexShared(...) SK_REQUIRE_LOCAL_VAR(SkAutoSharedMutexShared)
SkGlyphCache.h 308 #define SkAutoGlyphCache(...) SK_REQUIRE_LOCAL_VAR(SkAutoGlyphCache)
309 #define SkAutoGlyphCacheNoGamma(...) SK_REQUIRE_LOCAL_VAR(SkAutoGlyphCacheNoGamma)
SkDescriptor.h 173 #define SkAutoDescriptor(...) SK_REQUIRE_LOCAL_VAR(SkAutoDescriptor)
SkRasterClip.h 130 #define SkAutoRasterClipValidate(...) SK_REQUIRE_LOCAL_VAR(SkAutoRasterClipValidate)
SkComposeShader.cpp 54 #define SkAutoAlphaRestore(...) SK_REQUIRE_LOCAL_VAR(SkAutoAlphaRestore)
SkDraw.cpp 72 #define SkAutoBlitterChoose(...) SK_REQUIRE_LOCAL_VAR(SkAutoBlitterChoose)
108 #define SkAutoBitmapShaderInstall(...) SK_REQUIRE_LOCAL_VAR(SkAutoBitmapShaderInstall)
    [all...]
SkPath.cpp 51 #define SkAutoDisableDirectionCheck(...) SK_REQUIRE_LOCAL_VAR(SkAutoDisableDirectionCheck)
106 #define SkAutoPathBoundsUpdate(...) SK_REQUIRE_LOCAL_VAR(SkAutoPathBoundsUpdate)
    [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 195 #define SkAutoPDFRelease(...) SK_REQUIRE_LOCAL_VAR(SkAutoPDFRelease)
  /external/skia/src/codec/
SkPngCodec.cpp 86 #define AutoCleanPng(...) SK_REQUIRE_LOCAL_VAR(AutoCleanPng)
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 311 milliseconds