Searched refs:layoutRect (Results 1 – 3 of 3) sorted by relevance
43 RenderOverflow(const IntRect& layoutRect, const IntRect& visualRect) in RenderOverflow() argument44 : m_minYLayoutOverflow(layoutRect.y()) in RenderOverflow()45 , m_maxYLayoutOverflow(layoutRect.maxY()) in RenderOverflow()46 , m_minXLayoutOverflow(layoutRect.x()) in RenderOverflow()47 , m_maxXLayoutOverflow(layoutRect.maxX()) in RenderOverflow()
361 QRect layoutRect = style->subElementRect(QStyle::SE_PushButtonLayoutItem, &option, 0); in inflateButtonRect() local362 if (!layoutRect.isNull()) { in inflateButtonRect()363 int paddingLeft = layoutRect.left() - originalRect.left(); in inflateButtonRect()364 int paddingRight = originalRect.right() - layoutRect.right(); in inflateButtonRect()365 int paddingTop = layoutRect.top() - originalRect.top(); in inflateButtonRect()366 int paddingBottom = originalRect.bottom() - layoutRect.bottom(); in inflateButtonRect()502 QRect layoutRect = style->subElementRect(QStyle::SE_PushButtonLayoutItem, in computeSizeBasedOnStyle() local507 if (!layoutRect.isNull()) in computeSizeBasedOnStyle()508 size.setHeight(layoutRect.height()); in computeSizeBasedOnStyle()614 QRect layoutRect = qStyle()->subElementRect(QStyle::SE_PushButtonLayoutItem, in setButtonPadding() local[all …]
35 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end method in NSView_IBViewProtocol