Searched refs:relativeRect (Results 1 – 1 of 1) sorted by relevance
1582 IntRect relativeRect; in getRelativeMarkerRect() local1588 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height()); in getRelativeMarkerRect()1598 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth); in getRelativeMarkerRect()1684 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height()); in getRelativeMarkerRect()1688 relativeRect = relativeRect.transposedRect(); in getRelativeMarkerRect()1689 relativeRect.setX(width() - relativeRect.x() - relativeRect.width()); in getRelativeMarkerRect()1692 return relativeRect; in getRelativeMarkerRect()