Searched refs:mVpWidth (Results 1 – 4 of 4) sorted by relevance
41 mVpWidth = other.mVpWidth; in operator =()69 mVpWidth = width; in setViewport()77 mVpWidth = width; 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()
54 inline uint vpWidth(void) const { return mVpWidth; } in vpWidth()100 uint mVpWidth, mVpHeight; variable
22 mVpWidth = mVpHeight = 0; in GpuHelper()
104 int mVpWidth, mVpHeight; variable