Searched refs:cursorBitmap (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/screenshot/
H A DUtility.h35 BBitmap* cursorBitmap; member in class:Utility
H A DUtility.cpp50 cursorBitmap(NULL),
59 delete cursorBitmap;
142 if (includeMouse && cursorBitmap != NULL) {
144 wholeScreen->ImportBits(cursorBitmap,
145 B_ORIGIN, cursorPosition, cursorBitmap->Bounds().Size());
H A DScreenshot.cpp144 fUtility->cursorBitmap->Archive(bitmap);
145 message.AddMessage("cursorBitmap", bitmap);
200 delete fUtility->cursorBitmap;
222 get_mouse_bitmap(&fUtility->cursorBitmap, &cursorHotSpot);
226 BRect bounds = fUtility->cursorBitmap->Bounds();
233 uint8* bits = (uint8*)fUtility->cursorBitmap->Bits();
H A DScreenshotApp.cpp53 status = message->FindMessage("cursorBitmap", &bitmap);
57 fUtility->cursorBitmap = new BBitmap(&bitmap);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1226 BBitmap* cursorBitmap = new (std::nothrow) BBitmap(BRect(0, 0, local
1229 if (cursorBitmap == NULL) {
1233 status = cursorBitmap->InitCheck();
1235 cursorBitmap->SetBits(data, size, 0, colorspace);
1240 *bitmap = cursorBitmap;
1242 delete cursorBitmap;

Completed in 74 milliseconds