Searched refs:ymax (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-project.c | 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() [all …]
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 78 s32 ymax; member 296 sc->ymax = 0; in DrawInit() 358 sc->ymax = GetCoordGenMax() * 48 - 400; in DrawTick() 432 Clamp(sc->ypos, 0, sc->ymax); in AnimTick()
|