Lines Matching refs:resProjectionUpdater
113 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateCamera() local
116 resProjectionUpdater.SetNear(nearClip); in CreateCamera()
117 resProjectionUpdater.SetFar(farClip); in CreateCamera()
118 resProjectionUpdater.SetFovy(fovyRadian); in CreateCamera()
167 nw::gfx::ResPerspectiveProjectionUpdater resProjectionUpdater = in CreateAimCamera() local
170 resProjectionUpdater.SetNear(nearClip); in CreateAimCamera()
171 resProjectionUpdater.SetFar(farClip); in CreateAimCamera()
172 resProjectionUpdater.SetFovy(fovyRadian); in CreateAimCamera()
222 nw::gfx::ResFrustumProjectionUpdater resProjectionUpdater = in CreateFrustumCamera() local
225 resProjectionUpdater.SetNear(nearClip); in CreateFrustumCamera()
226 resProjectionUpdater.SetFar(farClip); in CreateFrustumCamera()
227 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateFrustumCamera()
230 resProjectionUpdater.SetRect(rect); in CreateFrustumCamera()
280 nw::gfx::ResOrthoProjectionUpdater resProjectionUpdater = in CreateOrthoCamera() local
283 resProjectionUpdater.SetNear(nearClip); in CreateOrthoCamera()
284 resProjectionUpdater.SetFar(farClip); in CreateOrthoCamera()
285 nw::gfx::ResProjectionRect rect = resProjectionUpdater.GetRect(); in CreateOrthoCamera()
288 resProjectionUpdater.SetRect(rect); in CreateOrthoCamera()