Home | History | Annotate | Download | only in rendering

Lines Matching refs:blockRightEdge

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);