Home
last modified time | relevance | path

Searched defs:anchorPoint (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.cpp35 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in CollisionFeature() local
42 …id CollisionFeature::bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint, in bboxifyLabel()
H A Dcheck_max_angle.cpp24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp308 void QDeclarativeGeoMapQuickItem::setAnchorPoint(const QPointF &anchorPoint) in setAnchorPoint()
317 QPointF QDeclarativeGeoMapQuickItem::anchorPoint() const in anchorPoint() function in QDeclarativeGeoMapQuickItem
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_projection.cpp124 void addDynamicAttributes(const Point<float>& anchorPoint, const float angle, in addDynamicAttributes()
238 const Point<float>& anchorPoint, in placeFirstAndLastGlyph()
412 … const Point<float> anchorPoint = project(placedSymbol.anchorPoint, labelPlaneMatrix).first; in reprojectLineLabels() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp27 Point<float> anchorPoint; member in mbgl::PlacedSymbol
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap.cpp125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint()
H A Dqgeoprojection.cpp426 …tor::quickItemTransformation(const QGeoCoordinate &coordinate, const QPointF &anchorPoint, qreal z… in quickItemTransformation() argument