Searched refs:requestedMode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DIconCache.h168 static bool AlternateModeForIconConstructing(IconDrawMode requestedMode,
171 IconDrawMode requestedMode, IconDrawMode constructFromMode,
173 BBitmap* ConstructBitmap(IconDrawMode requestedMode, BSize size,
H A DIconCache.cpp262 IconDrawMode requestedMode, IconDrawMode constructFromMode,
265 ASSERT(requestedMode == kSelected && constructFromMode == kNormalIcon);
268 if (requestedMode == kSelected && constructFromMode == kNormalIcon) {
278 IconCacheEntry::ConstructBitmap(IconDrawMode requestedMode, BSize size, argument
284 return ConstructBitmap(source, requestedMode, kNormalIcon, size,
290 IconCacheEntry::AlternateModeForIconConstructing(IconDrawMode requestedMode, argument
293 if ((requestedMode & kSelected) != 0) {
261 ConstructBitmap(BBitmap* constructFrom, IconDrawMode requestedMode, IconDrawMode constructFromMode, BSize size, LazyBitmapAllocator* lazyBitmap) argument

Completed in 2549 milliseconds