Lines Matching refs:offset
71 GXTexOffset offset; // texture offset for texture particles member
460 emMain.offset = GX_TO_ZERO; in Options()
467 emMain.offset = GX_TO_SIXTEENTH; in Options()
474 emMain.offset = GX_TO_EIGHTH; in Options()
481 emMain.offset = GX_TO_FOURTH; in Options()
488 emMain.offset = GX_TO_HALF; in Options()
495 emMain.offset = GX_TO_ONE; in Options()
502 emMain.offset = GX_TO_ONE; in Options()
509 emMain.offset = GX_TO_HALF; in Options()
516 emMain.offset = GX_TO_FOURTH; in Options()
523 emMain.offset = GX_TO_EIGHTH; in Options()
530 emMain.offset = GX_TO_SIXTEENTH; in Options()
1006 GXSetPointSize((u8)((prt->nSize + 200 - prt->nLifespan)*0.10), emMain.offset); in DrawParticles()
1010 GXSetPointSize((u8)((prt->nSize + prt->nLifespan)*0.10), emMain.offset); in DrawParticles()
1015 GXSetPointSize((u8)(prt->nSize*0.10), emMain.offset); in DrawParticles()