Symbol: DetachBitmap
headers/os/translation/BitmapStream.h
31
status_t DetachBitmap(BBitmap** _bitmap);
src/add-ons/screen_savers/slideshowsaver/SlideShowSaver.cpp
313
if (outstream.DetachBitmap(&newBitmap) != B_OK)
src/add-ons/translators/hvif/HVIFTranslator.cpp
174
stream.DetachBitmap(&dummy);
src/add-ons/translators/raw/main.cpp
118
status = output.DetachBitmap(&bitmap);
src/apps/codycam/VideoConsumer.cpp
713
input.DetachBitmap(&bitmap);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1801
stream.DetachBitmap(&background);
src/apps/icon-o-matic/import_export/bitmap/BitmapExporter.cpp
70
bitmapStream.DetachBitmap(&dummy);
src/apps/magnify/Magnify.cpp
1873
stream.DetachBitmap(&bitmap);
src/apps/mandelbrot/Mandelbrot.cpp
415
stream.DetachBitmap(&bitmap);
src/apps/mediaplayer/supplier/MediaTrackVideoSupplier.cpp
146
bitmapStream.DetachBitmap(&bitmap);
src/apps/packageinstaller/PackageImageViewer.cpp
39
stream.DetachBitmap(&fImage);
src/apps/people/PersonView.cpp
324
stream.DetachBitmap(&picture);
src/apps/people/PictureView.cpp
475
stream.DetachBitmap(&bitmap);
src/apps/people/PictureView.cpp
537
stream.DetachBitmap(&bitmap);
src/apps/people/PictureView.cpp
576
stream.DetachBitmap(&bitmap);
src/apps/people/PictureView.cpp
618
if (stream.DetachBitmap(&picture) != B_OK
src/apps/resedit/BitmapView.cpp
222
if (bstream.DetachBitmap(&bmp) != B_OK)
src/apps/screenshot/Utility.cpp
120
stream.DetachBitmap(&bitmap);
src/apps/showimage/Filter.h
108
BBitmap* DetachBitmap();
src/apps/showimage/ImageCache.cpp
269
if (outstream.DetachBitmap(&bitmap) != B_OK)
src/apps/showimage/ShowImageView.cpp
1663
BBitmap* bm = imageProcessor.DetachBitmap();
src/apps/showimage/ShowImageView.cpp
1745
BBitmap* scaled = scaler.DetachBitmap();
src/apps/showimage/ShowImageView.cpp
841
stream.DetachBitmap(&bitmap);
src/apps/showimage/ShowImageView.cpp
926
stream.DetachBitmap(&bitmap);
src/apps/showimage/ShowImageView.cpp
975
stream.DetachBitmap(&bitmap);
src/kits/tracker/Thumbnails.cpp
175
status = imageStream.DetachBitmap(&image);
src/kits/tracker/Thumbnails.cpp
220
&& thumbStream.DetachBitmap(&thumbPointer) == B_OK) {
src/kits/translation/TranslationUtils.cpp
303
if (bitmapStream.DetachBitmap(&pBitmap) == B_NO_ERROR)
src/tests/kits/media/mpeg2_decoder_test/mpeg2_decoder_test.cpp
306
bitmapStream.DetachBitmap(&bitmap);
src/tests/kits/translation/BitmapStreamTest.cpp
104
CPPUNIT_ASSERT(streamEmpty.DetachBitmap(&pbits) == B_ERROR);
src/tests/kits/translation/BitmapStreamTest.cpp
118
CPPUNIT_ASSERT(pstreamWithBits->DetachBitmap(&poutbits) == B_OK);
src/tests/kits/translation/BitmapStreamTest.cpp
152
CPPUNIT_ASSERT(pstream->DetachBitmap(&pbits) == B_NO_ERROR);
src/tests/kits/translation/BitmapStreamTest.cpp
158
CPPUNIT_ASSERT(pstream->DetachBitmap(NULL) == B_BAD_VALUE);
src/tests/kits/translation/BitmapStreamTest.cpp
163
CPPUNIT_ASSERT(pstream->DetachBitmap(&pdbits) == B_ERROR);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
400
stream.DetachBitmap(&fTriangleLeft);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
408
stream.DetachBitmap(&fTriangleRight);
src/tests/servers/app/drawing_modes/DrawingModes.cpp
442
stream.DetachBitmap(&resultBitmap);
src/tools/translation/inspector/ImageView.cpp
213
stream.DetachBitmap(&fpbitmap);
src/tools/translation/inspector/ImageView.cpp
571
chk = outstream.DetachBitmap(&pbitmap);