Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/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-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Viewport.h82 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-4.2.8-20130828/include/nn/util/
Dutil_SizedEnum.h92 void Set(EnumT e) { m_EnumValue = static_cast<EnumT>(e); } in Set() function
Dutil_FlagsEnum.h137 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-4.2.8-20130828/include/nn/gd/CTR/
Dgd_Rasterizer.h120 void Set(u32 x, u32 y, u32 width, u32 height){ in Set() function
/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Vector3.h404 void Set(f32 fx, f32 fy, f32 fz) { x = fx; y = fy; z = fz; } in Set() function
407 void Set(const self_type& value) { x = value.x; y = value.y; z = value.z; } in Set() function
Dmath_Vector4.h396 void Set(f32 fx, f32 fy, f32 fz, f32 fw) { x = fx; y = fy; z = fz; w = fw; } in Set() function
Dmath_Vector2.h370 void Set(f32 fx, f32 fy) { x = fx; y = fy; } in Set() function