Lines Matching refs:resProjectionUpdater
115 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateCamera() local
118 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
119 resProjectionUpdater.SetFar(farClip); in CreateCamera()
120 resProjectionUpdater.SetFovy(fovyRadian); in CreateCamera()
169 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateAimCamera() local
172 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
173 resProjectionUpdater.SetFar(farClip); in CreateAimCamera()
174 resProjectionUpdater.SetFovy(fovyRadian); in CreateAimCamera()
224 nw::gfx::ResFrustumProjectionUpdater resProjectionUpdater = in CreateFrustumCamera() local
227 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
228 resProjectionUpdater.SetFar(farClip); in CreateFrustumCamera()
229 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateFrustumCamera()
232 resProjectionUpdater.SetRect(rect); in CreateFrustumCamera()
282 nw::gfx::ResOrthoProjectionUpdater resProjectionUpdater = in CreateOrthoCamera() local
285 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
286 resProjectionUpdater.SetFar(farClip); in CreateOrthoCamera()
287 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateOrthoCamera()
290 resProjectionUpdater.SetRect(rect); in CreateOrthoCamera()