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

/haiku/src/apps/screenshot/
H A DUtility.h36 BBitmap* cursorAreaBitmap; member in class:Utility
H A DUtility.cpp51 cursorAreaBitmap(NULL)
60 delete cursorAreaBitmap;
146 } else if (cursorAreaBitmap != NULL) {
148 wholeScreen->ImportBits(cursorAreaBitmap,
149 B_ORIGIN, cursorPosition, cursorAreaBitmap->Bounds().Size());
H A DScreenshot.cpp148 fUtility->cursorAreaBitmap->Archive(bitmap);
149 message.AddMessage("cursorAreaBitmap", bitmap);
201 delete fUtility->cursorAreaBitmap;
227 fUtility->cursorAreaBitmap = new BBitmap(bounds, B_RGBA32);
229 fUtility->cursorAreaBitmap->ImportBits(fUtility->wholeScreen,
234 uint8* areaBits = (uint8*)fUtility->cursorAreaBitmap->Bits();
H A DScreenshotApp.cpp59 status = message->FindMessage("cursorAreaBitmap", &bitmap);
63 fUtility->cursorAreaBitmap = new BBitmap(&bitmap);

Completed in 60 milliseconds