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

/external/skia/src/core/
H A DSkCachedData.cpp67 class SkCachedData::AutoMutexWritable { class in class:SkCachedData
69 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) { function in class:SkCachedData::AutoMutexWritable
73 ~AutoMutexWritable() {
86 AutoMutexWritable(this)->inMutexRef(fromCache);
90 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) {

Completed in 81 milliseconds