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

  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 752 int blockLeftEdge = destBlock->leftOffset(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 25 milliseconds