Home
last modified time | relevance | path

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) in _BeginDrag() argument
480 sourcePoint -= fPictureRect.LeftTop(); in _BeginDrag()
484 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint); in _BeginDrag()
/haiku/src/apps/showimage/
H A DShowImageView.cpp850 ShowImageView::_BeginDrag(BPoint sourcePoint) in _BeginDrag() argument
863 drag.AddPoint("be:_source_point", sourcePoint); in _BeginDrag()
875 sourcePoint -= selectionRect.LeftTop(); in _BeginDrag()
876 sourcePoint.x *= fZoom; in _BeginDrag()
877 sourcePoint.y *= fZoom; in _BeginDrag()
879 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint); in _BeginDrag()
H A DShowImageView.h151 void _BeginDrag(BPoint sourcePoint);