Searched refs:ALI_COL (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-multi.c | 46 #define ALI_COL(x) (x * 68 + 48) macro 497 GXPosition2s16((s16)(ALI_COL(i)+32), ALI_ROW(0)); in DrawLines() 498 GXPosition2s16((s16)(ALI_COL(i)+32), ALI_ROW(3)); in DrawLines() 500 GXPosition2s16((s16)(ALI_COL(i)+64), (s16)(ALI_ROW(3)+30)); in DrawLines() 501 GXPosition2s16((s16)(ALI_COL(i)+67), (s16)(ALI_ROW(3)+32)); in DrawLines() 503 GXPosition2s16((s16)(ALI_COL(i)+64), (s16)(ALI_ROW(3)+34)); in DrawLines() 504 GXPosition2s16((s16)(ALI_COL(i)+67), (s16)(ALI_ROW(3)+32)); in DrawLines() 537 MTXTrans(mt, (f32)ALI_COL(x), (f32)ALI_ROW(0), 0); in DrawTexMapPanels() 570 MTXTrans(mt, (f32)ALI_COL(x), (f32)ALI_ROW(1), 0); in DrawTexCoordPanels() 603 MTXTrans(mt, (f32)ALI_COL(x), (f32)ALI_ROW(2), 0); in DrawColorChanPanels() [all …]
|
| D | tev-one-op.c | 58 #define ALI_COL(x) (x * 80 + 48) macro 587 MTXTrans(mt, (f32)ALI_COL(i), 48.0F, 0.0F); in DrawColorInputs() 617 MTXTrans(mt, ALI_COL(0)+48, 176, 0.0F); in DrawMisc() 624 MTXTrans(mt, ALI_COL(4), 48.0F, 0.0F); in DrawMisc() 630 MTXTrans(mt, ALI_COL(5), 48.0F, 0.0F); in DrawMisc() 636 MTXTrans(mt, ALI_COL(6), 48.0F, 0.0F); in DrawMisc() 662 DEMOPuts((s16)ALI_COL(i), 32, 0, ArgNameStr[i]); in DrawCaption() 664 DEMOPuts(ALI_COL(6), 160, 0, ArgNameStr[NUM_PARAMETERS]); // Result in DrawCaption() 684 DEMOPrintf((s16)(ALI_COL(sc->cur)-8), 32, 0, "%c", 0x7F); in DrawCaption() 775 MTXTrans(mt, ALI_COL(6), 176.0F, 0.0F); in DrawResult()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-invalid.c | 35 #define ALI_COL(x) (x * 68 + 48) macro 317 (f32)ALI_COL(x), in DrawTick() 455 DEMOPrintf((s16)ALI_COL(i), (s16)(ALI_ROW(0)-16), 0, "[CACHE%d]", i); in MyDrawCaption() 460 (s16)(ALI_COL(i)+8), in MyDrawCaption() 468 DEMOPrintf((s16)ALI_COL(sc->curX), (s16)(ALI_ROW(sc->curY)+68), 0, "%c", 0x7F); in MyDrawCaption() 471 DEMOPrintf(ALI_COL(0), (s16)(ALI_ROW(3)+68), 0, "%s%s", InvTexAllStr, InvTexAllStr); in MyDrawCaption()
|