Home
last modified time | relevance | path

Searched defs:Viewport (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Viewport.h38 Viewport( void ) : in Viewport() function
54 Viewport( s32 x_, s32 y_, u32 width_, u32 height_ ) : in Viewport() function
/CTR-SDK-4.2.8-20130828/include/nn/gd/CTR/
Dgd_Rasterizer.h85 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