Searched refs:obj (Results 1 – 9 of 9) sorted by relevance
| /NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/ |
| D | build.bat | 19 …obj gfx_UserShader1.obj gfx_UserShader2.obj gfx_UserShader3.obj UserTransformMatrix.obj UserCalcCo…
|
| /NW4C-1.2.23/documents/CreativeStudio/html/common/ |
| D | ibox.js | 266 updateObject: function(obj, params) { argument 267 for (var i in params) obj[i] = params[i]; 274 center: function(obj) { argument 277 var emSize = _pub.getElementSize(obj); 280 if (obj.offsetLeft) x -= obj.offsetLeft; 281 if (obj.offsetTop) y -= obj.offsetTop; 282 if (obj.style.left) x += parseInt(obj.style.left); 283 if (obj.style.top) y += parseInt(obj.style.top); 286 _pub.updateObject(obj.style, {top: y + 'px', left: x + 'px'}); 289 getStyle: function(obj, styleProp) { argument [all …]
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_InstancePool.h | 119 void Free( T* obj ) { FreeImpl( obj ); } in Free() argument 201 void Free( T* obj ) in Free() argument 203 if ( obj == NULL ) return; in Free() 204 obj->~T(); // デストラクタ呼びだし in Free() 205 FreeImpl( obj ); in Free()
|
| /NW4C-1.2.23/demos/ut/RuntimeTypeInfo/sources/ |
| D | main.cpp | 96 ObjTest( Base* obj ) in ObjTest() argument 103 obj->Print(); in ObjTest() 106 pAAA = nw::ut::DynamicCast<AAA*>( obj ); in ObjTest() 117 pBBB = nw::ut::DynamicCast<BBB*>( obj ); in ObjTest() 128 pCCC = nw::ut::DynamicCast<CCC_AAA*>( obj ); in ObjTest()
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_RuntimeTypeInfo.h | 101 DynamicCast(T* obj) in DynamicCast() argument 104 if ( obj && obj->GetRuntimeTypeInfo()->IsDerivedFrom( s_TypeInfoU ) ) in DynamicCast() 106 return static_cast<UPtr>(obj); in DynamicCast()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Stopwatch.h | 210 static Stopwatch obj(no); 214 obj.SetLabel(label); 217 return obj;
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_Utility.h | 367 for (typename TObjectArray::iterator obj = objects.begin(); obj != objEnd; ++obj) in FindObjectByName() local 369 if (std::strcmp(objectName, (*obj)->GetName()) == 0) in FindObjectByName() 371 targetObject = *obj; in FindObjectByName()
|
| /NW4C-1.2.23/sources/shaders/gfx/ParticleShader/ |
| D | OMakefile | 27 GEOMETRY_SHADER_INCLUDES[] += $(ROOT)/shaders/nwgfx_ParticleGShader.obj
|
| /NW4C-1.2.23/documents/CreativeStudio/html/assets/ |
| D | yahoo-dom-event.js | 10 …obj);}catch(G){this.lastError=G;if(A){throw G;}}}else{try{B=F.fn.call(E,this.type,C,F.obj);}catch(… property 11 …obj;}else{S=U.overrideContext;}}U.fn.call(S,U.obj);};var L,K,O,N,M=[];for(L=0,K=E.length;L<K;L=L+1… property 13 …ribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E… property 14 …_subscribers[B];if(A){for(var C=0;C<A.length;++C){F.subscribe(A[C].fn,A[C].obj,A[C].overrideContex…
|