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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp598 float endX1; local
602 fTextDocumentLayout.GetTextBounds(end, endX1, endY1, endX2, endY2);
604 endX1 = floorf(endX1);
615 BPoint rt(endX1, endY1);
616 BPoint rb(endX1, endY2);
624 } else if (startLineIndex == endLineIndex - 1 && endX1 <= startX1) {
644 rt = BPoint(endX1, endY1);
645 rb = BPoint(endX1, endY2);
660 shape.LineTo(BPoint(endX1, endY
[all...]

Completed in 31 milliseconds