Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 64) sorted by relevance

123

/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h38 f32 top; //!< 矩形の上座標です。 member
55 top(0), in Rect()
71 top(t), in Rect()
82 top(v.top), in Rect()
111 f32 GetHeight() const { return bottom - top; } in GetHeight()
125 f32 GetY() const { return top; } in GetY()
139 void SetHeight(f32 height) { bottom = top + height; } in SetHeight()
152 top = y; in MoveTo()
165 top += dy; in Move()
181 top = y; in SetOriginAndSize()
[all …]
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dmanual.css36 margin-top : 20px;
49 margin-top : 0px;
52 border-top-width : 5px;
53 border-top-style : none;
54 border-top-color : #002266;
78 padding-top: 8px;
80 border-top-width : 1px;
83 border-top-style : none;
95 border-top-color : #C00;
101 margin-top :30px;
[all …]
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp46 void* top = nw::ut::AddOffsetToPtr( memory, 1 ); in AlignMemory_() local
47 top = nw::ut::RoundUp( top, align ); in AlignMemory_()
49 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( top, - 1 ) ); in AlignMemory_()
51 size_t offset = nw::ut::GetOffsetFromPtr( memory, top ); in AlignMemory_()
55 return top; in AlignMemory_()
Ddemo_Particle.cpp230 ParticleHandle* top = ParticleHandle::DynamicBuilder() in Allocate() local
235 top->SetID(this->m_NextId++); in Allocate()
250 top->RegisterParticleModel(model); in Allocate()
264 top->RegisterParticleEmitter(emitter); in Allocate()
278 top->AttachChild(node); in Allocate()
282 return top; in Allocate()
302 ParticleHandle* top = ParticleHandle::DynamicBuilder() in CreateMultiEmitterParticleHandle() local
307 top->SetID(this->m_NextId++); in CreateMultiEmitterParticleHandle()
322 top->RegisterParticleModel(model); in CreateMultiEmitterParticleHandle()
339 top->RegisterParticleEmitter(emitter); in CreateMultiEmitterParticleHandle()
[all …]
/NW4C-2.0.3/documents/CreativeStudio/html/assets/
Dcontents.css13 margin-top : 20px;
27 padding-top : 5px;
31 border-top-width : 0px;
34 border-top-style : solid;
37 border-top-color : #000080;
/NW4C-2.0.3/documents/3DEditor/html/common/
Dmain.css240 margin-top : 2em;
403 border-top-style: solid;
404 border-top-color: #000;
419 border-top-style: solid;
420 border-top-color: #000;
473 border-top-style: solid;
474 border-top-color: #000;
530 border-top-style: solid;
531 border-top-color: #fff;
555 margin-top : 15px;
[all …]
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRectCollision.h85 m_Collision.top += x; in AddXY()
104 m_Collision.top = -rect.top; in SetLytRect()
/NW4C-2.0.3/documents/EffectMaker/html/common/
Dmain.css240 margin-top : 2em;
403 border-top-style: solid;
404 border-top-color: #000;
419 border-top-style: solid;
420 border-top-color: #000;
473 border-top-style: solid;
474 border-top-color: #000;
530 border-top-style: solid;
531 border-top-color: #fff;
555 margin-top : 15px;
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FrustumProjectionUpdater.cpp102 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
111 top, in Update()
121 top, in Update()
Dgfx_OrthoProjectionUpdater.cpp105 float top = m_Resource.GetRect().GetCenter().y + halfHeight; in Update() local
116 top, in Update()
126 top, in Update()
Dgfx_Camera.cpp802 f32* top, in GetFrustum() argument
812 if (left && right && bottom && top) in GetFrustum()
827 if (top) in GetFrustum()
829 *top = rect.top; in GetFrustum()
848 f32 top, in SetFrustum() argument
858 resource.SetRectWithoutFlip(left, right, bottom, top); in SetFrustum()
869 f32* top, in GetOrtho() argument
879 if (left && right && bottom && top) in GetOrtho()
894 if (top) in GetOrtho()
896 *top = rect.top; in GetOrtho()
[all …]
/NW4C-2.0.3/documents/API/css/
Ddocument.css98 TH.top
257 border-top : solid 1px #aaf;
271 border-top : solid 1px #0f0;
285 border-top : solid 1px #aaf;
299 border-top : solid 1px #0f0;
313 border-top : solid 1px #ccc;
/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h184 pRect->top = writer.GetCursorY(); in CalcRect()
207 pRect->top = writer.GetCursorY(); in CalcRect()
208 pRect->bottom = pRect->top + writer.GetFontHeight(); in CalcRect()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetRenderPriority.mel588 -af $btn "top" 4
592 -af $field "top" 4
601 -ac $btn "top" 2 $lastBtn
605 -ac $field "top" 2 $lastBtn
1004 -af nw4cSetRenderPriority_DontCare "top" 8
1009 -ac nw4cSetRenderPriority_UseRenderPriority "top" 8 nw4cSetRenderPriority_DontCare
1014 -ac nw4cSetRenderPriority_RenderPriority "top" 4 nw4cSetRenderPriority_DontCare
1019 -ac nw4cSetRenderPriority_Description "top" 4 nw4cSetRenderPriority_RenderPriority
1055 -af nw4cSetRenderPriority_SearchDontCare "top" 8
1060 -ac nw4cSetRenderPriority_SearchUseRenderPriority "top" 10 nw4cSetRenderPriority_SearchDontCare
[all …]
DNW4C_ExpDialog.mel1538 // find top level node
3649 -af nw4cExpDialog_ProcessMode "top" 4
3653 -ac $sep1 "top" 4 nw4cExpDialog_ProcessMode
3658 -ac nw4cExpDialog_ExportTarget "top" 4 $sep1
3663 -ac nw4cExpDialog_OutFileName "top" 4 nw4cExpDialog_ExportTarget
3667 -ac nw4cExpDialog_SceneToOutFileName "top" 4 nw4cExpDialog_ExportTarget
3671 -ac nw4cExpDialog_NodeToOutFileName "top" 4 nw4cExpDialog_ExportTarget
3675 -ac $sep2 "top" 4 nw4cExpDialog_OutFileName
3680 -ac nw4cExpDialog_OutInterFile "top" 4 $sep2
3685 -ac nw4cExpDialog_OutFolder "top" 4 nw4cExpDialog_OutInterFile
[all …]
DNW4C_SetUserData.mel407 size(match("[^eE][+-]", $line)) > 0) // +/- is not at top or after E
613 -af $nameLabel "top" 8
618 -af nw4cSetUserData_DataName "top" 8
623 -ac nw4cSetUserData_DataType "top" 16 $nameLabel
628 -ac nw4cSetUserData_NumberLabel "top" 12 nw4cSetUserData_DataType
633 -ac nw4cSetUserData_Value "top" 0 nw4cSetUserData_NumberLabel
638 -an $okBtn "top"
643 -an $cancelBtn "top"
1004 -af $listBtnRow "top" 8
1009 -ac $listText "top" 8 $listBtnRow
[all …]
DNW4C_SetCombineGroup.mel500 -af nw4cSetCombineGroup_DontCare "top" 8
505 -ac nw4cSetCombineGroup_UseCombineGroup "top" 8 nw4cSetCombineGroup_DontCare
510 -ac nw4cSetCombineGroup_CombineGroup "top" 4 nw4cSetCombineGroup_DontCare
515 -ac nw4cSetCombineGroup_Description "top" 4 nw4cSetCombineGroup_CombineGroup
560 -af nw4cSetCombineGroup_SearchDontCare "top" 8
565 -ac nw4cSetCombineGroup_SearchUseCombineGroup "top" 10 nw4cSetCombineGroup_SearchDontCare
570 …-ac nw4cSetCombineGroup_SearchCompare "top" (4 + $afterMaya2011Adjust * 3) nw4cSetCombineGroup_Sea…
575 -ac nw4cSetCombineGroup_SearchCombineGroup "top" 4 nw4cSetCombineGroup_SearchDontCare
600 -af $closeBtn "top" 0
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp413 pRect->top = math::Min(0.0f, lineFeed); in CalcLineRectImpl()
472 pRect->top = math::Min(pRect->top, rect.top); in CalcLineRectImpl()
567 pRect->top = 0; in CalcStringRectImpl()
579 pRect->top = math::Min(pRect->top, rect.top); in CalcStringRectImpl()
819 textHeight = textRect.top + textRect.bottom; in AdjustCursor()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp131 layoutRect.top, // right in SetupCamera()
162 (layoutRect.top + layoutRect.bottom) / 2 in GetCursorPosition()
172 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLayout.cpp40 rect.top = -rect.top; in GetRect()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h553 f32* top,
575 f32 top,
644 f32* top,
666 f32 top,
/NW4C-2.0.3/documents/LayoutEditor/html/css/
Dmanpage.css225 margin-top : 2em;
376 border-top-style: solid;
377 border-top-color: #fff;
430 border-top-style: solid;
431 border-top-color: #fff;
/NW4C-2.0.3/documents/EffectMaker/html/css/
Dmanpage.css232 margin-top : 2em;
390 border-top-style: solid;
391 border-top-color: #fff;
444 border-top-style: solid;
445 border-top-color: #fff;
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp140 layoutRect.top, // right in SetupCamera()
171 (layoutRect.top + layoutRect.bottom) / 2 in GetCursorPosition()
181 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp181 layoutRect.top, // right in SetupCamera()
212 (layoutRect.top + layoutRect.bottom) / 2 in GetCursorPosition()
222 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()

123