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

  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 276 IntRect ellipsisRect(ltr ? blockEdge - ellipsisWidth : blockEdge, 0, ellipsisWidth, 10);
277 return !(boxRect.intersects(ellipsisRect));
RenderText.cpp 388 IntRect ellipsisRect = (option == ClipToEllipsis) ? ellipsisRectForBox(box, 0, textLength()) : IntRect();
389 if (!ellipsisRect.isEmpty()) {
391 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x());
393 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y());
    [all...]

Completed in 1406 milliseconds