Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Particle.cpp230 ParticleHandle* top = ParticleHandle::DynamicBuilder() in Allocate() local
302 ParticleHandle* top = ParticleHandle::DynamicBuilder() in CreateMultiEmitterParticleHandle() local
Ddemo_Memory.cpp46 void* top = nw::ut::AddOffsetToPtr( memory, 1 ); in AlignMemory_() local
Ddemo_GraphicsDrawing.cpp673 const f32 top = 0.f; in SendShapeMatrix() local
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FrustumProjectionUpdater.cpp102 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
Dgfx_OrthoProjectionUpdater.cpp105 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
Dgfx_Camera.cpp802 f32* top, in GetFrustum()
848 f32 top, in SetFrustum()
869 f32* top, in GetOrtho()
915 f32 top, in SetOrtho()
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js92 …_pub.updateObject(els.wrapper.style, {display: 'block', visibility: 'hidden', left: 0, top: 0, hei… property
286 _pub.updateObject(obj.style, {top: y + 'px', left: x + 'px'}); property
537 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/include/nw/ut/
Dut_Rect.h38 f32 top; //!< 矩形の上座標です。 member
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h339 ut::Color8 top, in SetTextColor()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp440 const int top = (LINE_HEIGHT - FONT_HEIGHT) / 2; in DrawString() local