Home
last modified time | relevance | path

Searched refs:kMaxCacheBytes (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp57 if (maskStackSize > kMaxCacheBytes) { in Put()
63 if (fCurrentCacheBytes + maskStackSize > kMaxCacheBytes) { in Put()
82 if (fCurrentCacheBytes + maskStackSize <= kMaxCacheBytes) in Put()
87 if (fCurrentCacheBytes + maskStackSize > kMaxCacheBytes) { in Put()
H A DAlphaMaskCache.h22 kMaxCacheBytes = 8 * 1024 * 1024 // 8 MiB enumerator