HomeSort by relevance Sort by last modified time
    Searched defs:blockRightEdge (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 751 int blockRightEdge = destBlock->rightOffset(lastVisibleLine->y(), false);
754 int blockEdge = ltr ? blockRightEdge : blockLeftEdge;
761 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, ltr, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 72 milliseconds