Searched refs:mVpHeight (Results 1 – 4 of 4) sorted by relevance
42 mVpHeight = other.mVpHeight; in operator =()70 mVpHeight = height; in setViewport()78 mVpHeight = height; in setViewport()216 float aspect = float(mVpWidth)/float(mVpHeight); in updateProjectionMatrix()257 Vector3f a(2.*uv.x()/float(mVpWidth)-1., 2.*uv.y()/float(mVpHeight)-1., 1.); in unProject()
55 inline uint vpHeight(void) const { return mVpHeight; } in vpHeight()100 uint mVpWidth, mVpHeight; variable
22 mVpWidth = mVpHeight = 0; in GpuHelper()
104 int mVpWidth, mVpHeight; variable