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

  /external/skia/src/core/
SkCachedData.cpp 35 , fInCache(false)
47 , fInCache(false)
98 if ((1 == fRefCnt) && fInCache) {
104 SkASSERT(!fInCache);
105 fInCache = true;
118 if (fInCache && !fromCache) {
130 SkASSERT(fInCache);
131 fInCache = false;
184 SkASSERT((fInCache && fRefCnt > 1) || !fInCache);
    [all...]
SkCachedData.h 32 bool testing_only_isInCache() const { return fInCache; }
58 bool fInCache;

Completed in 1764 milliseconds