Searched defs:anchorPoint (Results 1 – 7 of 7) sorted by relevance
35 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in CollisionFeature() local42 …id CollisionFeature::bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint, in bboxifyLabel()
24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle() local
308 void QDeclarativeGeoMapQuickItem::setAnchorPoint(const QPointF &anchorPoint) in setAnchorPoint()317 QPointF QDeclarativeGeoMapQuickItem::anchorPoint() const in anchorPoint() function in QDeclarativeGeoMapQuickItem
124 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
27 Point<float> anchorPoint; member in mbgl::PlacedSymbol
125 bool QGeoMap::anchorCoordinateToPoint(const QGeoCoordinate &coordinate, const QPointF &anchorPoint) in anchorCoordinateToPoint()
426 …tor::quickItemTransformation(const QGeoCoordinate &coordinate, const QPointF &anchorPoint, qreal z… in quickItemTransformation() argument