Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 11 of 11) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/
Dfont_CharStrmReader.h66 void Set(const char* stream) in Set() function
79 void Set(const wchar_t* stream) in Set() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Viewport.h71 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
Dgr_Scissor.h114 void Set( s32 x_, s32 y_, u32 width_, u32 height_ ) in Set() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_SizedEnum.h43 void Set(EnumT e) { m_EnumValue = static_cast<EnumT>(e); } in Set() function
Dutil_FlagsEnum.h49 void Set(EnumT e) { m_FlagsValue |= e; } in Set() function
Dutil_Color.h470 void Set(SelfType color) in Set() function
983 void Set(const SelfType& color) { operator =(color); } in Set() function
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp33 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
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
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Vector3.h214 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
Dmath_Geometry.h155 LINE3::Set(const SEGMENT3* S) in Set() function
428 void Set(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in Set() function
Dmath_Vector4.h214 void Set(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in Set() function
Dmath_Vector2.h190 void Set(f32 fx, f32 fy) { x = fx; y = fy; } in Set() function