Searched refs:ALI_ROW (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-multi.c | 45 #define ALI_ROW(y) (y * 96 + 64) 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 …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-invalid.c | 34 #define ALI_ROW(y) (y * 80 + 56) macro 318 (f32)ALI_ROW(y), in DrawTick() 455 DEMOPrintf((s16)ALI_COL(i), (s16)(ALI_ROW(0)-16), 0, "[CACHE%d]", i); in MyDrawCaption() 461 (s16)(ALI_ROW(j)+68), 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()
|