Searched refs:AutoMutexWritable (Results 1 - 2 of 2) 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)) {
H A DSkCachedData.h73 class AutoMutexWritable;

Completed in 72 milliseconds