Lines Matching refs:bottom
801 f32* bottom, in GetFrustum() argument
812 if (left && right && bottom && top) in GetFrustum()
823 if (bottom) in GetFrustum()
825 *bottom = rect.bottom; in GetFrustum()
847 f32 bottom, in SetFrustum() argument
858 resource.SetRectWithoutFlip(left, right, bottom, top); in SetFrustum()
868 f32* bottom, in GetOrtho() argument
879 if (left && right && bottom && top) in GetOrtho()
890 if (bottom) in GetOrtho()
892 *bottom = rect.bottom; in GetOrtho()
914 f32 bottom, in SetOrtho() argument
925 resource.SetRectWithoutFlip(left, right, bottom, top); in SetOrtho()
965 SetFrustum(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetFrustum()
1003 SetOrtho(rect.left, rect.right, rect.bottom, rect.top, nearClip, farClip); in SetOrtho()