Searched refs:DragMessage (Results 1 - 25 of 42) sorted by last modified time

12

/haiku/src/apps/charactermap/
H A DCharacterView.cpp495 DragMessage(&drag, bitmap, B_OP_ALPHA, offset);
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp470 DragMessage(&dragMessage, draggedRowRect, NULL);
/haiku/src/preferences/filetypes/
H A DIconView.cpp939 DragMessage(&message, dragBitmap, B_OP_ALPHA,
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp612 // Needed because DragMessage will delete the bitmap when it's done.
614 DragMessage(&drag, iconClone, B_OP_ALPHA, offset);
/haiku/src/kits/tracker/
H A DUtilities.cpp642 DragMessage(&fMessage, dragBitmap, B_OP_ALPHA, point, fTarget.Target(0));
H A DPoseView.cpp7635 DragMessage(&message, dragBitmap, B_OP_ALPHA, offset);
7636 // this DragMessage supports alpha blending
7638 DragMessage(&message, dragRect);
7688 // set the offset for the dragged bitmap (for the BView::DragMessage() call)
H A DDraggableContainerIcon.cpp192 DragMessage(&message, dragBitmap, B_OP_ALPHA,
H A DContainerWindow.h203 BMessage* DragMessage() const;
456 BContainerWindow::DragMessage() const function in class:BPrivate::BContainerWindow
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp893 DragMessage(&msg, dragBitmap, B_OP_ALPHA, B_ORIGIN);
895 DragMessage(&msg, dragRect.OffsetToCopy(where), this);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp494 DragMessage(&drag, bitmap, B_OP_ALPHA, offset);
/haiku/src/kits/interface/
H A DTextView.cpp4901 DragMessage(&dragMessage, dragBitmap, bitmapPoint, dragHandler);
4910 DragMessage(&dragMessage, dragRect, dragHandler);
H A DView.cpp1431 BView::DragMessage(BMessage* message, BRect dragRect, BHandler* replyTo) function in class:BView
1447 DragMessage(message, NULL, B_OP_BLEND, offset, replyTo);
1483 DragMessage(message, bitmap, B_OP_BLEND, offset, replyTo);
1488 BView::DragMessage(BMessage* message, BBitmap* image, BPoint offset, function in class:BView
1491 DragMessage(message, image, B_OP_COPY, offset, replyTo);
1496 BView::DragMessage(BMessage* message, BBitmap* image, function in class:BView
1514 debugger("DragMessage: warning - the Handler needs a looper");
1554 fprintf(stderr, "BView::DragMessage() - no memory to flatten drag "
H A DDragger.cpp349 DragMessage(&archive, bitmap, mode, offset, this);
351 DragMessage(&archive, ConvertFromScreen(
/haiku/src/apps/showimage/
H A DShowImageView.cpp878 // DragMessage takes ownership of bitmap
879 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint);
887 DragMessage(&drag, rect);
/haiku/src/apps/terminal/
H A DTermView.cpp2972 DragMessage(&message, rect);
H A DColorPreview.cpp281 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
H A DColorListView.cpp106 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
/haiku/src/apps/mail/
H A DContent.cpp1691 DragMessage(&dragMessage, selectRegion.Frame(), this);
/haiku/headers/os/interface/
H A DView.h204 void DragMessage(BMessage* message, BRect dragRect,
206 void DragMessage(BMessage* message, BBitmap* bitmap,
208 void DragMessage(BMessage* message, BBitmap* bitmap,
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp471 DragMessage(&dragMessage, dragBitmap, B_OP_ALPHA,
/haiku/src/apps/deskbar/
H A DBarView.cpp1137 AddRefsToDeskbarMenu(DragMessage(), &ref);
1143 AddRefsToDeskbarMenu(DragMessage(), NULL);
H A DBarView.h128 const BMessage* DragMessage() const;
247 TBarView::DragMessage() const function in class:TBarView
/haiku/src/preferences/appearance/
H A DColorPreview.cpp281 DragMessage(&message, bitmap, B_OP_ALPHA, BPoint(14.0f, 14.0f));
/haiku/src/tools/translation/inspector/
H A DImageView.cpp151 DragMessage(&msg, Bounds());
/haiku/src/apps/diskprobe/
H A DDataView.cpp1048 DragMessage(drag, frame, NULL);

Completed in 231 milliseconds

12