Home
last modified time | relevance | path

Searched refs:fIndirectCacheReferences (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp137 it->fMask->fIndirectCacheReferences = 0; in Clear()
159 uint32 oldReferences = lowerMask->fIndirectCacheReferences; in _FindUncachedPreviousMasks()
160 lowerMask->fIndirectCacheReferences += referenceModifier; in _FindUncachedPreviousMasks()
161 if (lowerMask->fIndirectCacheReferences == 0 || oldReferences == 0) { in _FindUncachedPreviousMasks()
H A DAlphaMask.cpp42 fIndirectCacheReferences(0), in AlphaMask()
68 fIndirectCacheReferences(0), in AlphaMask()
96 fIndirectCacheReferences(0), in AlphaMask()
H A DAlphaMask.h90 uint32 fIndirectCacheReferences; variable