Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp430 const QDoubleVector2D anchorScaled = QDoubleVector2D(anchorPoint.x(), anchorPoint.y()) * scale; in quickItemTransformation() local
431 const QDoubleVector2D anchorMercator = anchorScaled / mapWidth(); in quickItemTransformation()