Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp438 float xdiffpct = diff.x() / m_screenSize.width(); in setupCamera() local
442 float l = -halfWidth + (2 * halfWidth) * xdiffpct; in setupCamera()
443 float r = halfWidth + (2 * halfWidth) * xdiffpct; in setupCamera()
H A Dqgeocameratiles.cpp326 double xdiffpct = diff.x() / m_screenSize.width(); in createFrustum() local
329 double wn = (2 * hwn) * xdiffpct; in createFrustum()
331 double wf = (2 * hwf) * xdiffpct; in createFrustum()
H A Dqgeoprojection.cpp84 qreal xdiffpct = diff.x() / qMax<double>(screenSize.width() - 1, 1); in marginsOffset() local
87 return QPointF(-xdiffpct, -ydiffpct); in marginsOffset()