Searched refs:root (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_PackedFont.cpp | 1035 OrderNode& root = GetRootNode(); in Init() local 1036 root.prevIndex = 0; in Init() 1037 root.nextIndex = static_cast<u16>(numOrderNode - 1); in Init() 1052 OrderNode& root = GetRootNode(); in Use() local 1053 OrderNode& first = GetNode(root.nextIndex); in Use() 1054 target.nextIndex = root.nextIndex; in Use() 1056 root.nextIndex = static_cast<u16>(index); in Use() 1074 OrderNode& root = GetRootNode(); in Unuse() local 1075 OrderNode& last = GetNode(root.prevIndex); in Unuse() 1076 target.prevIndex = root.prevIndex; in Unuse() [all …]
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_RuntimeTypeInfo.h | 49 #define NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(root) \ argument 50 const nw::ut::internal::RuntimeTypeInfo root::s_TypeInfo( NULL )
|
| /NW4C-2.0.3/demos/gfx/FastCreateDemo/sources/ |
| D | FastCreateDemo.cpp | 113 nw::gfx::TransformNode* root; member 327 nw::gfx::TransformNode* root = s_LatticeRootBuilder.Create(allocator); in BuildLattices() local 334 lattice.root = root; in BuildLattices() 349 root->AttachChild(beam); in BuildLattices() 353 s_ModelRoot->AttachChild(root); in BuildLattices() 387 (*model).root->DestroyBranch(); in DestroyLattices() 419 (*model).root->Transform().SetTranslate(pos); in UpdateLattices()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_SceneBuilder.cpp | 53 …SceneObject* root = BuildSceneObject(NULL, NULL, 0, m_Resource, allocator, deviceAllocator, false,… in CreateObject() local 55 return root; in CreateObject() 69 …SceneObject* root = BuildSceneObject(NULL, NULL, 0, m_Resource, allocator, deviceAllocator, true, … in CreateTree() local 71 return root; in CreateTree()
|
| /NW4C-2.0.3/documents/CreativeStudio/html/assets/ |
| D | treeview-min.js | 7 …root=new E.RootNode(this);var H=E.LogWriter;if(this._initEditor){this._initEditor();}},buildTreeFr… 8 …root.getHtml(),H=this.getEl();H.innerHTML=G;if(!this._hasEvents){B.on(H,"click",this._onClickEvent… 9 …root);},isDynamic:function(){if(this.isLeaf){return false;}else{return(!this.isRoot()&&(this._dynL…
|
| /NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 459 ReattachObjectByName(const char* name, nw::gfx::SceneNode* root) in ReattachObjectByName() argument 467 root->AttachChild( node ); in ReattachObjectByName()
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 2918 string $root = match("|[^|]+", $sel); 2919 $roots[size($roots)] = $root;
|
| D | NW4C_SetAnimRange.mel | 693 is special root node
|