Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p_p.h442 m_poly.setPositionOnMap(m_geometry.origin(), -1 * m_geometry.sourceBoundingBox().topLeft() in updatePolish()
590 m_poly.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
591 m_poly.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
649 ….alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBoundingBox() : m_geometry.sourceBounding… in contains()
H A Dqdeclarativecirclemapitem_p_p.h367 m_circle.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
368 m_circle.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
426 ….alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBoundingBox() : m_geometry.sourceBounding… in contains()
H A Dqdeclarativerectanglemapitem_p_p.h334 m_rect.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
335 m_rect.setHeight(geom->sourceBoundingBox().height()); in updatePolish()
393 ….alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBoundingBox() : m_geometry.sourceBounding… in contains()
H A Dqdeclarativepolylinemapitem_p_p.h688 m_poly.setWidth(m_geometry.sourceBoundingBox().width() + borderWidth); in updatePolish()
689 m_poly.setHeight(m_geometry.sourceBoundingBox().height() + borderWidth); in updatePolish()
691 m_poly.setPositionOnMap(m_geometry.origin(), -1 * m_geometry.sourceBoundingBox().topLeft() in updatePolish()
799 m_poly.setWidth(m_geometry.sourceBoundingBox().width()); in updatePolish()
800 m_poly.setHeight(m_geometry.sourceBoundingBox().height()); in updatePolish()
H A Dqgeomapitemgeometry_p.h88 inline QRectF sourceBoundingBox() const { return sourceBounds_; } in sourceBoundingBox() function
H A Dqgeomapitemgeometry.cpp117 brects.addRect(g->sourceBoundingBox()); in translateToCommonOrigin()