Home
last modified time | relevance | path

Searched refs:anchorPoint_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp239 …ction().itemPositionToCoordinate(QDoubleVector2D(x(), y()) + QDoubleVector2D(anchorPoint_), false); in geometryChanged()
310 if (anchorPoint == anchorPoint_) in setAnchorPoint()
312 anchorPoint_ = anchorPoint; in setAnchorPoint()
319 return anchorPoint_; in anchorPoint()
429 matrix_->setMatrix(p.quickItemTransformation(coordinate(), anchorPoint_, zoomLevel_)); in updatePolish()
441 …matrix_->setMatrix(p.quickItemTransformation(coordinate(), anchorPoint_, map()->cameraData().zoomL… in updatePolish()
446 setPositionOnMap(coordinate(), anchorPoint_); in updatePolish()
455 setPositionOnMap(coordinate(), anchorPoint_); in updatePolish()
H A Dqdeclarativegeomapquickitem_p.h124 QPointF anchorPoint_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp21 PlacedSymbol(Point<float> anchorPoint_, uint16_t segment_, float lowerSize_, float upperSize_, in PlacedSymbol() argument
23 anchorPoint(anchorPoint_), segment(segment_), lowerSize(lowerSize_), upperSize(upperSize_), in PlacedSymbol()