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

/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.h30 void SetArchivedBitmap(BBitmap *archivedBitmap) { fArchivedBitmap = archivedBitmap; } argument
/haiku/src/apps/people/
H A DPictureView.cpp223 BMessage archivedBitmap; local
224 if (data->FindMessage("image/bitmap", &archivedBitmap) == B_OK) {
225 BBitmap* picture = new(std::nothrow) BBitmap(&archivedBitmap);

Completed in 66 milliseconds