Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Rasterizer.h61 u32 m_Y; variable
85 Viewport(): m_X(0), m_Y(0), m_Width(0), m_Height(0) {} in Viewport()
102 … Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport()
122 m_Y = y; in Set()