GetBitmap
status_t GetBitmap(BBitmap** _bitmap,
static BBitmap* GetBitmap(const char* name,
static BBitmap* GetBitmap(uint32 type, int32 id,
static BBitmap* GetBitmap(uint32 type, const char* name,
static BBitmap* GetBitmap(const entry_ref* ref,
static BBitmap* GetBitmap(BPositionIO* stream,
status_t GetBitmap(BBitmap** bitmap, bool drawCursor,
result = GetBitmap(inSource, &bitmap);
status_t GetBitmap(BPositionIO* in, BBitmap** out);
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo_dark.png");
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "walter_logo.png");
fBitmap = BTranslationUtils::GetBitmap(&stream);
BTranslationUtils::GetBitmap(B_PNG_FORMAT, "texture"));
bitmap = BTranslationUtils::GetBitmap(fIconDataBuffer);
BBitmap* bitmap = BTranslationUtils::GetBitmap(&fileIo);
BBitmap* bitmap = BTranslationUtils::GetBitmap(data);
BBitmap* bitmap = BTranslationUtils::GetBitmap(fCaptcha->PngImageData());
BBitmap* image = BTranslationUtils::GetBitmap(&ref);
fileBitmap = BTranslationUtils::GetBitmap(path.Path());
fileBitmap = BTranslationUtils::GetBitmap(pathToBitmap);
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo_dark.png");
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "walter_logo.png");
if (const BBitmap* bitmap = GetBitmap()) {
const BBitmap* GetBitmap() const;
BBitmap* bitmap = BTranslationUtils::GetBitmap(&fImageRefs[i]);
fBitmap = BTranslationUtils::GetBitmap(path.Path());
bitmap = BTranslationUtils::GetBitmap(&memoryIO);
BBitmap *bmp = BTranslationUtils::GetBitmap(&ref);
BBitmap *GetBitmap(void) const { return fBitmap; }
fImage = fImageView->GetBitmap();
fImage = BTranslationUtils::GetBitmap(&memio);
fBitmap = BTranslationUtils::GetBitmap(&memio);
BBitmap *bitmap = BTranslationUtils::GetBitmap(&memio);
if (BScreen().GetBitmap(&fUtility->wholeScreen, false) != B_OK)
bm = fFilter->GetBitmap();
if (fFilter->GetBitmap())
BBitmap* GetBitmap();
BBitmap* thumbnail = scaler.GetBitmap();
BBitmap *GetBitmap(uint32 signature);
DrawBitmapAsync(bitmaps->GetBitmap(ModeMask()));
BBitmap* bitmap = BTranslationUtils::GetBitmap(ref);
return fScreen->GetBitmap(_bitmap, drawCursor, bounds);
return BTranslationUtils::GetBitmap(type_code, name);
fBitmap(BTranslationUtils::GetBitmap(resourceName)),
fileBitmap = BTranslationUtils::GetBitmap(path.Path());
fileBitmap = BTranslationUtils::GetBitmap(pathToBitmap);
bitmap = BTranslationUtils::GetBitmap(path);
BBitmap thumb(BTranslationUtils::GetBitmap(&webpData));
return GetBitmap(&memio, roster);
return GetBitmap(&memio, roster);
return GetBitmap(&bitmapFile, roster);
return GetBitmap(&bitmapFile, roster);
pBitmap = GetBitmap(B_TRANSLATOR_BITMAP, kName, roster);
= fBackgroundsView->GetImage(info->fImageIndex)->GetBitmap();
fBitmap = BTranslationUtils::GetBitmap(fPath.Path());
BBitmap* GetBitmap();
BBitmap* bitmap = GetImage(index)->GetBitmap();
BBitmap* bitmap = BTranslationUtils::GetBitmap(&ref);
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
ServerBitmap* bitmap = GetBitmap(bitmapToken);
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
ServerBitmap* GetBitmap(int32 token) const;
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(bitmapToken), true);
fServerApp->GetBitmap(bitmapToken), true);
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(info.bitmapToken), true);
BReference<ServerBitmap> bitmap(App()->GetBitmap(info.bitmapToken), true);
bitmap = BTranslationUtils :: GetBitmap('JPEG',"DropZone.jpeg"); // load bitmap from resource
BBitmap *bitmap = BTranslationUtils::GetBitmap(href);
fGears = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "gears_64.png");
pbits = BTranslationUtils::GetBitmap(
pbits = BTranslationUtils::GetBitmap("/tmp/no-file-here.bmp");
pbits = BTranslationUtils::GetBitmap(&ref);
pbits = BTranslationUtils::GetBitmap(pref);
pbits = BTranslationUtils::GetBitmap("res_image");
pbits = BTranslationUtils::GetBitmap("Michael Wilber");
pbits = BTranslationUtils::GetBitmap(
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_TEXT, 246);
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_BITMAP,
pbits = BTranslationUtils::GetBitmap(
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_TEXT,
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_BITMAP,
pbits = BTranslationUtils::GetBitmap(&stream);
pBitmap = BTranslationUtils::GetBitmap(fPath, pRoster);