Searched refs:penPos (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DTextView.cpp4507 float penPos = PenLocation().x - fTextRect.left; local
4516 penPos -= fTextRect.Width() - LineWidth(lineNum);
4521 penPos -= floorf((fTextRect.Width()
4525 float tabWidth = _ActualTabWidth(penPos);
/haiku/src/servers/app/
H A DServerWindow.cpp2545 BPoint penPos = info.endPoint; local
2559 fCurrentView->CurrentState()->SetPenLocation(penPos);
3719 BPoint penPos = info.endPoint; local
3723 fCurrentView->CurrentState()->SetPenLocation(penPos);

Completed in 131 milliseconds