Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OrthoProjectionUpdater.cpp103 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
Dgfx_FrustumProjectionUpdater.cpp100 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
Dgfx_Camera.cpp601 f32* top, in GetFrustum()
647 f32 top, in SetFrustum()
668 f32* top, in GetOrtho()
714 f32 top, in SetOrtho()
/NW4C-1.2.23/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-1.2.23/include/nw/ut/
Dut_Rect.h36 f32 top; //!< 矩形の上座標です。 member
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Memory.cpp44 void* top = nw::ut::AddOffsetToPtr( memory, 1 ); in AlignMemory_() local
Ddemo_Particle.cpp212 ParticleNode* top = ParticleNode::DynamicBuilder() in Allocate() local
Ddemo_GraphicsDrawing.cpp220 const f32 top = 0.f; in SendMatrix() local
/NW4C-1.2.23/include/nw/lyt/
Dlyt_TextBox.h337 ut::Color8 top, in SetTextColor()