Home
last modified time | relevance | path

Searched refs:SetOrtho (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h662 void SetOrtho(
698 void SetOrtho(
713 void SetOrtho(
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp911 Camera::SetOrtho( in SetOrtho() function in nw::gfx::Camera
997 Camera::SetOrtho( in SetOrtho() function in nw::gfx::Camera
1003 SetOrtho(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetOrtho()
1017 Camera::SetOrtho( in SetOrtho() function in nw::gfx::Camera
1021 SetOrtho(viewport.GetBound(), viewport.GetDepthNear(), viewport.GetDepthFar()); in SetOrtho()