Searched refs:bitmapArchive (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp124 BMessage bitmapArchive; local
125 if ((ret = from->FindMessage(fieldName, &bitmapArchive)) >= B_OK) {
126 *bitmap = new BBitmap(&bitmapArchive);
/haiku/src/apps/showimage/
H A DShowImageView.cpp1541 BMessage bitmapArchive; local
1542 bitmap->Archive(&bitmapArchive);
1546 data->AddMessage("image/bitmap", &bitmapArchive);

Completed in 39 milliseconds