Home
last modified time | relevance | path

Searched refs:adjustedConstraint (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/graphicsview/
H A Dqgraphicslayoutitem.cpp193 QSizeF adjustedConstraint = constraint; in effectiveSizeHints() local
200 if (adjustedConstraint.width() >= 0) in effectiveSizeHints()
201 adjustedConstraint.setWidth( qBound( hintsWithoutConstraint[Qt::MinimumSize].width(), in effectiveSizeHints()
202 adjustedConstraint.width(), in effectiveSizeHints()
204 if (adjustedConstraint.height() >= 0) in effectiveSizeHints()
205 adjustedConstraint.setHeight( qBound( hintsWithoutConstraint[Qt::MinimumSize].height(), in effectiveSizeHints()
206 adjustedConstraint.height(), in effectiveSizeHints()
209 if (!sizeHintWithConstraintCacheDirty && adjustedConstraint == cachedConstraint) in effectiveSizeHints()
219 sizeHintCache[i] = adjustedConstraint; in effectiveSizeHints()
254 cachedConstraint = adjustedConstraint; in effectiveSizeHints()