Searched refs:fInCache (Results 1 – 2 of 2) sorted by relevance
17 , fInCache(false) in SkCachedData()28 , fInCache(false) in SkCachedData()77 if ((1 == fRefCnt) && fInCache) { in inMutexRef()83 SkASSERT(!fInCache); in inMutexRef()84 fInCache = true; in inMutexRef()97 if (fInCache && !fromCache) { in inMutexUnref()109 SkASSERT(fInCache); in inMutexUnref()110 fInCache = false; in inMutexUnref()163 SkASSERT((fInCache && fRefCnt > 1) || !fInCache); in validate()173 SkASSERT((fInCache && 1 == fRefCnt) || (0 == fRefCnt)); in validate()
33 bool testing_only_isInCache() const { return fInCache; } in testing_only_isInCache()59 bool fInCache; variable