Searched refs:vpWidth (Results 1 – 4 of 4) sorted by relevance
42 if ((p2.x() >= 0) && (p2.x() <= int(mpCamera->vpWidth())) && in mapToSphere()45 double x = (double)(p2.x() - 0.5*mpCamera->vpWidth()) / (double)mpCamera->vpWidth(); in mapToSphere()
54 inline uint vpWidth(void) const { return mVpWidth; } in vpWidth() function
240 glViewport(vpX(), vpY(), vpWidth(), vpHeight()); in activateGL()
406 float dx = float(e->x() - mMouseCoords.x()) / float(mCamera.vpWidth()); in mouseMoveEvent()