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

/haiku/src/apps/people/
H A DPictureView.h46 void _BeginDrag(BPoint sourcePoint);
H A DPictureView.cpp433 PictureView::_BeginDrag(BPoint sourcePoint) argument
480 sourcePoint -= fPictureRect.LeftTop();
484 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint);
/haiku/src/apps/showimage/
H A DShowImageView.h151 void _BeginDrag(BPoint sourcePoint);
H A DShowImageView.cpp850 ShowImageView::_BeginDrag(BPoint sourcePoint) argument
863 drag.AddPoint("be:_source_point", sourcePoint);
875 sourcePoint -= selectionRect.LeftTop();
876 sourcePoint.x *= fZoom;
877 sourcePoint.y *= fZoom;
879 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint);

Completed in 107 milliseconds