Home
last modified time | relevance | path

Searched defs:height (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-2.4.0/include/nn/gr/CTR/
Dgr_FrameBuffer.h86 s32 height; variable
140 s32 height; variable
199 s32 height; variable
Dgr_Viewport.h107 u32 height; variable
Dgr_Texture.h56 u16 height; variable
Dgr_Scissor.h155 u32 height; variable
/CTR-SDK-2.4.0/include/nn/gd/CTR/
Dgd_Rasterizer.h102 … Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport()
120 void Set(u32 x, u32 y, u32 width, u32 height){ in Set()
/CTR-SDK-2.4.0/include/nn/camera/CTR/
Dcamera_Api.h244 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines()
263 inline s16 GetMaxLines( s16 width, s16 height ) in GetMaxLines()
281 inline void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ) in SetTransferBytes()
307 inline size_t GetMaxBytes( s16 width, s16 height ) in GetMaxBytes()
328 inline size_t GetFrameBytes( s16 width, s16 height ) in GetFrameBytes()
700 …:Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 height ) in SetAutoExposureWindow()
717 …ult SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 height ) in SetAutoWhiteBalanceWindow()
Dcamera_Types.h312 s16 height; // member
/CTR-SDK-2.4.0/tools/FontConverter/xlor/
Dletter-order.dtd24 <!ATTLIST area height CDATA #IMPLIED> attribute
/CTR-SDK-2.4.0/include/nn/font/
Dfont_Font.h43 u16 height; // member
121 u8 height; // member
Dfont_ResourceFormat.h302 u8 height; // Font height member
/CTR-SDK-2.4.0/include/nn/font/CTR/
Dfont_RectDrawerCommand.h62 u16 height; // member
97 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
/CTR-SDK-2.4.0/include/nn/tpl/CTR/
Dtpl_PackagerType.h71 unsigned short height; // member
/CTR-SDK-2.4.0/include/nn/y2r/CTR/
Dy2r_Api.h438 inline size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ) in GetOutputImageSize()
/CTR-SDK-2.4.0/include/nn/gx/CTR/
Dgx_MacroMisc.h110 #define PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ) \ argument
440 #define PICA_CMD_DATA_VIEWPORT_HEIGHT(height) (height) argument
Dgx_MacroOld.h240 #define PICA_CMD_DATA_RENDER_BUF_RESOLUTION( width, height ) ( (width) | (height) << 12 | 0x0100000… argument
513 #define PICA_CMD_DATA_TEX_SIZE( width, height ) \ argument
Dgx_MacroTexture.h757 #define PICA_CMD_DATA_TEXTURE_SIZE( width, height ) \ argument