Home | History | Annotate | Download | only in rendering

Lines Matching refs:visibleRightEdge

234 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool& foundBox)
242 float ellipsisX = flowIsLTR ? visibleRightEdge - ellipsisWidth : visibleLeftEdge + ellipsisWidth;
267 int visibleBoxWidth = visibleRightEdge - visibleLeftEdge - ellipsisWidth;