Searched refs:root (Results 1 – 7 of 7) sorted by relevance
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_PackedFont.cpp | 1033 OrderNode& root = GetRootNode(); in Init() local 1034 root.prevIndex = 0; in Init() 1035 root.nextIndex = static_cast<u16>(numOrderNode - 1); in Init() 1050 OrderNode& root = GetRootNode(); in Use() local 1051 OrderNode& first = GetNode(root.nextIndex); in Use() 1052 target.nextIndex = root.nextIndex; in Use() 1054 root.nextIndex = static_cast<u16>(index); in Use() 1072 OrderNode& root = GetRootNode(); in Unuse() local 1073 OrderNode& last = GetNode(root.prevIndex); in Unuse() 1074 target.prevIndex = root.prevIndex; in Unuse() [all …]
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_RuntimeTypeInfo.h | 47 #define NW_UT_RUNTIME_TYPEINFO_ROOT_DEFINITION(root) \ argument 48 const nw::ut::internal::RuntimeTypeInfo root::s_TypeInfo( NULL )
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_SceneBuilder.cpp | 51 SceneObject* root = BuildSceneObject(0, m_Resource, allocator, deviceAllocator, false); in CreateObject() local 53 return root; in CreateObject() 67 SceneObject* root = BuildSceneObject(0, m_Resource, allocator, deviceAllocator, true); in CreateTree() local 69 return root; in CreateTree()
|
| /NW4C-1.2.23/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-1.2.23/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 439 ReattachObjectByName(const char* name, nw::gfx::SceneNode* root) in ReattachObjectByName() argument 447 root->AttachChild( node ); in ReattachObjectByName()
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 2803 string $root = match("|[^|]+", $sel); 2804 $roots[size($roots)] = $root;
|
| D | NW4C_SetAnimRange.mel | 666 is special root node
|