Home
last modified time | relevance | path

Searched refs:mask_gamma_cache_mutex (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkScalerContext.cpp98 * cachedMaskGamma the caller must hold the mask_gamma_cache_mutex and continue
101 static SkMutex& mask_gamma_cache_mutex() { in mask_gamma_cache_mutex() function
113 * The caller must hold the mask_gamma_cache_mutex() and continue to hold it until
118 mask_gamma_cache_mutex().assertHeld(); in cached_mask_gamma()
139 SkAutoMutexExclusive ama(mask_gamma_cache_mutex()); in GetMaskPreBlend()
151 SkAutoMutexExclusive ama(mask_gamma_cache_mutex()); in GetGammaLUTSize()
164 SkAutoMutexExclusive ama(mask_gamma_cache_mutex()); in GetGammaLUTData()

Completed in 3 milliseconds