Searched refs:bitmapStream (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/bitmap/
H A DBitmapExporter.cpp66 BBitmapStream bitmapStream(&bitmap);
67 ret = roster->Translate(&bitmapStream, NULL, NULL, stream, fFormat, 0);
70 bitmapStream.DetachBitmap(&dummy);
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp298 BBitmapStream bitmapStream(bitmap);
304 &bitmapStream, NULL, NULL, &file, bitmapStorageFormat,
306 bitmapStream.DetachBitmap(&bitmap);
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp144 BBitmapStream bitmapStream(bitmap);
145 roster->Translate(&bitmapStream, NULL, NULL, &fileStream, B_PNG_FORMAT, 0);
146 bitmapStream.DetachBitmap(&bitmap);
/haiku/src/kits/translation/
H A DTranslationUtils.cpp295 BBitmapStream bitmapStream; local
296 if (roster->Translate(stream, NULL, NULL, &bitmapStream,
303 if (bitmapStream.DetachBitmap(&pBitmap) == B_NO_ERROR)

Completed in 44 milliseconds