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

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp128 , fBitmapFromRestoredPicture(NULL)
155 BBitmap* bitmap = fBitmapFromRestoredPicture;
157 fBitmapFromRestoredPicture = NULL;
172 delete fBitmapFromRestoredPicture;
173 fBitmapFromRestoredPicture = NULL;
203 fBitmapFromRestoredPicture = CreateBitmap(archivedPicture, frame);
204 TEST_AND_RETURN(fBitmapFromRestoredPicture == NULL, "Could not create bitmap from archived picture!", false);
213 if (!IsSame(fDirectBitmap, fBitmapFromRestoredPicture, reason)) {
H A DPictureTest.h52 BBitmap *fBitmapFromRestoredPicture; member in class:PictureTest

Completed in 20 milliseconds