Lines Matching refs:top
601 f32* top, in GetFrustum() argument
611 if (left && right && bottom && top) in GetFrustum()
626 if (top) in GetFrustum()
628 *top = rect.top; in GetFrustum()
647 f32 top, in SetFrustum() argument
657 resource.SetRect(left, right, bottom, top); in SetFrustum()
668 f32* top, in GetOrtho() argument
678 if (left && right && bottom && top) in GetOrtho()
693 if (top) in GetOrtho()
695 *top = rect.top; in GetOrtho()
714 f32 top, 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()