Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp439 float ydiffpct = -(diff.y() / m_screenSize.height()); in setupCamera() local
444 float t = halfHeight + (2 * halfHeight) * ydiffpct; in setupCamera()
445 float b = -halfHeight + (2 * halfHeight) * ydiffpct; in setupCamera()
H A Dqgeocameratiles.cpp327 double ydiffpct = -(diff.y() / m_screenSize.height()); in createFrustum() local
330 double hn = (2 * hhn) * ydiffpct; in createFrustum()
332 double hf = (2 * hhf) * ydiffpct; in createFrustum()
H A Dqgeoprojection.cpp85 qreal ydiffpct = diff.y() / qMax<double>(screenSize.height() - 1, 1); in marginsOffset() local
87 return QPointF(-xdiffpct, -ydiffpct); in marginsOffset()