Searched refs:fInCache (Results 1 – 2 of 2) sorted by relevance
36 , fInCache(false) in SkCachedData()48 , fInCache(false) in SkCachedData()99 if ((1 == fRefCnt) && fInCache) { in inMutexRef()105 SkASSERT(!fInCache); in inMutexRef()106 fInCache = true; in inMutexRef()119 if (fInCache && !fromCache) { in inMutexUnref()131 SkASSERT(fInCache); in inMutexUnref()132 fInCache = false; in inMutexUnref()185 SkASSERT((fInCache && fRefCnt > 1) || !fInCache); in validate()195 SkASSERT((fInCache && 1 == fRefCnt) || (0 == fRefCnt)); in validate()
32 bool testing_only_isInCache() const { return fInCache; } in testing_only_isInCache()58 bool fInCache; variable