Lines Matching refs:resProjectionUpdater
91 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateCamera() local
94 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
95 resProjectionUpdater.SetFar(farClip); in CreateCamera()
96 resProjectionUpdater.SetFovy(fovyRadian); in CreateCamera()
145 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateAimCamera() local
148 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
149 resProjectionUpdater.SetFar(farClip); in CreateAimCamera()
150 resProjectionUpdater.SetFovy(fovyRadian); in CreateAimCamera()
200 nw::gfx::ResFrustumProjectionUpdater resProjectionUpdater = in CreateFrustumCamera() local
203 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
204 resProjectionUpdater.SetFar(farClip); in CreateFrustumCamera()
205 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateFrustumCamera()
208 resProjectionUpdater.SetRect(rect); in CreateFrustumCamera()
258 nw::gfx::ResOrthoProjectionUpdater resProjectionUpdater = in CreateOrthoCamera() local
261 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
262 resProjectionUpdater.SetFar(farClip); in CreateOrthoCamera()
263 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateOrthoCamera()
266 resProjectionUpdater.SetRect(rect); in CreateOrthoCamera()