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

/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp601 float endY2; local
602 fTextDocumentLayout.GetTextBounds(end, endX1, endY1, endX2, endY2);
607 endY2 = ceilf(endY2);
616 BPoint rb(endX1, endY2);
645 rb = BPoint(endX1, endY2);
646 lb = BPoint(0, endY2);
661 shape.LineTo(BPoint(endX1, endY2));
662 shape.LineTo(BPoint(0, endY2));

Completed in 35 milliseconds