Searched refs:bitmapRef (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp765 void SetScreenshotThumbnail(const BitmapRef& bitmapRef) argument
767 if (bitmapRef.IsSet()) {
768 fScreenshotView->SetBitmap(bitmapRef);
1466 BitmapRef bitmapRef; local
1468 coordinate, &bitmapRef) != B_OK) {
1471 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 33 milliseconds