Searched refs:fInCache (Results 1 – 2 of 2) sorted by relevance
35 , fInCache(false) in SkCachedData()47 , fInCache(false) in SkCachedData()98 if ((1 == fRefCnt) && fInCache) { in inMutexRef()104 SkASSERT(!fInCache); in inMutexRef()105 fInCache = true; in inMutexRef()118 if (fInCache && !fromCache) { in inMutexUnref()130 SkASSERT(fInCache); in inMutexUnref()131 fInCache = false; in inMutexUnref()184 SkASSERT((fInCache && fRefCnt > 1) || !fInCache); in validate()194 SkASSERT((fInCache && 1 == fRefCnt) || (0 == fRefCnt)); in validate()
32 bool testing_only_isInCache() const { return fInCache; } in testing_only_isInCache()58 bool fInCache; variable