Home | History | Annotate | Download | only in rendering

Lines Matching refs:blockRightEdge

935         int blockRightEdge = destBlock->logicalRightOffsetForLine(lastVisibleLine->y(), false);
938 int blockEdge = leftToRight ? blockRightEdge : blockLeftEdge;
943 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, leftToRight, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);