Searched defs:visibleLeftEdge (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp1280 int visibleLeftEdge = blockLeftEdge; local
1284 int currResult = box->placeEllipsisBox(ltr, visibleLeftEdge, visibleRightEdge, ellipsisWidth, foundBox);
1289 visibleLeftEdge += 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 75 milliseconds