Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Rasterizer.h46 class Viewport
85 Viewport(): m_X(0), m_Y(0), m_Width(0), m_Height(0) {} in Viewport() function
102Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport() function
203 static void SetViewport(Viewport& viewport);
259 static void SetScissor(Viewport& area);
/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Viewport.h33 class Viewport
39 Viewport( void ) : in Viewport() function
55 Viewport( s32 x_, s32 y_, u32 width_, u32 height_ ) : in Viewport() function
/CTR-SDK-2.4.0/sources/libraries/gr/CTR/
Dgr_Viewport.cpp26 bit32* Viewport::MakeCommand( bit32* command ) const in MakeCommand()