Home
last modified time | relevance | path

Searched refs:ymax (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-project.c56 float ymin = -.5F, ymax = .5F; variable
458 ymax = xmax; in AnimTick()
465 ymax = xmax; in AnimTick()
549 GXPosition3f32(xmax, ymax, -nnear); //n2 in DrawFrust()
552 GXPosition3f32(xmin, ymax, -nnear); //n3 in DrawFrust()
555 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
558 GXPosition3f32(xmax * t, ymax * t, -ffar); //f2 in DrawFrust()
579 GXPosition3f32(xmin * t, ymax * t, -ffar); //f3 in DrawFrust()
582 GXPosition3f32(xmax * t, ymax * t, -ffar); //f2 in DrawFrust()
585 GXPosition3f32(xmax, ymax, -nnear); //n2 in DrawFrust()
[all …]
/RvlSDK-2.1/build/demos/gxdemo/src/Texture/
Dtex-tc-alloc.c78 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()