| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.cpp | 124 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 D | symbol_projection.hpp | 57 const Point<float>& anchorPoint,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_feature.cpp | 35 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 D | check_max_angle.cpp | 24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle() local 25 GeometryCoordinate &p = anchorPoint; in checkMaxAngle()
|
| H A D | collision_feature.hpp | 97 void bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint,
|
| H A D | collision_index.cpp | 108 const auto tileUnitAnchorPoint = symbol.anchorPoint; in placeLineFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapquickitem_p.h | 77 Q_PROPERTY(QPointF anchorPoint READ anchorPoint WRITE setAnchorPoint NOTIFY anchorPointChanged) 93 void setAnchorPoint(const QPointF &anchorPoint); 94 QPointF anchorPoint() const;
|
| H A D | qdeclarativegeomapquickitem.cpp | 308 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 D | qgeoprojection_p.h | 108 …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 D | qgeoprojection.cpp | 102 …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 D | qgeomap.cpp | 125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint() argument 128 QGeoCoordinate newCenter = geoProjection().anchorCoordinateToPoint(coordinate, anchorPoint); in anchorCoordinateToPoint()
|
| H A D | qgeomap_p.h | 154 …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 D | symbol_bucket.hpp | 23 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 D | symbol_program.hpp | 77 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 D | Plane.qml | 61 anchorPoint.x: image.width/2 62 anchorPoint.y: image.height/2
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/ |
| H A D | places_map.qml | 119 anchorPoint.x: image.width * 0.5 120 anchorPoint.y: image.height
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | Marker.qml | 62 anchorPoint.x: image.width/4 63 anchorPoint.y: image.height
|
| H A D | MapComponent.qml | 363 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2) 375 …anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/ |
| H A D | MapComponent.qml | 185 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2) 197 …anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_item.qml | 259 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 D | places.qml | 477 anchorPoint.x: image.width * 0.28 478 anchorPoint.y: image.height
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 127 anchorPoint: Qt.point(e1.width * 0.5, e1.height + slideIn)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 706 Property { name: "anchorPoint"; type: "QPointF" }
|