Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp97 double fromY = fromMercator->m_mercatorY; in q_coordinateShortestInterpolator() local
117 double y = fromY + (toY - fromY) * progress; in q_coordinateShortestInterpolator()
134 double fromY = fromMercator->m_mercatorY; in q_coordinateWestInterpolator() local
143 double y = fromY + (toY - fromY) * progress; in q_coordinateWestInterpolator()
164 double fromY = fromMercator->m_mercatorY; in q_coordinateEastInterpolator() local
173 double y = fromY + (toY - fromY) * progress; in q_coordinateEastInterpolator()