Home
last modified time | relevance | path

Searched defs:position (Results 1 – 16 of 16) sorted by relevance

/NW4C-2.0.3/sources/libraries/io/
Dio_FileStream.cpp106 s64 position = mPosition + offset; in Skip() local
129 s64 position = mPosition + offset; in Append() local
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp612 nw::math::VEC3 position(0.0f, 0.0f, 0.0f); in CalcCubeForm() local
771 nw::math::VEC3 position(0.0f, 0.0f, 0.0f); in CalcCylinderForm() local
879 nw::math::VEC3 position(0.0f, 0.0f, 0.0f); in CalcDiscForm() local
1025 nw::math::VEC3 position(0.0f, 0.0f, 0.0f); in CalcSphereForm() local
1118 nw::math::VEC3 position(0.0f, 0.0f, 0.0f); in CalcRectangleForm() local
Dgfx_RenderContext.cpp667 nw::math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateFragmentLight() local
709 nw::math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateFragmentLight() local
778 math::VEC4 position(light->Direction()); in ActivateVertexLight() local
788 math::VEC4 position = GetTranslate(light->WorldMatrix()); in ActivateVertexLight() local
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmCamera.h86 void SetPosition( nw::math::VEC3* position ) in SetPosition()
96 void SetPadCameraPosition( nw::math::VEC3* position ) in SetPadCameraPosition()
106 void GetPosition( nw::math::VEC3* position ) in GetPosition()
DSmPrimitive.h30 nw::math::VEC2 position; member
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DActor.cpp195 void Sound3DActor::SetPosition( const nw::math::VEC3& position ) in SetPosition()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneHelper.h109 math::VEC3 position; in CalculateDepth() local
Dgfx_Camera.h357 void SetPosition(const nw::math::VEC3& position) in SetPosition()
/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DManager.h71 math::VEC3 position; member
Dsnd_WaveSoundFile.h239 ut::ResF32 position; member
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp383 const math::VEC3& position = *reinterpret_cast<const math::VEC3*>(value); in SetValue() local
409 const math::VEC3& position = *reinterpret_cast<const math::VEC3*>(value); in SetValue() local
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js537 params = {position: 'absolute', top: 0, left: 0, width: '100%'}; property
551 _pub.updateObject(els.wrapper.style, {position: 'absolute', top: 0, left: 0, display: 'none'}); property
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmCamera.cpp507 nw::math::VEC3 position; in MoveCamera3D() local
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h444 f32 position[UNIFORM_ADDR_NUM][DRAW_VTX_NUM][4]; member
/NW4C-2.0.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp57 const nw::math::VEC3 position; member
/NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/
DFastCreateDemo.cpp114 nw::math::VEC3 position; member