HomeSort by relevance Sort by last modified time
    Searched refs:AutoMutexWritable (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkCachedData.cpp 67 class SkCachedData::AutoMutexWritable {
69 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) {
73 ~AutoMutexWritable() {
86 AutoMutexWritable(this)->inMutexRef(fromCache);
90 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) {
SkCachedData.h 78 class AutoMutexWritable;
  /external/skqp/src/core/
SkCachedData.cpp 67 class SkCachedData::AutoMutexWritable {
69 AutoMutexWritable(const SkCachedData* cd) : fCD(const_cast<SkCachedData*>(cd)) {
73 ~AutoMutexWritable() {
86 AutoMutexWritable(this)->inMutexRef(fromCache);
90 if (AutoMutexWritable(this)->inMutexUnref(fromCache)) {
SkCachedData.h 78 class AutoMutexWritable;

Completed in 55 milliseconds