Lines Matching refs:bottom
600 f32* bottom, in GetFrustum() argument
611 if (left && right && bottom && top) in GetFrustum()
622 if (bottom) in GetFrustum()
624 *bottom = rect.bottom; in GetFrustum()
646 f32 bottom, in SetFrustum() argument
657 resource.SetRect(left, right, bottom, top); in SetFrustum()
667 f32* bottom, in GetOrtho() argument
678 if (left && right && bottom && top) in GetOrtho()
689 if (bottom) in GetOrtho()
691 *bottom = rect.bottom; in GetOrtho()
713 f32 bottom, in SetOrtho() argument
724 resource.SetRect(left, right, bottom, top); in SetOrtho()
764 SetFrustum(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetFrustum()
802 SetOrtho(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetOrtho()