Home
last modified time | relevance | path

Searched refs:heightValid (Results 1 – 25 of 87) sorted by relevance

1234

/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dutil.cpp109 bool widthValid, heightValid; in svgAspectRatio() local
111 const auto height = parts.at(3).toDouble(&heightValid); in svgAspectRatio()
112 if (!widthValid || !heightValid || height == 0.0f || width == 0.0f) { in svgAspectRatio()
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquicktextfield.cpp196 …if (((!p->heightValid || !extra.isAllocated() || !extra->hasBackgroundHeight) && qFuzzyIsNull(back… in resizeBackground()
198 const bool wasHeightValid = p->heightValid; in resizeBackground()
202 p->heightValid = false; in resizeBackground()
406 if (p->heightValid || extra.isAllocated()) in itemGeometryChanged()
407 extra.value().hasBackgroundHeight = p->heightValid; in itemGeometryChanged()
514 if (p->widthValid || p->heightValid) { in setBackground()
516 d->extra.value().hasBackgroundHeight = p->heightValid; in setBackground()
H A Dqquickstackelement.cpp98 if (!heightValid) in ~QQuickStackElement()
200 if (!(heightValid = p->heightValid)) in initialize()
H A Dqquicklabel.cpp157 …if (((!p->heightValid || !extra.isAllocated() || !extra->hasBackgroundHeight) && qFuzzyIsNull(back… in resizeBackground()
315 extra.value().hasBackgroundHeight = p->heightValid; in itemGeometryChanged()
416 if (p->widthValid || p->heightValid) { in setBackground()
418 d->extra.value().hasBackgroundHeight = p->heightValid; in setBackground()
H A Dqquickstackelement_p_p.h94 bool heightValid = false; variable
H A Dqquicktabbar.cpp184 if (!p->heightValid) { in updateLayout()
186 p->heightValid = false; in updateLayout()
H A Dqquicktextarea.cpp236 …if (((!p->heightValid || !extra.isAllocated() || !extra->hasBackgroundHeight) && qFuzzyIsNull(back… in resizeBackground()
459 extra.value().hasBackgroundHeight = p->heightValid; in itemGeometryChanged()
651 if (p->widthValid || p->heightValid) { in setBackground()
653 d->extra.value().hasBackgroundHeight = p->heightValid; in setBackground()
H A Dqquickcontrol.cpp388 …if (((!p->heightValid || !extra.isAllocated() || !extra->hasBackgroundHeight) && qFuzzyIsNull(back… in resizeBackground()
932 extra.value().hasBackgroundHeight = p->heightValid; in itemGeometryChanged()
1629 if (p->widthValid || p->heightValid) { in setBackground()
1631 d->extra.value().hasBackgroundHeight = p->heightValid; in setBackground()
H A Dqquickapplicationwindow.cpp217 if (!p->heightValid && qFuzzyIsNull(background->y())) { in relayout()
219 p->heightValid = false; in relayout()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativeimage.cpp398 qreal h = heightValid() ? height() : d->pix.height(); in updatePaintedGeometry()
407 if (widthValid() && !heightValid()) { in updatePaintedGeometry()
412 if (heightValid() && !widthValid()) { in updatePaintedGeometry()
H A Dqdeclarativeloader.cpp111 itemHeightValid = p->heightValid; in initResize()
537 if (loaderGeometryChanged && q->heightValid()) in _q_updateSize()
546 if (loaderGeometryChanged && q->heightValid()) in _q_updateSize()
H A Dqdeclarativeitem.cpp3471 heightValid = true; in setHeight()
3490 heightValid = false; in resetHeight()
3560 if (d->mHeight == h || heightValid()) { in setImplicitHeight()
3581 bool QDeclarativeItem::heightValid() const in heightValid() function in QDeclarativeItem
3584 return d->heightValid; in heightValid()
3591 d->heightValid = true; in setSize()
H A Dqdeclarativeitem_p.h127 widthValid(false), heightValid(false), in Q_DECLARE_PUBLIC()
281 bool heightValid:1; variable
H A Dqdeclarativeitem.h179 bool heightValid() const; // ### better name?
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktext.cpp339 if (q->heightValid()) { in updateBaseline()
703 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
710 heightExceeded = q->heightValid() && availableHeight() <= 0.; in setupTextLayout()
751 qreal maxHeight = q->heightValid() ? availableHeight() : FLT_MAX; in setupTextLayout()
760 && (q->heightValid() || (maximumLineCountValid && canWrap)); in setupTextLayout()
955 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
969 maxHeight = q->heightValid() ? availHeight : FLT_MAX; in setupTextLayout()
1017 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
1022 maxHeight = q->heightValid() ? availableHeight() : FLT_MAX; in setupTextLayout()
2700 if (d->fontSizeMode() != FixedSize && (widthValid() || heightValid())) { in setMinimumPixelSize()
[all …]
H A Dqquickloader.cpp164 return q->heightValid() ? item->implicitHeight() : item->height(); in getImplicitHeight()
656 if (heightValid && !QQuickItemPrivate::get(item)->heightValid) in setInitialState()
930 const bool needToUpdateHeight = loaderGeometryChanged && q->heightValid(); in _q_updateSize()
H A Dqquickimage.cpp593 const qreal h = heightValid() ? height() : pixHeight; in updatePaintedGeometry()
602 const qreal iHeight = (widthValid() && !heightValid()) ? d->paintedHeight : pixHeight; in updatePaintedGeometry()
603 const qreal iWidth = (heightValid() && !widthValid()) ? d->paintedWidth : pixWidth; in updatePaintedGeometry()
H A Dqquickitem.cpp3152 , heightValid(false) in QQuickItemPrivate()
6873 d->heightValid = true; in setHeight()
6889 d->heightValid = false; in resetHeight()
6923 if (d->height == h || heightValid()) { in setImplicitHeight()
6926 if (d->height == h || heightValid()) in setImplicitHeight()
6963 if (d->height == h || heightValid()) { in setImplicitSize()
6966 hDone = d->height == h || heightValid(); in setImplicitSize()
6993 bool QQuickItem::heightValid() const in heightValid() function in QQuickItem
6996 return d->heightValid; in heightValid()
7024 d->heightValid = true; in setSize()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktext.cpp339 if (q->heightValid()) { in updateBaseline()
703 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
710 heightExceeded = q->heightValid() && availableHeight() <= 0.; in setupTextLayout()
751 qreal maxHeight = q->heightValid() ? availableHeight() : FLT_MAX; in setupTextLayout()
760 && (q->heightValid() || (maximumLineCountValid && canWrap)); in setupTextLayout()
955 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
969 maxHeight = q->heightValid() ? availHeight : FLT_MAX; in setupTextLayout()
1017 && (q->heightValid() || maximumLineCountValid); in setupTextLayout()
1022 maxHeight = q->heightValid() ? availableHeight() : FLT_MAX; in setupTextLayout()
2700 if (d->fontSizeMode() != FixedSize && (widthValid() || heightValid())) { in setMinimumPixelSize()
[all …]
H A Dqquickloader.cpp164 return q->heightValid() ? item->implicitHeight() : item->height(); in getImplicitHeight()
656 if (heightValid && !QQuickItemPrivate::get(item)->heightValid) in setInitialState()
930 const bool needToUpdateHeight = loaderGeometryChanged && q->heightValid(); in _q_updateSize()
H A Dqquickimage.cpp593 const qreal h = heightValid() ? height() : pixHeight; in updatePaintedGeometry()
602 const qreal iHeight = (widthValid() && !heightValid()) ? d->paintedHeight : pixHeight; in updatePaintedGeometry()
603 const qreal iWidth = (heightValid() && !widthValid()) ? d->paintedWidth : pixWidth; in updatePaintedGeometry()
/dports/editors/calligra/calligra-3.2.1/components/
H A DImageDataItem.cpp76 float h = heightValid() ? height() : d->data.height(); in updatePaintNode()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgqcanvas/
H A Dfgqcanvasimage.cpp100 if (!widthValid() || !heightValid()) { in boundingRect()
/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/
H A Dquickimplicitbindingdependencyprovider.cpp152 if (!itemPriv->heightValid) { in implicitSizeDependencies()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Ddelegaterecycler.cpp373 const bool needToUpdateHeight = !m_heightFromItem && parentResized && heightValid(); in updateSize()

1234