| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Group.cpp | 66 …for (PaneLinkList::Iterator it = m_PaneLinkList.GetBeginIter(); it != m_PaneLinkList.GetEndIter();) in ~Group() local 68 PaneLinkList::Iterator currIt = it++; in ~Group() 89 for (GroupList::Iterator it = m_GroupList.GetBeginIter(); it != m_GroupList.GetEndIter();) in ~GroupContainer() local 91 GroupList::Iterator currIt = it++; in ~GroupContainer() 110 for (GroupList::Iterator it = m_GroupList.GetBeginIter(); it != m_GroupList.GetEndIter(); ++it) in FindGroupByName() local 112 if (internal::EqualsResName(it->GetName(), findName)) in FindGroupByName() 114 return &(*it); in FindGroupByName()
|
| D | lyt_TextureContainer.cpp | 70 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindTextureByName() local 72 if (0 == std::strcmp(name, it->GetResourceName())) in FindTextureByName() 74 return it->GetTextureInfo(); in FindTextureByName() 87 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindTextureByKey() local 89 if (&(*it) == pLink) in FindTextureByKey() 91 return it->GetTextureInfo(); in FindTextureByKey()
|
| D | lyt_FontContainer.cpp | 92 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindFontByName() local 94 if (0 == std::strcmp(name, it->GetFontName())) in FindFontByName() 96 return it->GetFont(); in FindFontByName() 109 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindFontByKey() local 111 if (&(*it) == pLink) in FindFontByKey() 113 return it->GetFont(); in FindFontByKey()
|
| D | lyt_Stopwatch.cpp | 78 for (List::Iterator it = list.begin(); it != list.end(); ++it) in ResetAll() local 80 it->Reset(); in ResetAll() 139 for (List::Iterator it = list.begin(); it != list.end(); ++it) in Dump() 141 if (it->GetCount() > 0) in Dump() 143 Dump(*it); in Dump()
|
| D | lyt_Pane.cpp | 355 for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter();) in ~Pane() local 357 PaneList::Iterator currIt = it++; in ~Pane() 521 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in FindPaneByName() local 523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName() 555 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in FindMaterialByName() local 557 if (Material* pMat = it->FindMaterialByName(findName, bRecursive)) in FindMaterialByName() 673 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in CalculateMtx() local 675 it->CalculateMtx(drawInfo); in CalculateMtx() 685 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in CalculateMtx() local 687 it->CalculateMtx(drawInfo); in CalculateMtx() [all …]
|
| D | lyt_Layout.cpp | 66 …for (PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildList().Get… in SetTagProcessorImpl() local 68 SetTagProcessorImpl(&(*it), pTagProcessor); in SetTagProcessorImpl() 86 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in IsIncludeAnimationGroupRef() local 88 if (it->target == pTargetPane) in IsIncludeAnimationGroupRef() 98 if (it->target == pParentPane) in IsIncludeAnimationGroupRef() 176 …for (AnimTransformList::Iterator it = m_AnimTransList.GetBeginIter(); it != m_AnimTransList.GetEnd… in ~Layout() local 178 AnimTransformList::Iterator currIt = it++; in ~Layout() 487 …for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it, ++ani… in BindAnimationAuto() local 489 if (it->target != pSrcPane) in BindAnimationAuto() 499 it->target); in BindAnimationAuto() [all …]
|
| D | lyt_Util.cpp | 66 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in BindAnimation() local 68 it->target->BindAnimation(pAnimTrans, bRecursive, bDisable); in BindAnimation() 80 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in UnbindAnimation() local 82 it->target->UnbindAnimation(pAnimTrans, bRecursive); in UnbindAnimation() 95 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in SetAnimationEnable() local 97 it->target->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable() 130 …aneList::ReverseIterator it = pPane->GetChildList().GetBeginReverseIter(); it != pPane->GetChildLi… in FindHitPane() local 132 if (Pane *const ret = FindHitPane(&(*it), pos)) in FindHitPane()
|
| D | lyt_ArcResourceAccessor.cpp | 377 …for (internal::ArcResourceList::Iterator it = m_ArcList.GetBeginIter(); it != m_ArcList.GetEndIter… in Detach() local 379 if (archiveStart == it->GetArchiveDataStart()) in Detach() 381 ArcResourceLink* ret = &(*it); in Detach() 382 m_ArcList.Erase(it); in Detach() 414 …for (internal::ArcResourceList::Iterator it = m_ArcList.GetBeginIter(); it != m_ArcList.GetEndIter… in GetResource() local 416 ARCHandle* pArcHandle = it->GetArcHandle(); in GetResource() 417 … if (void* resPtr = GetResourceSub(pArcHandle, it->GetResRootDir(), resType, m_ResNameWork, pSize)) in GetResource()
|
| D | lyt_Animation.cpp | 860 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in CalcAnimationNum() local 862 linkNum += CalcAnimationNum(it->target, bRecursive); in CalcAnimationNum() 1013 … for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter(); ++it) in FindAnimationLink() local 1015 if (pAnimTrans == it->GetAnimTransform()) in FindAnimationLink() 1017 return &(*it); in FindAnimationLink() 1032 … for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter(); ++it) in FindAnimationLink() local 1034 if (animRes.GetResourceBlock() == it->GetAnimTransform()->GetAnimResource()) in FindAnimationLink() 1036 return &(*it); in FindAnimationLink() 1051 for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter();) in UnbindAnimationLink() local 1053 AnimationList::Iterator currIt = it++; in UnbindAnimationLink()
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 96 for(ReportArray::iterator it = range.first; it != range.second; ++it) in StoreReport() local 98 if (::std::strcmp(it->name, report.name) == 0) in StoreReport() 100 it->callCount += report.callCount; in StoreReport() 101 it->elapsedTime += report.elapsedTime; in StoreReport() 103 it->iCacheMiss += report.iCacheMiss; in StoreReport() 104 it->dCacheReadMiss += report.dCacheReadMiss; in StoreReport() 105 it->dCacheWriteMiss += report.dCacheWriteMiss; in StoreReport() 107 if (it->maxElapsedTime < report.maxElapsedTime) in StoreReport() 109 it->maxElapsedTime = report.maxElapsedTime; in StoreReport() 112 if (it->minElapsedTime > report.minElapsedTime) in StoreReport() [all …]
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_LinkList.h | 140 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 142 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 171 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() argument 177 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 179 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 254 iterator insert(iterator it,pointer p); 257 iterator erase(iterator it); 397 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 411 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 437 /* ctor */ explicit iterator(TIt_base_ it) : it_(it) {} in iterator() argument [all …]
|
| D | ut_ResArray.h | 224 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 226 TIt operator--(int) { TIt it(*this); (void)--*this; return it; } 261 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 263 TIt operator--(int) { TIt it(*this); (void)--*this; return it; } 363 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 365 TIt operator--(int) { TIt it(*this); (void)--*this; return it; }
|
| D | ut_Iterator.h | 115 explicit reverse_iterator(TIt it) : m_Current(it) {}
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 250 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in nnMain() local 252 it->target->SetRotate(nw::math::VEC3(0.f, 0.f, 30.f)); in nnMain() 260 …for (nw::lyt::PaneList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it, … in nnMain() local 262 nw::math::VEC3 trans = it->GetTranslate(); in nnMain() 265 it->SetTranslate(trans); in nnMain() 296 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in nnMain() local 298 it->target->SetRotate(nw::math::VEC3(0.f, 0.f, 0.f)); in nnMain()
|
| /NW4C-2.0.3/sources/libraries/ut/ |
| D | ut_LinkList.cpp | 28 LinkListImpl::erase(iterator it) in erase() argument 30 NW_ASSERT(it.m_pPointer != &m_BaseNode); in erase() 31 iterator itNext = it; in erase() 33 return erase(it,itNext); in erase() 76 LinkListImpl::insert(iterator it, pointer p) in insert() argument 79 Node *const pIt = it.m_pPointer; in insert()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 174 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetMemorySizeInternal() local 175 it != attributeEnd; in GetMemorySizeInternal() 176 ++it) in GetMemorySizeInternal() 178 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() 180 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal() 182 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal() 310 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetDeviceMemorySizeInternal() local 311 it != attributeEnd; in GetDeviceMemorySizeInternal() 312 ++it) in GetDeviceMemorySizeInternal() 314 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() [all …]
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 241 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in FindLayoutAnimationLink() local 243 if (nw::lyt::AnimationLink* pAnimLink = FindLayoutAnimationLink(&(*it), animRes)) in FindLayoutAnimationLink() 287 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in SetAnimationFrame() local 289 SetAnimationFrame(&(*it), animRes, frame); in SetAnimationFrame() 366 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in UpdatePane() local 369 nw::lyt::Pane *const pPane = it->target; in UpdatePane()
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResShape.cpp | 239 for (ResPrimitiveArray::iterator it = primitiveArray.begin(); it != primitiveArray.end(); ++it) in Setup() local 241 (*it).Setup(allocator); in Setup() 387 for (ResPrimitiveArray::iterator it = primitiveArray.begin(); it != primitiveArray.end(); ++it) in Cleanup() local 389 (*it).Cleanup(); in Cleanup()
|
| /NW4C-2.0.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 264 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in FindBoundingPane() local 266 if ((pBounding = FindBoundingPane(&(*it))) != NULL) in FindBoundingPane() 293 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in TestHit() local 295 nw::lyt::Bounding *const pBounding = FindBoundingPane(it->target); in TestHit()
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 319 …List::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it != pLayout->GetRootP… in nnMain() local 323 const bool bSelected = pHitPane && &(*it) == pHitPane->GetParent(); in nnMain() 324 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_UNSELECT], ! bSelected); in nnMain() 325 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_SELECT] , bSelected); in nnMain()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_GraphicsSystem.h | 675 for (typename TArray::iterator it = resources.begin(); in SafeCleanupResources() local 676 it != end; in SafeCleanupResources() 677 ++it) in SafeCleanupResources() 679 nw::ut::SafeCleanup(it->resource); in SafeCleanupResources()
|
| /NW4C-2.0.3/documents/License/IronRuby/ |
| D | LICENSE.CPL.txt | 16 … particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Pro… 32 …y patent license is required to allow Recipient to distribute the Program, it is Recipient's respo… 34 …d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Con… 40 a) it complies with the terms and conditions of this Agreement; and 50 …am is available from such Contributor, and informs licensees how to obtain it in a reasonable mann… 54 a) it must be made available under this Agreement; and 78 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not a… 82 All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the m… 84 … always be distributed subject to the version of the Agreement under which it was received. In add…
|
| D | LICENSE.Ruby.txt | 2 You can redistribute it and/or modify it under either the terms of the GPL
|
| /NW4C-2.0.3/tools/CsdrUpdater/ |
| D | readme.txt | 21 CsdrUpdater for CTR is a script for Base64 encoding the shader binary and swapping it with the bina… 44 In order to use the output intermediate file with NWCS, it must be edited according to the user sha…
|
| /NW4C-2.0.3/SampleData/Graphics/Shader/MultiplyShader/ |
| D | ReadMe.txt | 43 Use MultiplyShader.csdr by binding it to the model as a user-shader.
|