Searched refs:_bitmap (Results 1 – 13 of 13) sorted by relevance
/haiku/src/kits/translation/ |
H A D | BitmapStream.cpp | 237 BBitmapStream::DetachBitmap(BBitmap** _bitmap) in DetachBitmap() argument 239 if (_bitmap == NULL) in DetachBitmap() 245 *_bitmap = fBitmap; in DetachBitmap()
|
/haiku/headers/os/translation/ |
H A D | BitmapStream.h | 31 status_t DetachBitmap(BBitmap** _bitmap);
|
/haiku/docs/user/translation/ |
H A D | BitmapStream.dox | 144 \fn status_t BBitmapStream::DetachBitmap(BBitmap** _bitmap) 145 \brief Sets \a _bitmap to point to the internal bitmap object. 154 \param _bitmap A BBitmap pointer that will be set to point to the internal 159 \retval B_BAD_VALUE _bitmap is \c NULL.
|
/haiku/src/kits/interface/ |
H A D | Screen.cpp | 150 BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor, BRect* bounds) in GetBitmap() argument 153 return fScreen->GetBitmap(_bitmap, drawCursor, bounds); in GetBitmap()
|
H A D | PrivateScreen.cpp | 357 BPrivateScreen::GetBitmap(BBitmap**_bitmap, bool drawCursor, BRect* bounds) in GetBitmap() argument 359 if (_bitmap == NULL) in GetBitmap() 380 *_bitmap = bitmap; in GetBitmap()
|
/haiku/headers/os/interface/ |
H A D | Screen.h | 47 status_t GetBitmap(BBitmap** _bitmap,
|
H A D | TextView.h | 240 BBitmap** _bitmap, BPoint* point,
|
/haiku/src/tests/kits/interface/flatten_picture/ |
H A D | PictureTest.cpp | 64 AutoDelete<BBitmap> _bitmap(bitmap); in OffscreenBitmap() local 77 fBitmap = _bitmap.Release(); in OffscreenBitmap()
|
/haiku/src/preferences/filetypes/ |
H A D | IconView.h | 53 BBitmap** _bitmap) const;
|
H A D | IconView.cpp | 390 Icon::GetData(icon_size which, BBitmap** _bitmap) const in GetData() 413 *_bitmap = bitmap; in GetData()
|
/haiku/src/servers/app/drawing/interface/remote/ |
H A D | RemoteMessage.cpp | 333 RemoteMessage::ReadBitmap(BBitmap** _bitmap, bool minimal, in ReadBitmap() argument 380 *_bitmap = bitmap; in ReadBitmap()
|
H A D | RemoteMessage.h | 179 status_t ReadBitmap(BBitmap** _bitmap,
|
/haiku/docs/user/interface/ |
H A D | Screen.dox | 300 \fn status_t BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor, 309 \param _bitmap A pointer to a BBitmap pointer where this method will
|