Home
last modified time | relevance | path

Searched refs:_bitmap (Results 1 – 13 of 13) sorted by relevance

/haiku/src/kits/translation/
H A DBitmapStream.cpp237 BBitmapStream::DetachBitmap(BBitmap** _bitmap) in DetachBitmap() argument
239 if (_bitmap == NULL) in DetachBitmap()
245 *_bitmap = fBitmap; in DetachBitmap()
/haiku/headers/os/translation/
H A DBitmapStream.h31 status_t DetachBitmap(BBitmap** _bitmap);
/haiku/docs/user/translation/
H A DBitmapStream.dox144 \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 DScreen.cpp150 BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor, BRect* bounds) in GetBitmap() argument
153 return fScreen->GetBitmap(_bitmap, drawCursor, bounds); in GetBitmap()
H A DPrivateScreen.cpp357 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 DScreen.h47 status_t GetBitmap(BBitmap** _bitmap,
H A DTextView.h240 BBitmap** _bitmap, BPoint* point,
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp64 AutoDelete<BBitmap> _bitmap(bitmap); in OffscreenBitmap() local
77 fBitmap = _bitmap.Release(); in OffscreenBitmap()
/haiku/src/preferences/filetypes/
H A DIconView.h53 BBitmap** _bitmap) const;
H A DIconView.cpp390 Icon::GetData(icon_size which, BBitmap** _bitmap) const in GetData()
413 *_bitmap = bitmap; in GetData()
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp333 RemoteMessage::ReadBitmap(BBitmap** _bitmap, bool minimal, in ReadBitmap() argument
380 *_bitmap = bitmap; in ReadBitmap()
H A DRemoteMessage.h179 status_t ReadBitmap(BBitmap** _bitmap,
/haiku/docs/user/interface/
H A DScreen.dox300 \fn status_t BScreen::GetBitmap(BBitmap** _bitmap, bool drawCursor,
309 \param _bitmap A pointer to a BBitmap pointer where this method will