Home
last modified time | relevance | path

Searched defs:AutoMutexWritable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkCachedData.cpp45 class SkCachedData::AutoMutexWritable { class in SkCachedData
47 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) { in AutoMutexWritable() function in SkCachedData::AutoMutexWritable
H A DSkCachedData.h81 class AutoMutexWritable; variable