Lines Matching refs:ymax
56 float ymin = -.5F, ymax = .5F; variable
475 ymax = xmax; in AnimTick()
482 ymax = xmax; in AnimTick()
566 GXPosition3f32(xmax, ymax, -nnear); //n2 in DrawFrust()
569 GXPosition3f32(xmin, ymax, -nnear); //n3 in DrawFrust()
572 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
575 GXPosition3f32(xmax * t, ymax * t, -ffar); //f2 in DrawFrust()
596 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
599 GXPosition3f32(xmax * t, ymax * t, -ffar); //f2 in DrawFrust()
602 GXPosition3f32(xmax, ymax, -nnear); //n2 in DrawFrust()
605 GXPosition3f32(xmin, ymax, -nnear); //n3 in DrawFrust()
619 MTXLightFrustum(proj, ymin, ymax, xmin, xmax, nnear, in TextureLightInit()