Searched refs:sourcePoint (Results 1 – 4 of 4) sorted by relevance
46 void _BeginDrag(BPoint sourcePoint);
433 PictureView::_BeginDrag(BPoint sourcePoint) in _BeginDrag() argument480 sourcePoint -= fPictureRect.LeftTop(); in _BeginDrag()484 DragMessage(&drag, bitmap, B_OP_ALPHA, sourcePoint); in _BeginDrag()
850 ShowImageView::_BeginDrag(BPoint sourcePoint) in _BeginDrag() argument863 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()
151 void _BeginDrag(BPoint sourcePoint);