Lines Matching refs:xmin
55 float xmin = -.5F, xmax = .5F; variable
476 xmin = -xmax; in AnimTick()
483 xmin = -xmax; in AnimTick()
560 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
569 GXPosition3f32(xmin, ymax, -nnear); //n3 in DrawFrust()
572 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
581 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust()
584 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
593 GXPosition3f32(xmin * t, ymin * t, -ffar); //f0 in DrawFrust()
596 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
605 GXPosition3f32(xmin, ymax, -nnear); //n3 in DrawFrust()
608 GXPosition3f32(xmin, ymin, -nnear); //n0 in DrawFrust()
619 MTXLightFrustum(proj, ymin, ymax, xmin, xmax, nnear, in TextureLightInit()