Searched refs:nTop (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2/include/revolution/ |
| D | G2D.h | 114 extern void G2DSetViewport( u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight );
|
| /RvlSDK-3.2/include/ |
| D | G2D.h | 111 extern void G2DSetViewport( u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight );
|
| /RvlSDK-3.2/build/libraries/G2D/src/ |
| D | G2D.c | 936 void G2DSetViewport( u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight ) in G2DSetViewport() argument 940 glob.nViewportTlcY = nTop; in G2DSetViewport() 945 GXSetScissor(nLeft, nTop, nWidth, nHeight); in G2DSetViewport()
|