Lines Matching refs:ymin
56 float ymin = -.5F, ymax = .5F; variable
474 ymin = -xmax; in AnimTick()
481 ymin = -xmax; in AnimTick()
560 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
563 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust()
578 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust()
581 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust()
584 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
587 GXPosition3f32(xmax, ymin, -nnear); //n1 in DrawFrust()
590 GXPosition3f32(xmax * t, ymin * t, -ffar); //f1 in DrawFrust()
593 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust()
608 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
619 MTXLightFrustum(proj, ymin, ymax, xmin, xmax, nnear, in TextureLightInit()