Searched refs:BitmapSize (Results 1 - 15 of 15) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DIconTarPtr.cpp30 IconTarPtr::Offset(BitmapSize size) const
37 IconTarPtr::HasOffset(BitmapSize size) const
44 IconTarPtr::SetOffset(BitmapSize size, off_t value)
H A DIconTarPtr.h28 bool HasOffset(BitmapSize size) const;
29 off_t Offset(BitmapSize size) const;
30 void SetOffset(BitmapSize size, off_t value);
H A DPackageIconTarRepository.h31 BitmapSize size, off_t offset);
32 virtual status_t GetIcon(const BString& pkgName, BitmapSize size,
42 const char* _ToIconCacheKeySuffix(BitmapSize size);
44 BitmapSize size);
54 BitmapSize desiredSize,
55 BitmapSize* actualSize);
H A DPackageIconRepository.h17 virtual status_t GetIcon(const BString& pkgName, BitmapSize size,
H A DPackageIconTarRepository.cpp43 BitmapSize* bitmapSize);
92 BitmapSize bitmapSize;
105 BitmapSize* bitmapSize)
217 BitmapSize bitmapSize, off_t offset)
234 PackageIconTarRepository::GetIcon(const BString& pkgName, BitmapSize size,
239 BitmapSize actualSize;
277 PackageIconTarRepository::_ToIconCacheKeySuffix(BitmapSize size)
299 BitmapSize size)
330 const IconTarPtrRef iconTarPtrRef, BitmapSize desiredSize,
331 BitmapSize* actualSiz
[all...]
/haiku/src/apps/haikudepot/ui_generic/
H A DBitmapView.h28 BitmapSize bitmapSize = BITMAP_SIZE_ANY);
34 BitmapSize fBitmapSize;
H A DSharedBitmap.h30 const BBitmap* Bitmap(BitmapSize which);
H A DBitmapView.cpp121 BitmapView::SetBitmap(SharedBitmap* bitmap, BitmapSize bitmapSize)
H A DSharedBitmap.cpp139 SharedBitmap::Bitmap(BitmapSize which)
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.cpp54 size_t maskStackSize = mask->BitmapSize();
72 size_t removedMaskStackSize = it->fMask->BitmapSize();
164 addedOrRemovedSize += lowerMask->BitmapSize();
H A DAlphaMask.h48 size_t BitmapSize() const;
H A DAlphaMask.cpp150 AlphaMask::BitmapSize() const function in class:AlphaMask
/haiku/src/apps/haikudepot/
H A DHaikuDepotConstants.h34 enum BitmapSize { enum
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp312 } else if (block < 1 + disk.BitmapSize()) {
314 disk.BitmapSize());
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h51 uint32 BitmapSize() const { return fBitmap.Size(); } function in class:Disk

Completed in 174 milliseconds