Home
last modified time | relevance | path

Searched refs:nTop (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2/include/revolution/
DG2D.h114 extern void G2DSetViewport( u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight );
/RvlSDK-3.2/include/
DG2D.h111 extern void G2DSetViewport( u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight );
/RvlSDK-3.2/build/libraries/G2D/src/
DG2D.c936 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()