Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 14 of 14) sorted by relevance

/CTR-SDK-4.2.5/include/nn/hid/CTR/
Dhid_ExtraPadReader.h394 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/
Dgr_FragmentLight.h269 void SetDistAttnScaleBias( const f32 scale, const f32 bias ) in SetDistAttnScaleBias()
582 PicaDataFragLightEnvLutScale scale; variable
Dgr_Combiner.h86 PicaDataTexEnvScale scale; member
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Transform.h32 VEC2 scale; member
39 VEC3 scale; member
Dmath_Vector2.h441 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()
Dmath_Vector3.h473 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()
Dmath_Quaternion.h404 inline QUAT* QUATScale(QUAT* pOut, const QUAT& q, f32 scale) { return QUATScale( pOut, &q, scale );… in QUATScale()
Dmath_Vector4.h455 inline VEC4* VEC4Scale(VEC4* pOut, const VEC4& v, f32 scale) { return VEC4Scale( pOut, &v, scale); } in VEC4Scale()
Dmath_Matrix23.h386 self_type& SetupScale(const MTX23& matrix, const VEC2& scale) in SetupScale()
Dmath_Matrix44.h675 self_type& SetupScale(const VEC3& scale) { return *MTX44Scale(this, &scale); } in SetupScale()
Dmath_Matrix34.h736 self_type& SetupScale(const VEC3& scale) { return *MTX34Scale(this, &scale); } in SetupScale()
/CTR-SDK-4.2.5/include/nn/camera/CTR/
Dcamera_CalibrationTypes.h50 f32 scale; member
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Utils.h333 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/
Dgx_MacroFragment.h113 #define PICA_CMD_DATA_FRAG_LIGHT_DIST_ATTN_SCALE(scale) ( scale ) argument