Searched defs:scale (Results 1 – 14 of 14) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/hid/CTR/ |
| D | hid_ExtraPadReader.h | 394 inline void ExtraPadReader::SetNormalizeExtraStickScaleSettings(f32 scale, s16 threshold) in SetNormalizeExtraStickScaleSettings() 399 inline void ExtraPadReader::GetNormalizeExtraStickScaleSettings(f32* scale, s16* threshold) const in GetNormalizeExtraStickScaleSettings()
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_FragmentLight.h | 269 void SetDistAttnScaleBias( const f32 scale, const f32 bias ) in SetDistAttnScaleBias() 582 PicaDataFragLightEnvLutScale scale; variable
|
| D | gr_Combiner.h | 86 PicaDataTexEnvScale scale; member
|
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Transform.h | 32 VEC2 scale; member 39 VEC3 scale; member
|
| D | math_Vector2.h | 441 VEC2Scale(VEC2* pOut, const VEC2* p, f32 scale) in VEC2Scale() 499 inline VEC2* VEC2Scale(VEC2* pOut, const VEC2& v, f32 scale) { return VEC2Scale(pOut, &v, scale); } in VEC2Scale()
|
| D | math_Vector3.h | 473 VEC3Scale(VEC3* pOut, const VEC3* p, f32 scale) in VEC3Scale() 572 inline VEC3* VEC3Scale(VEC3* pOut, const VEC3& v, f32 scale) { return VEC3Scale( pOut, &v, scale );… in VEC3Scale()
|
| D | math_Quaternion.h | 404 inline QUAT* QUATScale(QUAT* pOut, const QUAT& q, f32 scale) { return QUATScale( pOut, &q, scale );… in QUATScale()
|
| D | math_Vector4.h | 455 inline VEC4* VEC4Scale(VEC4* pOut, const VEC4& v, f32 scale) { return VEC4Scale( pOut, &v, scale); } in VEC4Scale()
|
| D | math_Matrix23.h | 386 self_type& SetupScale(const MTX23& matrix, const VEC2& scale) in SetupScale()
|
| D | math_Matrix44.h | 675 self_type& SetupScale(const VEC3& scale) { return *MTX44Scale(this, &scale); } in SetupScale()
|
| D | math_Matrix34.h | 736 self_type& SetupScale(const VEC3& scale) { return *MTX34Scale(this, &scale); } in SetupScale()
|
| /CTR-SDK-4.2.5/include/nn/camera/CTR/ |
| D | camera_CalibrationTypes.h | 50 f32 scale; member
|
| /CTR-SDK-4.2.5/include/nn/gd/CTR/ |
| D | gd_Utils.h | 333 NN_FORCE_INLINE void Utils::ConvertStartEndToScaleBias(f32 start, f32 end, f32& scale, f32& bias) in ConvertStartEndToScaleBias()
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroFragment.h | 113 #define PICA_CMD_DATA_FRAG_LIGHT_DIST_ATTN_SCALE(scale) ( scale ) argument
|