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

/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h292 // visibleLeftEdge, visibleRightEdge are in the parent's coordinate system.
293 virtual float placeEllipsisBox(bool ltr, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool&);
H A DInlineTextBox.h121 virtual float placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool& foundBox);
H A DInlineFlowBox.cpp1281 int visibleRightEdge = blockRightEdge; local
1284 int currResult = box->placeEllipsisBox(ltr, visibleLeftEdge, visibleRightEdge, ellipsisWidth, foundBox);
1293 visibleRightEdge -= box->logicalWidth();
H A DInlineTextBox.cpp234 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, bool& foundBox) argument
242 float ellipsisX = flowIsLTR ? visibleRightEdge - ellipsisWidth : visibleLeftEdge + ellipsisWidth;
267 int visibleBoxWidth = visibleRightEdge - visibleLeftEdge - ellipsisWidth;

Completed in 85 milliseconds