Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem_p_p.h169 m_circle.setHeight(0); in updatePolish()
234 m_circle.setHeight(combined.height()); in updatePolish()
237 m_circle.setHeight(combined.height() + 2 * m_circle.m_border.width()); in updatePolish()
342 m_circle.setHeight(0); in updatePolish()
368 m_circle.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h135 m_rect.setHeight(0); in updatePolish()
179 m_rect.setHeight(combined.height() + 2 * m_rect.m_border.width()); in updatePolish()
309 m_rect.setHeight(0); in updatePolish()
335 m_rect.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
H A Dqdeclarativepolygonmapitem_p_p.h398 m_poly.setHeight(0); in updatePolish()
440 m_poly.setHeight(combined.height() + 2 * borderWidth); in updatePolish()
565 m_poly.setHeight(0); in updatePolish()
591 m_poly.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
H A Dqdeclarativegeomapitemgroup.cpp214 setHeight(m_quickMap->height()); in onMapSizeChanged()
H A Dqdeclarativepolylinemapitem_p_p.h676 m_poly.setHeight(0); in updatePolish()
689 m_poly.setHeight(m_geometry.sourceBoundingBox().height() + borderWidth); in updatePolish()
788 m_poly.setHeight(0); in updatePolish()
800 m_poly.setHeight(m_geometry.sourceBoundingBox().height()); in updatePolish()
H A Dlocationvaluetypehelper.cpp126 r.setHeight(value.property(QStringLiteral("height")).toNumber()); in parseRectangle()
H A Dqdeclarativegeomapquickitem.cpp420 setHeight(sourceItem_.data()->height()); in updatePolish()
H A Dqdeclarativepolygonmapitem.cpp598 sourceBounds_.setHeight(brect.height()); in updateQuickGeometry()
H A Dqdeclarativepolylinemapitem.cpp923 sourceBounds_.setHeight(brect.height() + strokeWidth); in updateQuickGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.h57 Q_PROPERTY(double height READ height WRITE setHeight)
96 void setHeight(double degreesHeight);
H A Dqgeorectangle.cpp228 setHeight(degreesHeight); in QGeoRectangle()
546 void QGeoRectangle::setHeight(double degreesHeight) in setHeight() function in QGeoRectangle
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/
H A Dmain.cpp60 view.setHeight(640); in main()
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/
H A D0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch63 - popupItem->setHeight(rect.height() / m_popupScale);
64 + popupItem->setHeight(rect.height() / scale);
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTVideoFrame.h50 void setHeight(const UINT32 height);
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0014-linuxfb-Support-rotate.patch62 + mGeometry.setHeight(tmp);
142 + geometry.setHeight(tmp);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotilefetcher_test.h88 rect.setHeight(250); in getTileImage()
H A Dqgeomappingmanagerengine_test.h110 rect.setHeight(250); in getTileImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp122 qgeoboundingboxcopy.setHeight(1); in viewport()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp96 m_rectangle.setHeight(30.0); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp629 box.setHeight(newHeight); in height()