Symbol: GetBitmap
headers/os/interface/Screen.h
47
status_t GetBitmap(BBitmap** _bitmap,
headers/os/translation/TranslationUtils.h
37
static BBitmap* GetBitmap(const char* name,
headers/os/translation/TranslationUtils.h
39
static BBitmap* GetBitmap(uint32 type, int32 id,
headers/os/translation/TranslationUtils.h
41
static BBitmap* GetBitmap(uint32 type, const char* name,
headers/os/translation/TranslationUtils.h
45
static BBitmap* GetBitmap(const entry_ref* ref,
headers/os/translation/TranslationUtils.h
47
static BBitmap* GetBitmap(BPositionIO* stream,
headers/private/interface/PrivateScreen.h
56
status_t GetBitmap(BBitmap** bitmap, bool drawCursor,
src/add-ons/translators/gif/GIFTranslator.cpp
267
result = GetBitmap(inSource, &bitmap);
src/add-ons/translators/gif/GIFTranslator.cpp
54
status_t GetBitmap(BPositionIO* in, BBitmap** out);
src/apps/aboutsystem/AboutSystem.cpp
439
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
src/apps/aboutsystem/AboutSystem.cpp
441
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo_dark.png");
src/apps/aboutsystem/AboutSystem.cpp
443
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "walter_logo.png");
src/apps/diskprobe/TypeEditors.cpp
1001
fBitmap = BTranslationUtils::GetBitmap(&stream);
src/apps/haiku3d/RenderView.cpp
148
BTranslationUtils::GetBitmap(B_PNG_FORMAT, "texture"));
src/apps/haikudepot/icon/PackageIconTarRepository.cpp
350
bitmap = BTranslationUtils::GetBitmap(fIconDataBuffer);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
66
BBitmap* bitmap = BTranslationUtils::GetBitmap(&fileIo);
src/apps/haikudepot/model/PackageScreenshotRepository.cpp
98
BBitmap* bitmap = BTranslationUtils::GetBitmap(data);
src/apps/haikudepot/ui/UserLoginWindow.cpp
936
BBitmap* bitmap = BTranslationUtils::GetBitmap(fCaptcha->PngImageData());
src/apps/icon-o-matic/MainWindow.cpp
891
BBitmap* image = BTranslationUtils::GetBitmap(&ref);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
336
fileBitmap = BTranslationUtils::GetBitmap(path.Path());
src/apps/icon-o-matic/generic/gui/IconButton.cpp
346
fileBitmap = BTranslationUtils::GetBitmap(pathToBitmap);
src/apps/installer/InstallerWindow.cpp
151
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo.png");
src/apps/installer/InstallerWindow.cpp
153
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "logo_dark.png");
src/apps/installer/InstallerWindow.cpp
155
fLogo = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "walter_logo.png");
src/apps/mediaplayer/VideoView.cpp
78
if (const BBitmap* bitmap = GetBitmap()) {
src/apps/mediaplayer/media_node_framework/video/VideoTarget.h
33
const BBitmap* GetBitmap() const;
src/apps/mediaplayer/playlist/FilePlaylistItem.cpp
356
BBitmap* bitmap = BTranslationUtils::GetBitmap(&fImageRefs[i]);
src/apps/overlayimage/OverlayView.cpp
103
fBitmap = BTranslationUtils::GetBitmap(path.Path());
src/apps/powerstatus/PowerStatusView.cpp
655
bitmap = BTranslationUtils::GetBitmap(&memoryIO);
src/apps/resedit/BitmapView.cpp
237
BBitmap *bmp = BTranslationUtils::GetBitmap(&ref);
src/apps/resedit/BitmapView.h
32
BBitmap *GetBitmap(void) const { return fBitmap; }
src/apps/resedit/ImageEditor.cpp
108
fImage = fImageView->GetBitmap();
src/apps/resedit/ImageEditor.cpp
25
fImage = BTranslationUtils::GetBitmap(&memio);
src/apps/resedit/ResFields.cpp
82
fBitmap = BTranslationUtils::GetBitmap(&memio);
src/apps/resedit/ResourceRoster.cpp
94
BBitmap *bitmap = BTranslationUtils::GetBitmap(&memio);
src/apps/screenshot/Screenshot.cpp
220
if (BScreen().GetBitmap(&fUtility->wholeScreen, false) != B_OK)
src/apps/showimage/Filter.cpp
65
bm = fFilter->GetBitmap();
src/apps/showimage/Filter.cpp
75
if (fFilter->GetBitmap())
src/apps/showimage/Filter.h
106
BBitmap* GetBitmap();
src/apps/showimage/ShowImageView.cpp
1787
BBitmap* thumbnail = scaler.GetBitmap();
src/apps/soundrecorder/TransportButton.cpp
30
BBitmap *GetBitmap(uint32 signature);
src/apps/soundrecorder/TransportButton.cpp
328
DrawBitmapAsync(bitmaps->GetBitmap(ModeMask()));
src/bin/notify.cpp
209
BBitmap* bitmap = BTranslationUtils::GetBitmap(ref);
src/kits/interface/Screen.cpp
153
return fScreen->GetBitmap(_bitmap, drawCursor, bounds);
src/kits/print/BeUtilsTranslation.cpp
51
return BTranslationUtils::GetBitmap(type_code, name);
src/kits/shared/BitmapButton.cpp
21
fBitmap(BTranslationUtils::GetBitmap(resourceName)),
src/kits/shared/IconButton.cpp
352
fileBitmap = BTranslationUtils::GetBitmap(path.Path());
src/kits/shared/IconButton.cpp
370
fileBitmap = BTranslationUtils::GetBitmap(pathToBitmap);
src/kits/tracker/BackgroundImage.cpp
100
bitmap = BTranslationUtils::GetBitmap(path);
src/kits/tracker/Thumbnails.cpp
362
BBitmap thumb(BTranslationUtils::GetBitmap(&webpData));
src/kits/translation/TranslationUtils.cpp
137
return GetBitmap(&memio, roster);
src/kits/translation/TranslationUtils.cpp
181
return GetBitmap(&memio, roster);
src/kits/translation/TranslationUtils.cpp
230
return GetBitmap(&bitmapFile, roster);
src/kits/translation/TranslationUtils.cpp
258
return GetBitmap(&bitmapFile, roster);
src/kits/translation/TranslationUtils.cpp
91
pBitmap = GetBitmap(B_TRANSLATOR_BITMAP, kName, roster);
src/preferences/backgrounds/BackgroundImage.cpp
266
= fBackgroundsView->GetImage(info->fImageIndex)->GetBitmap();
src/preferences/backgrounds/BackgroundImage.cpp
591
fBitmap = BTranslationUtils::GetBitmap(fPath.Path());
src/preferences/backgrounds/BackgroundImage.h
169
BBitmap* GetBitmap();
src/preferences/backgrounds/BackgroundsView.cpp
891
BBitmap* bitmap = GetImage(index)->GetBitmap();
src/preferences/backgrounds/ImageFilePanel.cpp
120
BBitmap* bitmap = BTranslationUtils::GetBitmap(&ref);
src/servers/app/ServerApp.cpp
3403
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
src/servers/app/ServerApp.cpp
3705
ServerBitmap* bitmap = GetBitmap(bitmapToken);
src/servers/app/ServerApp.cpp
807
BReference<ServerBitmap> bitmap(GetBitmap(token), true);
src/servers/app/ServerApp.h
85
ServerBitmap* GetBitmap(int32 token) const;
src/servers/app/ServerWindow.cpp
2042
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(bitmapToken), true);
src/servers/app/ServerWindow.cpp
2317
fServerApp->GetBitmap(bitmapToken), true);
src/servers/app/ServerWindow.cpp
2692
BReference<ServerBitmap> bitmap(fServerApp->GetBitmap(info.bitmapToken), true);
src/servers/app/ServerWindow.cpp
3991
BReference<ServerBitmap> bitmap(App()->GetBitmap(info.bitmapToken), true);
src/tests/kits/interface/bshelf/Container/ContainerWindow.cpp
151
bitmap = BTranslationUtils :: GetBitmap('JPEG',"DropZone.jpeg"); // load bitmap from resource
src/tests/kits/interface/picture/SVGViewView.cpp
1024
BBitmap *bitmap = BTranslationUtils::GetBitmap(href);
src/tests/kits/opengl/glinfo/GearsView.cpp
65
fGears = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "gears_64.png");
src/tests/kits/translation/TranslationUtilsTest.cpp
103
pbits = BTranslationUtils::GetBitmap(
src/tests/kits/translation/TranslationUtilsTest.cpp
110
pbits = BTranslationUtils::GetBitmap("/tmp/no-file-here.bmp");
src/tests/kits/translation/TranslationUtilsTest.cpp
133
pbits = BTranslationUtils::GetBitmap(&ref);
src/tests/kits/translation/TranslationUtilsTest.cpp
141
pbits = BTranslationUtils::GetBitmap(pref);
src/tests/kits/translation/TranslationUtilsTest.cpp
146
pbits = BTranslationUtils::GetBitmap("res_image");
src/tests/kits/translation/TranslationUtilsTest.cpp
153
pbits = BTranslationUtils::GetBitmap("Michael Wilber");
src/tests/kits/translation/TranslationUtilsTest.cpp
158
pbits = BTranslationUtils::GetBitmap(
src/tests/kits/translation/TranslationUtilsTest.cpp
166
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_TEXT, 246);
src/tests/kits/translation/TranslationUtilsTest.cpp
171
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_BITMAP,
src/tests/kits/translation/TranslationUtilsTest.cpp
177
pbits = BTranslationUtils::GetBitmap(
src/tests/kits/translation/TranslationUtilsTest.cpp
185
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_TEXT,
src/tests/kits/translation/TranslationUtilsTest.cpp
191
pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_BITMAP,
src/tests/kits/translation/TranslationUtilsTest.cpp
207
pbits = BTranslationUtils::GetBitmap(&stream);
src/tests/kits/translation/multitest/WorkView.cpp
29
pBitmap = BTranslationUtils::GetBitmap(fPath, pRoster);