| /CTR-SDK-0.14.21/include/nn/util/ |
| D | util_SizedEnum.h | 38 SizedEnum(EnumT e) { Set(e); } in SizedEnum() 41 Self& operator =(EnumT e) { Set(e); return *this; } 43 void Set(EnumT e) { m_EnumValue = static_cast<EnumT>(e); } in Set() function
|
| D | util_Color.h | 453 void Set( 470 void Set(SelfType color) in Set() function 648 this->Set( 665 this->Set( vec.x, vec.y, vec.z, vec.w ); 945 void Set( 966 void Set( 983 void Set(const SelfType& color) { operator =(color); } in Set() function
|
| D | util_FlagsEnum.h | 47 void Set(EnumT e) { m_FlagsValue |= e; } in Set() function
|
| /CTR-SDK-0.14.21/include/nn/math/ |
| D | math_Geometry.h | 91 void Set(const SEGMENT3* S); 155 LINE3::Set(const SEGMENT3* S) in Set() function 184 void Set(const VEC3* arrayPoint, unsigned int numPoints); 214 Set(&P0, &P1, &P2); in PLANE() 235 void Set(const VEC3* P0, const VEC3* P1, const VEC3* P2); 291 void Set(const VEC3* arrayPoint, unsigned int numPoints); 292 void Set(const AABB* box, const MTX34* M); 373 Set(fovyRad, aspect, n, f, camera); in FRUSTUM() 389 Set(top, bottom, left, right, n, f, camera); in FRUSTUM() 417 void Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera); [all …]
|
| D | math_Vector3.h | 214 void Set(f32 fx, f32 fy, f32 fz) { x = fx; y = fy; z = fz; } in Set() function 217 void Set(const self_type& value) { x = value.x; y = value.y; z = value.z; } in Set() function
|
| D | math_Vector4.h | 214 void Set(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in Set() function
|
| D | math_Vector2.h | 190 void Set(f32 fx, f32 fy) { x = fx; y = fy; } in Set() function
|
| /CTR-SDK-0.14.21/include/nn/font/ |
| D | font_CharStrmReader.h | 66 void Set(const char* stream) in Set() function 79 void Set(const wchar_t* stream) in Set() function
|
| D | font_Font.h | 54 void Set( 64 Set(0, NULL, NULL, FONT_SHEET_FORMAT_A8, 0, 0); in Reset()
|
| /CTR-SDK-0.14.21/include/nn/gr/CTR/ |
| D | gr_Viewport.h | 71 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
|
| D | gr_Scissor.h | 72 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
|
| /CTR-SDK-0.14.21/sources/libraries/math/ |
| D | math_Geometry.cpp | 33 PLANE::Set(const VEC3* P0, const VEC3* P1, const VEC3* P2) in Set() function in nn::math::PLANE 56 AABB::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set() function in nn::math::AABB 81 AABB::Set(const AABB* box, const MTX34* M) in Set() function in nn::math::AABB 147 SPHERE::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set() function in nn::math::SPHERE 150 tmp.Set(arrayPoint, numPoints); in Set() 164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set() function in nn::math::FRUSTUM 206 leftPlane.Set(&P0, &P[3], &P[0]); in Set() 207 rightPlane.Set(&P0, &P[1], &P[2]); in Set() 208 topPlane.Set(&P0, &P[0], &P[1]); in Set() 209 bottomPlane.Set(&P0, &P[2], &P[3]); in Set() [all …]
|