Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/model/
H A DIconTarPtr.h28 bool HasOffset(BitmapSize size) const;
H A DIconTarPtr.cpp37 IconTarPtr::HasOffset(BitmapSize size) const in HasOffset() function in IconTarPtr
H A DPackageIconTarRepository.cpp397 if (iconTarPtrRef->HasOffset(BITMAP_SIZE_ANY)) in _BestStoredSize()
399 if (iconTarPtrRef->HasOffset(BITMAP_SIZE_64) && desiredSize >= 64) in _BestStoredSize()
401 if (iconTarPtrRef->HasOffset(BITMAP_SIZE_32) && desiredSize >= 32) in _BestStoredSize()
403 if (iconTarPtrRef->HasOffset(BITMAP_SIZE_32)) in _BestStoredSize()