Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_Viewport.h55 Viewport( s32 x_, s32 y_, u32 width_, u32 height_ ) : in Viewport() argument
58 width( width_ ), in Viewport()
83 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() argument
85 x = x_; y = y_; width = width_; height = height_; in Set()
Dgr_Scissor.h59 …Scissor( bool isEnable_, s32 x_, s32 y_, u32 width_, u32 height_, s32 bufferWidth_, s32 bufferHeig… in Scissor() argument
63 width( width_ ), in Scissor()
114 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() argument
116 x = x_; y = y_; width = width_; height = height_; in Set()