Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 28) sorted by relevance

12

/CTR-SDK-0.13.2/include/nn/gr/CTR/
Dgr_Viewport.h39 Viewport( void ) : x( 0 ), y( 0 ), width( 240 ), height( 320 ) {} in Viewport()
49 …s32 x_, s32 y_, u32 width_, u32 height_ ) : x( x_ ), y( y_ ), width( width_ ), height( height_ ) {} in Viewport()
73 x = x_; y = y_; width = width_; height = height_; in Set()
95 u32 height; variable
Dgr_Scissor.h37 …Scissor() : isEnable( true ), x( 0 ), y( 0 ), width( 240 ), height( 320 ), bufferWidth( 256 ), buf… in Scissor()
51 …: isEnable( isEnable_ ), x( x_ ), y( y_ ), width( width_ ), height( height_ ), bufferWidth( buffer… in Scissor()
74 x = x_; y = y_; width = width_; height = height_; in Set()
113 u32 height; variable
Dgr_Texture.h56 u16 height; variable
/CTR-SDK-0.13.2/include/nn/camera/CTR/
Dcamera_Api.h47 void SetTransferLines( Port port, s16 lines, s16 width, s16 height );
48 s16 GetMaxLines( s16 width, s16 height );
49 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height );
51 size_t GetMaxBytes( s16 width, s16 height );
68 …nn::Result SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 …
76 …Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 height );
77 …lt SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 height );
228 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines() argument
230 detail::SetTransferLines(port, lines, width, height); in SetTransferLines()
247 inline s16 GetMaxLines( s16 width, s16 height ) in GetMaxLines() argument
[all …]
Dcamera_Camera.h122 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height );
123 static nn::Result GetMaxLines( s16* pLines, s16 width, s16 height );
124 …tic nn::Result SetTransferBytes( nn::camera::CTR::Port port, size_t bytes, s16 width, s16 height );
126 static nn::Result GetMaxBytes( size_t* pBytes, s16 width, s16 height );
143 …sult SetDetailSize( nn::camera::CTR::CameraSelect camera, s16 width, s16 height, s16 cropX0, s16 c…
151 …osureWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 height );
152 …lanceWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 height );
/CTR-SDK-0.13.2/include/nn/font/CTR/
Dfont_RectDrawerCommand.h54 u16 height; //!< 高さ member
89 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
93 nn::util::Float24::Float32ToBits24( (height) / 2.0f ), \
94 nn::util::Float31::Float32ToBits31( 2.0f / (height) ) << 1, \
128 | NN_FONT_CMD_SCISSOR_VAL( y, (cbSz).height ) << 16, \
130 | NN_FONT_CMD_SCISSOR_VAL( (y) + (h) - 1, (cbSz).height ) << 16
144 ((cbSz).width - 1) | ((cbSz).height - 1) << 16
Dfont_CharWriter.h283 f32 height);
289 void SetFontSize(f32 height);
/CTR-SDK-0.13.2/include/nn/util/
Dutil_Rect.h133 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
171 void SetOriginAndSize(f32 x, f32 y, f32 width, f32 height ) in SetOriginAndSize()
176 bottom = y + height; in SetOriginAndSize()
/CTR-SDK-0.13.2/sources/libraries/gr/CTR/
Dgr_Viewport.cpp31 u32 height24 = Float32ToFloat24( height / 2.f ); in MakeCommand()
32 u32 height31 = Float32ToFloat31( 2.f / height ) << 1; in MakeCommand()
Dgr_Scissor.cpp28 s32 temp_height = y + height - 1; in MakeCommand()
Dgr_Texture.cpp37 *command++ = PICA_CMD_DATA_TEXTURE_SIZE( width, height ); in MakeCommand()
111 *command++ = PICA_CMD_DATA_TEXTURE_SIZE( width, height ); in MakeCommand()
156 *command++ = PICA_CMD_DATA_TEXTURE_SIZE( width, height ); in MakeCommand()
228 height( 0 ), in UnitBase()
/CTR-SDK-0.13.2/include/nn/font/
Dfont_Font.h43 u16 height; //!< 高さ member
60 u16 height);
116 u8 height; //!< セルの高さ member
/CTR-SDK-0.13.2/include/nn/tpl/CTR/
Dtpl_PackagerType.h71 unsigned short height; //!< 高さ member
/CTR-SDK-0.13.2/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp120 pTexInfo->height = texInfo->height; in GetTextureInfo()
/CTR-SDK-0.13.2/include/nn/gx/CTR/
Dgx_MacroMisc.h83 #define PICA_CMD_DATA_RENDER_BUFFER_RESOLUTION( width, height ) \ argument
85 (height - 1) << 12 | \
352 #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
514 ( (width) << 16 | (height) )
Dgx_CTR.h119 …erCommand(const GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format, GL…
151 … NNGX_APIENTRY nngxDisplaybufferStorage(GLenum format, GLsizei width, GLsizei height, GLenum area);
158 …erBlockImage(const GLvoid* srcaddr, GLvoid* dstaddr, GLsizei width, GLsizei height, GLenum format);
Dgx_MacroTexture.h585 #define PICA_CMD_DATA_TEXTURE_SIZE( width, height ) \ argument
586 ( (height) | (width) << 16 )
/CTR-SDK-0.13.2/tools/FontConverter/xlor/
Dletter-order.dtd24 <!ATTLIST area height CDATA #IMPLIED> attribute
/CTR-SDK-0.13.2/include/nn/y2r/CTR/
Dy2r_Api.h68 size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format );
438 inline size_t GetOutputImageSize( s16 lineWidth, s16 height, OutputFormat format ) in GetOutputImageSize() argument
440 return detail::GetOutputImageSize(lineWidth, height, format); in GetOutputImageSize()
/CTR-SDK-0.13.2/documents/api/css/
Dbutton.css26 height : 100%;
Dmain.css105 height : 4px;
228 line-height : 18px;
/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpEncoder.h131 …void SetThumbnailSize(u32 width, u32 height, PixelSampling dstPixelSampling = DEFAULT_THUMBNAIL_PI…
136 m_TemporarySetting.thumbnailHeight = height;
773 u32 height,
845 u32 height,
1601 u32 height,
1688 u32 height,
/CTR-SDK-0.13.2/include/gles2/
Dgl2.h528 …Lenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLs…
529 …GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
530 …arget, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
598 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
600 …IENTRY glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
602 GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
611 …Lenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLe…
646 GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height);
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Geometry.h316 CYLINDER(f32 radius, f32 height) in CYLINDER()
317 : r(radius), h(height) {} in CYLINDER()
338 CONE(f32 radius, f32 height) in CONE()
339 : r(radius), h(height) {} in CONE()

12