Lines Matching refs:boundingRect

596     QRect boundingRect = region2QRect( controlRegion );  in getNativeControlRegion()  local
597 QRect contentRect = boundingRect; in getNativeControlRegion()
613 boundingRect.adjust( -size, -size, size, size ); in getNativeControlRegion()
629 if( boundingRect.height() < nMinHeight ) in getNativeControlRegion()
631 int delta = nMinHeight - boundingRect.height(); in getNativeControlRegion()
632 boundingRect.adjust( 0, 0, 0, delta ); in getNativeControlRegion()
634 contentRect = boundingRect; in getNativeControlRegion()
657 boundingRect = contentRect; in getNativeControlRegion()
685 boundingRect = contentRect; in getNativeControlRegion()
702 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
724 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
726 boundingRect = QRect(); in getNativeControlRegion()
733 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
734 boundingRect = QRect(); in getNativeControlRegion()
741 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
785 contentRect = QRect(boundingRect.left(), boundingRect.top(), w, h); in getNativeControlRegion()
792 boundingRect = contentRect; in getNativeControlRegion()
802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion()
803 boundingRect = contentRect; in getNativeControlRegion()
808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion()
809 boundingRect = contentRect; in getNativeControlRegion()
890 Point aBPoint( boundingRect.x(), boundingRect.y() );
891 Size aBSize( boundingRect.width(), boundingRect.height() );