Home
last modified time | relevance | path

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

/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DGenericScanlineTextureMapper.cpp151 qreal northPoleX, northPoleY; in run() local
154 m_viewport->screenCoordinates(northPole, northPoleX, northPoleY, globeHidesNorthPole ); in run()
198 && northPoleY - ( n * 0.75 ) <= y in run()
199 && northPoleY + ( n * 0.75 ) >= y ) in run()
H A DSphericalScanlineTextureMapper.cpp155 const int northPoleY = imageHeight / 2 - (int)( radius * northPole.v[Q_Y] ); in run() local
206 && northPoleY - ( n * 0.75 ) <= y in run()
207 && northPoleY + ( n * 0.75 ) >= y ) in run()