Searched refs:GetBitmap (Results 1 - 25 of 51) sorted by relevance

123

/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoTarget.cpp44 VideoTarget::GetBitmap() const function in class:VideoTarget
H A DVideoTarget.h33 const BBitmap* GetBitmap() const;
/haiku/headers/os/translation/
H A DTranslationUtils.h37 static BBitmap* GetBitmap(const char* name,
39 static BBitmap* GetBitmap(uint32 type, int32 id,
41 static BBitmap* GetBitmap(uint32 type, const char* name,
45 static BBitmap* GetBitmap(const entry_ref* ref,
47 static BBitmap* GetBitmap(BPositionIO* stream,
/haiku/src/preferences/appearance/
H A DCursorWhichItem.h43 BBitmap *GetBitmap(void) const { return image; } function in class:CursorWhichItem
H A DCurView.h57 BBitmap *GetBitmap(void) const { return bitmap; } function in class:BitmapView
H A DCurView.cpp188 cwi->SetBitmap(bmpview->GetBitmap());
197 bmpview->SetBitmap(cwi->GetBitmap());
446 BBitmap *tmp=BTranslationUtils::GetBitmap(&ref);
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp76 suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetBitmap Test", &TranslationUtilsTest::GetBitmapTest));
103 pbits = BTranslationUtils::GetBitmap(
110 pbits = BTranslationUtils::GetBitmap("/tmp/no-file-here.bmp");
133 pbits = BTranslationUtils::GetBitmap(&ref);
141 pbits = BTranslationUtils::GetBitmap(pref);
146 pbits = BTranslationUtils::GetBitmap("res_image");
153 pbits = BTranslationUtils::GetBitmap("Michael Wilber");
158 pbits = BTranslationUtils::GetBitmap(
166 pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_TEXT, 246);
171 pbits = BTranslationUtils::GetBitmap(B_TRANSLATOR_BITMA
[all...]
/haiku/src/tests/kits/translation/multitest/
H A DWorkView.cpp29 pBitmap = BTranslationUtils::GetBitmap(fPath, pRoster);
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp65 fGears = BTranslationUtils::GetBitmap(B_PNG_FORMAT, "gears_64.png");
/haiku/src/kits/print/
H A DBeUtilsTranslation.cpp51 return BTranslationUtils::GetBitmap(type_code, name);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp64 // GetBitmap
84 BTranslationUtils::GetBitmap(const char *kName, BTranslatorRoster *roster) function in class:BTranslationUtils
91 pBitmap = GetBitmap(B_TRANSLATOR_BITMAP, kName, roster);
97 // GetBitmap
116 BTranslationUtils::GetBitmap(uint32 type, int32 id, BTranslatorRoster *roster) function in class:BTranslationUtils
135 // the GetBitmap(BPositionIO *, BTranslatorRoster *) function
137 return GetBitmap(&memio, roster);
142 // GetBitmap
162 BTranslationUtils::GetBitmap(uint32 type, const char *kName, function in class:BTranslationUtils
181 return GetBitmap(
252 BTranslationUtils::GetBitmap(const entry_ref *kRef, BTranslatorRoster *roster) function in class:BTranslationUtils
281 BTranslationUtils::GetBitmap(BPositionIO *stream, BTranslatorRoster *roster) function in class:BTranslationUtils
[all...]
/haiku/src/apps/resedit/
H A DImageEditor.cpp25 fImage = BTranslationUtils::GetBitmap(&memio);
108 fImage = fImageView->GetBitmap();
H A DBitmapView.h32 BBitmap *GetBitmap(void) const { return fBitmap; } function in class:BitmapView
H A DResourceRoster.cpp94 BBitmap *bitmap = BTranslationUtils::GetBitmap(&memio);
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp54 status_t GetBitmap(BPositionIO* in, BBitmap** out);
156 GetBitmap(BPositionIO* in, BBitmap** out) function
267 result = GetBitmap(inSource, &bitmap);
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h169 BBitmap* GetBitmap();
H A DBackgroundImage.cpp266 = fBackgroundsView->GetImage(info->fImageIndex)->GetBitmap();
588 Image::GetBitmap() function in class:Image
591 fBitmap = BTranslationUtils::GetBitmap(fPath.Path());
/haiku/headers/private/interface/
H A DPrivateScreen.h56 status_t GetBitmap(BBitmap** bitmap, bool drawCursor,
/haiku/headers/os/interface/
H A DScreen.h47 status_t GetBitmap(BBitmap** _bitmap,
/haiku/src/kits/shared/
H A DBitmapButton.cpp21 fBitmap(BTranslationUtils::GetBitmap(resourceName)),
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp151 bitmap = BTranslationUtils :: GetBitmap('JPEG',"DropZone.jpeg"); // load bitmap from resource
/haiku/src/kits/interface/
H A DScreen.cpp150 BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor, BRect* bounds) function in class:BScreen
153 return fScreen->GetBitmap(_bitmap, drawCursor, bounds);
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp30 BBitmap *GetBitmap(uint32 signature);
45 BitmapStash::GetBitmap(uint32 signature) function in class:BitmapStash
328 DrawBitmapAsync(bitmaps->GetBitmap(ModeMask()));
/haiku/src/apps/showimage/
H A DFilter.h84 // retrieve using GetBitmap() method.
85 // GetBitmap() must be called either before Start(),
106 BBitmap* GetBitmap();
/haiku/src/servers/app/
H A DServerApp.h85 ServerBitmap* GetBitmap(int32 token) const;

Completed in 90 milliseconds

123