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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp599 float endY1; local
602 fTextDocumentLayout.GetTextBounds(end, endX1, endY1, endX2, endY2);
605 endY1 = floorf(endY1);
615 BPoint rt(endX1, endY1);
643 lt = BPoint(0, endY1);
644 rt = BPoint(endX1, endY1);
659 shape.LineTo(BPoint(width, endY1));
660 shape.LineTo(BPoint(endX1, endY1));

Completed in 33 milliseconds