| /CTR-SDK-2.4.0/sources/libraries/gr/CTR/ |
| D | gr_FrameBuffer.cpp | 89 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ); in MakeCommand() 95 *command++ = PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ); in MakeCommand() 109 width( 240 ), height( 400 ), in ColorBuffer() 123 width( 240 ), height( 400 ), in DepthStencilBuffer() 135 width( 240 ), height( 400 ) in FrameBuffer() 171 colorByteSize = colorBuffer.width * colorBuffer.height * 4; in MakeClearRequest() 183 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest() 192 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest() 202 colorByteSize = colorBuffer.width * colorBuffer.height * 2; in MakeClearRequest() 224 depthByteSize = depthStencilBuffer.width * depthStencilBuffer.height * 4; in MakeClearRequest() [all …]
|
| D | gr_Viewport.cpp | 29 u32 width24 = Float32ToFloat24( width / 2.f ); in MakeCommand() 30 u32 width31 = Float32ToFloat31( 2.f / width ) << 1; in MakeCommand()
|
| D | gr_Scissor.cpp | 27 s32 temp_width = x + width - 1; in MakeCommand()
|
| /CTR-SDK-2.4.0/sources/libraries/tpl/CTR/ |
| D | tpl_crc32.cpp | 117 const void *_base, unsigned int num, unsigned int width, unsigned int crc) in search_crc32_index() argument 126 unsigned int k = *(const unsigned int *)(base + (width * c)); in search_crc32_index() 134 unsigned int kk = *(const unsigned int *)(base + (width * (c - 1))); in search_crc32_index() 192 const void *_base, unsigned int num, unsigned int width, unsigned int crc, in search_crc32_data() argument 199 int t = search_crc32_index(_base, num, width, crc); in search_crc32_data() 207 const unsigned int *k = (const unsigned int *)(base + (width * t)); in search_crc32_data()
|
| D | tpl_crc32.h | 52 const void *base, unsigned int num, unsigned int width, unsigned int crc); 75 const void *base, unsigned int num, unsigned int width, unsigned int crc,
|
| /CTR-SDK-2.4.0/include/nn/gr/CTR/ |
| D | gr_Viewport.h | 42 width( 240 ), in Viewport() 58 width( width_ ), in Viewport() 85 x = x_; y = y_; width = width_; height = height_; in Set() 102 u32 width; variable
|
| D | gr_Scissor.h | 41 width( 240 ), in Scissor() 63 width( width_ ), in Scissor() 116 x = x_; y = y_; width = width_; height = height_; in Set() 150 u32 width; variable
|
| D | gr_FrameBuffer.h | 81 s32 width; variable 135 s32 width; variable 194 s32 width; variable
|
| /CTR-SDK-2.4.0/documents/applet/api/css/ |
| D | button.css | 22 border-width : 1pt; 25 width : 100%; 41 border-width : 1px; 55 border-width : 1px;
|
| D | contents.css | 28 border-width : 1px 0 0 0; 45 border-width : 1px; 60 border-width : 1px; 107 border-width : 1px; 130 width : 60px; 142 border-width : 1px 2px 2px 1px;
|
| D | main.css | 125 border-width : 3px; 139 border-width : 0px 0px 2px 8px; 151 border-width : 0pt; 207 border-width : 0px; 219 border-width : 1px;
|
| D | page.css | 31 border-width : 3px; 44 border-width : 0px 0px 2px 8px; 57 border-width : 0px 0px 2px 0px; 67 width : 95%; 92 width : 20%; 313 width: auto; 333 width: auto;
|
| D | manpage.css | 30 border-width : 3px; 43 border-width : 0px 0px 2px 8px; 56 border-width : 0px 0px 2px 0px; 66 width : 95%; 91 width : 20%; 315 width: auto; 335 width: auto;
|
| /CTR-SDK-2.4.0/include/nn/camera/CTR/ |
| D | camera_Api.h | 46 void SetTransferLines( Port port, s16 lines, s16 width, s16 height ); 47 s16 GetMaxLines( s16 width, s16 height ); 48 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ); 50 size_t GetMaxBytes( s16 width, s16 height ); 67 …nn::Result SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 … 75 …nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 heig… 76 …lt SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 height ); 244 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines() argument 246 detail::SetTransferLines(port, lines, width, height); in SetTransferLines() 263 inline s16 GetMaxLines( s16 width, s16 height ) in GetMaxLines() argument [all …]
|
| D | camera_Camera.h | 123 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); 124 static nn::Result GetMaxLines( s16* pLines, s16 width, s16 height ); 125 …static nn::Result SetTransferBytes( nn::camera::CTR::Port port, size_t bytes, s16 width, s16 heigh… 127 static nn::Result GetMaxBytes( size_t* pBytes, s16 width, s16 height ); 144 …static nn::Result SetDetailSize( nn::camera::CTR::CameraSelect camera, s16 width, s16 height, s16 … 152 …osureWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 height ); 153 …lanceWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 height );
|
| /CTR-SDK-2.4.0/documents/api/css/ |
| D | button.css | 22 border-width : 1pt; 25 width : 100%; 41 border-width : 1px; 55 border-width : 1px;
|
| D | contents.css | 30 border-width : 1px 0 0 0; 47 border-width : 1px; 62 border-width : 1px; 109 border-width : 1px; 132 width : 60px; 144 border-width : 1px 2px 2px 1px;
|
| D | main.css | 125 border-width : 3px; 139 border-width : 0px 0px 2px 8px; 151 border-width : 0pt; 207 border-width : 0px; 219 border-width : 1px;
|
| D | page.css | 31 border-width : 3px; 44 border-width : 0px 0px 2px 8px; 57 border-width : 0px 0px 2px 0px; 67 width : 95%; 92 width : 20%; 313 width: auto; 333 width: auto;
|
| D | manpage.css | 30 border-width : 3px; 43 border-width : 0px 0px 2px 8px; 56 border-width : 0px 0px 2px 0px; 66 width : 95%; 91 width : 20%; 315 width: auto; 335 width: auto;
|
| /CTR-SDK-2.4.0/include/nn/font/CTR/ |
| D | font_RectDrawerCommand.h | 61 u16 width; // member 97 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument 98 nn::util::Float24::Float32ToBits24( (width) / 2.0f ), \ 100 nn::util::Float31::Float32ToBits31( 2.0f / (width) ) << 1, \ 135 NN_FONT_CMD_SCISSOR_VAL( x, (cbSz).width ) \ 137 NN_FONT_CMD_SCISSOR_VAL( (x) + (w) - 1, (cbSz).width ) \ 152 ((cbSz).width - 1) | ((cbSz).height - 1) << 16
|
| /CTR-SDK-2.4.0/include/nn/gd/CTR/ |
| D | gd_Rasterizer.h | 102 … Viewport(u32 x, u32 y, u32 width, u32 height): m_X(x), m_Y(y), m_Width(width), m_Height(height) {} in Viewport() argument 120 void Set(u32 x, u32 y, u32 width, u32 height){ in Set() argument 123 m_Width = width; in Set()
|
| /CTR-SDK-2.4.0/include/nn/util/ |
| D | util_Rect.h | 126 void SetWidth(f32 width) { right = left + width; } in SetWidth() 171 void SetOriginAndSize(f32 x, f32 y, f32 width, f32 height ) in SetOriginAndSize() 174 right = x + width; in SetOriginAndSize()
|
| /CTR-SDK-2.4.0/documents/css/ |
| D | manpage.css | 25 border-bottom-width : 5px; 42 border-width : 0px 0px 2px 8px; 69 border-width : 0px 0px 2px 0px; 79 width : 95%; 104 width : 20%; 323 width: auto; 343 width: auto;
|
| /CTR-SDK-2.4.0/include/nn/tpl/CTR/ |
| D | tpl_PackagerType.h | 70 unsigned short width; // member
|