Searched refs:bitmapRef (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp745 void SetScreenshotThumbnail(const BitmapRef& bitmapRef) argument
747 if (bitmapRef.IsSet()) {
748 fScreenshotView->SetBitmap(bitmapRef);
1438 BitmapRef bitmapRef; local
1440 coordinate, &bitmapRef) != B_OK) {
1443 fPagesView->SetScreenshotThumbnail(bitmapRef);
H A DPackageListView.cpp421 BitmapRef bitmapRef; local
426 bitmapRef);
429 if (bitmapRef.IsSet()) {
430 const BBitmap* bitmap = bitmapRef->Bitmap(BITMAP_SIZE_16);
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp182 BReference<ServerBitmap> bitmapRef(bitmap, true);

Completed in 156 milliseconds