Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 26) sorted by relevance

12

/CTR-SDK-4.2.8-20130828/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()
Dgd_Memory.h195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect()
/CTR-SDK-4.2.8-20130828/include/nn/hid/CTR/
Dhid_DeviceStatus.h120 s16 y; member
149 u16 y; member
163 s16 y; member
176 f32 y; member
190 nn::math::VEC3 y; member
Dhid_ExtraPadReader.h389 … ExtraPadReader::NormalizeExtraStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y ) in NormalizeExtraStickWithScale()
/CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Viewport.h96 s32 y; variable
Dgr_BindSymbol.h214 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
312 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
Dgr_Scissor.h145 s32 y; variable
Dgr_Utility.h310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS()
430 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Triangular.h269 NN_MATH_INLINE f32 NN_fAtan2(f32 y, f32 x) { return ::std::atan2f(y, x); } in NN_fAtan2()
366 NN_MATH_INLINE f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad()
416 NN_MATH_INLINE f32 Atan2Deg(f32 y, f32 x) { return NN_MATH_FIDX_TO_DEG(Atan2FIdx(y, x)); } in Atan2Deg()
Dmath_Arithmetic.h240 FMod(f32 x, f32 y) in FMod()
255 FModf(f32 x, f32* y) in FModf()
595 inline u32 DistBit(u32 x, u32 y) { return CntBit1(x ^ y); } in DistBit()
Dmath_Utility.h287 inline T DivUp(T x, T y) in DivUp()
Dmath_Quaternion.h222 f32 y; // member
Dmath_Vector4.h208 f32 y; // member
Dmath_Vector2.h198 f32 y; // member
/CTR-SDK-4.2.8-20130828/sources/libraries/math/
Dmath_Arithmetic.cpp668 int p, y; in IExp() local
693 u32 y; in ILog10() local
721 unsigned int y; in CntLz_() local
Dmath_Triangular.cpp599 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx()
756 u16 Atan2Idx(f32 y, f32 x) in Atan2Idx()
Dmath_Equation.cpp345 f32 m, n, y; in SolveEquation4() local
/CTR-SDK-4.2.8-20130828/include/nn/font/CTR/
Dfont_CharWriter.h372 f32 y in SetCursor()
387 f32 y, in SetCursor()
437 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
Dfont_RectDrawerCommand.h97 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
132 #define NN_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument
/CTR-SDK-4.2.8-20130828/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h47 } y; member
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp216 for( s32 y = 0; y < FONT_WIDTH; y++ ) in PutChar() local
261 for( s32 y = 0; y < size.x; y++ ) in Clear() local
/CTR-SDK-4.2.8-20130828/include/nn/fnd/
Dfnd_TimeSpan.h288 static s64 MultiplyRightShift(const s64 x, const s64 y) in MultiplyRightShift()
/CTR-SDK-4.2.8-20130828/include/nn/gx/CTR/
Dgx_MacroFragment.h88 #define PICA_CMD_DATA_FRAG_LIGHT_POSITION_XY(x, y) \ argument
92 #define PICA_CMD_DATA_FRAG_LIGHT_SPOT_XY(x, y) \ argument
Dgx_MacroMisc.h453 #define PICA_CMD_DATA_VIEWPORT_XY(x, y) ( (x) | (y) << 16 ) argument
824 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument
830 #define PICA_CMD_DATA_SCISSOR_SIZE( x, y ) \ argument
Dgx_MacroShader.h179 #define PICA_CMD_DATA_VS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument
687 #define PICA_CMD_DATA_GS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument

12