Searched refs:relativeRect (Results 1 – 1 of 1) sorted by relevance
1711 IntRect relativeRect; in getRelativeMarkerRect() local1717 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height()); in getRelativeMarkerRect()1727 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth); in getRelativeMarkerRect()1813 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height()); in getRelativeMarkerRect()1817 relativeRect = relativeRect.transposedRect(); in getRelativeMarkerRect()1818 relativeRect.setX(width() - relativeRect.x() - relativeRect.width()); in getRelativeMarkerRect()1821 return relativeRect; in getRelativeMarkerRect()