Home
last modified time | relevance | path

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

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