Home
last modified time | relevance | path

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

/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() argument
126 auto dynamicVertex = SymbolDynamicLayoutAttributes::vertex(anchorPoint, angle); in addDynamicAttributes()
238 const Point<float>& anchorPoint, in placeFirstAndLastGlyph() argument
251 …longLine(fontScale * firstGlyphOffset, lineOffsetX, lineOffsetY, flip, anchorPoint, tileAnchorPoin… in placeFirstAndLastGlyph()
255 …AlongLine(fontScale * lastGlyphOffset, lineOffsetX, lineOffsetY, flip, anchorPoint, tileAnchorPoin… in placeFirstAndLastGlyph()
302 …ontScale, lineOffsetX, lineOffsetY, flip, projectedAnchorPoint, symbol.anchorPoint, symbol, labelP… in placeGlyphsAlongLine()
321 …ontScale, lineOffsetX, lineOffsetY, flip, projectedAnchorPoint, symbol.anchorPoint, symbol.segment… in placeGlyphsAlongLine()
329 const Point<float> a = project(symbol.anchorPoint, posMatrix).first; in placeGlyphsAlongLine()
337 projectTruncatedLineSegment(symbol.anchorPoint,tileSegmentEnd, a, 1, posMatrix); in placeGlyphsAlongLine()
345 …hOffsetX, lineOffsetX, lineOffsetY, flip, projectedAnchorPoint, symbol.anchorPoint, symbol.segment, in placeGlyphsAlongLine()
[all …]
H A Dsymbol_projection.hpp57 const Point<float>& anchorPoint,
/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
36 bboxifyLabel(line, anchorPoint, anchor.segment, length, height, overscaling); in CollisionFeature()
42 …id CollisionFeature::bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint, in bboxifyLabel() argument
62 GeometryCoordinate &p = anchorPoint; in bboxifyLabel()
136 …boxes.emplace_back(boxAnchor, boxAnchor - convertPoint<float>(anchorPoint), -boxSize / 2, -boxSize… in bboxifyLabel()
H A Dcheck_max_angle.cpp24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle() local
25 GeometryCoordinate &p = anchorPoint; in checkMaxAngle()
H A Dcollision_feature.hpp97 void bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint,
H A Dcollision_index.cpp108 const auto tileUnitAnchorPoint = symbol.anchorPoint; in placeLineFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem_p.h77 Q_PROPERTY(QPointF anchorPoint READ anchorPoint WRITE setAnchorPoint NOTIFY anchorPointChanged)
93 void setAnchorPoint(const QPointF &anchorPoint);
94 QPointF anchorPoint() const;
H A Dqdeclarativegeomapquickitem.cpp308 void QDeclarativeGeoMapQuickItem::setAnchorPoint(const QPointF &anchorPoint) in setAnchorPoint() argument
310 if (anchorPoint == anchorPoint_) in setAnchorPoint()
312 anchorPoint_ = anchorPoint; in setAnchorPoint()
317 QPointF QDeclarativeGeoMapQuickItem::anchorPoint() const in anchorPoint() function in QDeclarativeGeoMapQuickItem
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection_p.h108 …dinate anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) const;
153 …chorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) const override;
174 …QMatrix4x4 quickItemTransformation(const QGeoCoordinate &coordinate, const QPointF &anchorPoint, q…
H A Dqgeoprojection.cpp102 …ection::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) const in anchorCoordinateToPoint()
105 Q_UNUSED(anchorPoint); in anchorCoordinateToPoint()
139 …rcator::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) const in anchorCoordinateToPoint()
145 QDoubleVector2D anchorProj = itemPositionToWrappedMapProjection(QDoubleVector2D(anchorPoint)); in anchorCoordinateToPoint()
426 …ickItemTransformation(const QGeoCoordinate &coordinate, const QPointF &anchorPoint, qreal zoomLeve… in quickItemTransformation() argument
430 const QDoubleVector2D anchorScaled = QDoubleVector2D(anchorPoint.x(), anchorPoint.y()) * scale; in quickItemTransformation()
H A Dqgeomap.cpp125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint() argument
128 QGeoCoordinate newCenter = geoProjection().anchorCoordinateToPoint(coordinate, anchorPoint); in anchorCoordinateToPoint()
H A Dqgeomap_p.h154 …virtual bool anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp23 anchorPoint(anchorPoint_), segment(segment_), lowerSize(lowerSize_), upperSize(upperSize_), in PlacedSymbol()
27 Point<float> anchorPoint; member in mbgl::PlacedSymbol
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp77 static Vertex vertex(Point<float> anchorPoint, float labelAngle) { in vertex()
80 anchorPoint.x, in vertex()
81 anchorPoint.y, in vertex()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/
H A DPlane.qml61 anchorPoint.x: image.width/2
62 anchorPoint.y: image.height/2
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/
H A Dplaces_map.qml119 anchorPoint.x: image.width * 0.5
120 anchorPoint.y: image.height
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMarker.qml62 anchorPoint.x: image.width/4
63 anchorPoint.y: image.height
H A DMapComponent.qml363 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2)
375anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMapComponent.qml185 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2)
197anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item.qml259 preMapQuickItem.anchorPoint = Qt.point(0,0)
582 preMapQuickItem.anchorPoint = Qt.point(39, 3)
584 preMapQuickItem.anchorPoint = Qt.point(39, 3)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml477 anchorPoint.x: image.width * 0.28
478 anchorPoint.y: image.height
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Dmain.qml127 anchorPoint: Qt.point(e1.width * 0.5, e1.height + slideIn)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes706 Property { name: "anchorPoint"; type: "QPointF" }