Home
last modified time | relevance | path

Searched refs:SkAutoExclusive (Results 1 – 14 of 14) sorted by relevance

/external/skia/include/private/
DSkMutex.h78 class SkAutoExclusive {
81 SkAutoExclusive(T& mutex) : fMutex(&mutex) { in SkAutoExclusive() function
86 ~SkAutoExclusive() { fRelease(fMutex); } in ~SkAutoExclusive()
92 #define SkAutoExclusive(...) SK_REQUIRE_LOCAL_VAR(SkAutoExclusive) macro
/external/skqp/include/private/
DSkMutex.h78 class SkAutoExclusive {
81 SkAutoExclusive(T& mutex) : fMutex(&mutex) { in SkAutoExclusive() function
86 ~SkAutoExclusive() { fRelease(fMutex); } in ~SkAutoExclusive()
92 #define SkAutoExclusive(...) SK_REQUIRE_LOCAL_VAR(SkAutoExclusive) macro
/external/skqp/src/core/
DSkStrikeCache.cpp286 SkAutoExclusive ac(fLock); in attachNode()
300 SkAutoExclusive ac(fLock); in findAndDetachStrike()
341 SkAutoExclusive ac(fLock); in desperationSearchForImage()
372 SkAutoExclusive ac(fLock); in desperationSearchForPath()
432 SkAutoExclusive ac(fLock); in purgeAll()
437 SkAutoExclusive ac(fLock); in getTotalMemoryUsed()
442 SkAutoExclusive ac(fLock); in getCacheCountUsed()
447 SkAutoExclusive ac(fLock); in getCacheCountLimit()
457 SkAutoExclusive ac(fLock); in setCacheSizeLimit()
466 SkAutoExclusive ac(fLock); in getCacheSizeLimit()
[all …]
DSkExecutor.cpp86 SkAutoExclusive lock(fWorkLock); in add()
105 SkAutoExclusive lock(fWorkLock); in do_work()
/external/skia/src/core/
DSkStrikeCache.cpp311 SkAutoExclusive ac(fLock); in attachNode()
325 SkAutoExclusive ac(fLock); in findAndDetachStrike()
366 SkAutoExclusive ac(fLock); in desperationSearchForImage()
397 SkAutoExclusive ac(fLock); in desperationSearchForPath()
457 SkAutoExclusive ac(fLock); in purgeAll()
462 SkAutoExclusive ac(fLock); in getTotalMemoryUsed()
467 SkAutoExclusive ac(fLock); in getCacheCountUsed()
472 SkAutoExclusive ac(fLock); in getCacheCountLimit()
482 SkAutoExclusive ac(fLock); in setCacheSizeLimit()
491 SkAutoExclusive ac(fLock); in getCacheSizeLimit()
[all …]
DSkExecutor.cpp86 SkAutoExclusive lock(fWorkLock); in add()
105 SkAutoExclusive lock(fWorkLock); in do_work()
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp55 SkAutoExclusive l(DWriteFactoryMutex); in is_hinted()
126 SkAutoExclusive l(DWriteFactoryMutex); in has_bitmap_strike()
394 SkAutoExclusive l(DWriteFactoryMutex); in generateAdvance()
406 SkAutoExclusive l(DWriteFactoryMutex); in generateAdvance()
462 SkAutoExclusive l(DWriteFactoryMutex); in getBoundingBox()
585 SkAutoExclusive l(DWriteFactoryMutex); in generateColorMetrics()
935 SkAutoExclusive l(DWriteFactoryMutex); in drawDWMask()
1035 SkAutoExclusive l(DWriteFactoryMutex); in generateColorGlyphImage()
1170 SkAutoExclusive l(DWriteFactoryMutex); in generatePath()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp55 SkAutoExclusive l(DWriteFactoryMutex); in is_hinted()
126 SkAutoExclusive l(DWriteFactoryMutex); in has_bitmap_strike()
394 SkAutoExclusive l(DWriteFactoryMutex); in generateAdvance()
406 SkAutoExclusive l(DWriteFactoryMutex); in generateAdvance()
462 SkAutoExclusive l(DWriteFactoryMutex); in getBoundingBox()
585 SkAutoExclusive l(DWriteFactoryMutex); in generateColorMetrics()
937 SkAutoExclusive l(DWriteFactoryMutex); in drawDWMask()
1037 SkAutoExclusive l(DWriteFactoryMutex); in generateColorGlyphImage()
1172 SkAutoExclusive l(DWriteFactoryMutex); in generatePath()
/external/skia/src/image/
DSkImage_Lazy.cpp120 SkAutoExclusive fAutoAquire;
267 SkAutoExclusive autoAquire(fOnMakeColorTypeAndSpaceMutex); in onMakeColorTypeAndColorSpace()
/external/skqp/src/image/
DSkImage_Lazy.cpp119 SkAutoExclusive fAutoAquire;
264 SkAutoExclusive autoAquire(fOnMakeColorTypeAndSpaceMutex); in onMakeColorTypeAndColorSpace()
/external/skqp/src/gpu/gradients/
DGrGradientBitmapCache.cpp201 SkAutoExclusive ama(fMutex); in getGradient()
/external/skia/src/gpu/gradients/
DGrGradientBitmapCache.cpp201 SkAutoExclusive ama(fMutex); in getGradient()
/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp245 SkAutoExclusive lock(glyphData.fSvgMutex); in generateImage()
/external/skia/tools/fonts/
DSkTestSVGTypeface.cpp243 SkAutoExclusive lock(glyphData.fSvgMutex); in generateImage()