Home
last modified time | relevance | path

Searched refs:SetScale (Results 1 – 14 of 14) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h253 void SetScale( in SetScale() function
266 void SetScale(f32 hvScale) in SetScale() function
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmModel.h61 void SetScale( f32 x, f32 y, f32 z );
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmModel.cpp99 SmModel::SetScale( f32 x, f32 y, f32 z ) in SetScale() function in __anon0ab8b7d40111::SmModel
105 transformNode->Transform().SetScale( x, y, z ); in SetScale()
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp111 SetScale(1, 1); // m_Scale in CharWriter()
179 SetScale( in SetFontSize()
191 SetScale(scale); in SetFontSize()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_TransformAnimEvaluator.cpp245 result->SetScale(originalTransform->scale); in EvaluateMemberBakedAnim()
353 target->SetScale(originalValue->scale); in ResetNoAnimMember()
Dgfx_TransformAnimBlendOp.cpp282 dst->SetScale(src->Scale()); in OverrideTransform()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_CalculatedTransform.h278 void SetScale(const math::VEC3& scale) in SetScale() function
287 void SetScale(f32 fx, f32 fy, f32 fz) in SetScale() function
Dgfx_TransformNode.h264 m_Transform.SetScale(resultScale);
/NW4C-2.0.3/include/nw/demo/
Ddemo_Particle.h154 void SetScale(f32 x, f32 y, f32 z) in SetScale() function
156 this->Transform().SetScale(x, y, z); in SetScale()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Pane.h314 void SetScale(const math::VEC2& value) in SetScale() function
/NW4C-2.0.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp387 … s_PaticleNode->GetParticleModel(i)->Transform().SetScale( 1.f + fsin, 1.f + fsin, 1.f + fsin ); in UpdateParticleScaleDemo()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp274 coordinator.SetScale(scale); in SetValue()
/NW4C-2.0.3/demos/gfx/SceneTreeDemo/sources/
DSceneTreeDemo.cpp438 model->Transform().SetScale(radian, radian, radian); in UpdateScene()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResMaterial.h1197 void SetScale(const nw::math::VEC2& scale) in SetScale() function