Home
last modified time | relevance | path

Searched refs:toPoint (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DView.h345 void StrokeLine(BPoint toPoint,
/haiku/src/kits/interface/
H A DView.cpp4035 BView::StrokeLine(BPoint toPoint, ::pattern pattern) in StrokeLine() argument
4037 StrokeLine(PenLocation(), toPoint, pattern); in StrokeLine()
/haiku/docs/user/interface/
H A DView.dox3786 \fn void BView::StrokeLine(BPoint toPoint, ::pattern pattern)
3787 \brief Stroke a line from the current pen location to the point \a toPoint.
3789 \param toPoint The end point of the line.