| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Group.cpp | 64 …for (PaneLinkList::Iterator it = m_PaneLinkList.GetBeginIter(); it != m_PaneLinkList.GetEndIter();) in ~Group() local 66 PaneLinkList::Iterator currIt = it++; in ~Group() 87 for (GroupList::Iterator it = m_GroupList.GetBeginIter(); it != m_GroupList.GetEndIter();) in ~GroupContainer() local 89 GroupList::Iterator currIt = it++; in ~GroupContainer() 108 for (GroupList::Iterator it = m_GroupList.GetBeginIter(); it != m_GroupList.GetEndIter(); ++it) in FindGroupByName() local 110 if (internal::EqualsResName(it->GetName(), findName)) in FindGroupByName() 112 return &(*it); in FindGroupByName()
|
| D | lyt_TextureContainer.cpp | 72 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindTextureByName() local 74 if (0 == std::strcmp(name, it->GetResourceName())) in FindTextureByName() 76 return it->GetTextureInfo(); in FindTextureByName() 89 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindTextureByKey() local 91 if (&(*it) == pLink) in FindTextureByKey() 93 return it->GetTextureInfo(); in FindTextureByKey()
|
| D | lyt_FontContainer.cpp | 90 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindFontByName() local 92 if (0 == std::strcmp(name, it->GetFontName())) in FindFontByName() 94 return it->GetFont(); in FindFontByName() 107 for (Iterator it = this->GetBeginIter(); it != this->GetEndIter(); ++it) in FindFontByKey() local 109 if (&(*it) == pLink) in FindFontByKey() 111 return it->GetFont(); in FindFontByKey()
|
| D | lyt_Stopwatch.cpp | 76 for (List::Iterator it = list.begin(); it != list.end(); ++it) in ResetAll() local 78 it->Reset(); in ResetAll() 137 for (List::Iterator it = list.begin(); it != list.end(); ++it) in Dump() 139 if (it->GetCount() > 0) in Dump() 141 Dump(*it); in Dump()
|
| D | lyt_Pane.cpp | 353 for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter();) in ~Pane() local 355 PaneList::Iterator currIt = it++; in ~Pane() 519 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in FindPaneByName() local 521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName() 553 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in FindMaterialByName() local 555 if (Material* pMat = it->FindMaterialByName(findName, bRecursive)) in FindMaterialByName() 671 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in CalculateMtx() local 673 it->CalculateMtx(drawInfo); in CalculateMtx() 683 … for (PaneList::Iterator it = m_ChildList.GetBeginIter(); it != m_ChildList.GetEndIter(); ++it) in CalculateMtx() local 685 it->CalculateMtx(drawInfo); in CalculateMtx() [all …]
|
| D | lyt_Layout.cpp | 64 …for (PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildList().Get… in SetTagProcessorImpl() local 66 SetTagProcessorImpl(&(*it), pTagProcessor); in SetTagProcessorImpl() 84 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in IsIncludeAnimationGroupRef() local 86 if (it->target == pTargetPane) in IsIncludeAnimationGroupRef() 96 if (it->target == pParentPane) in IsIncludeAnimationGroupRef() 174 …for (AnimTransformList::Iterator it = m_AnimTransList.GetBeginIter(); it != m_AnimTransList.GetEnd… in ~Layout() local 176 AnimTransformList::Iterator currIt = it++; in ~Layout() 485 …for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it, ++ani… in BindAnimationAuto() local 487 if (it->target != pSrcPane) in BindAnimationAuto() 497 it->target); in BindAnimationAuto() [all …]
|
| D | lyt_Util.cpp | 63 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in BindAnimation() local 65 it->target->BindAnimation(pAnimTrans, bRecursive, bDisable); in BindAnimation() 77 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in UnbindAnimation() local 79 it->target->UnbindAnimation(pAnimTrans, bRecursive); in UnbindAnimation() 92 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in SetAnimationEnable() local 94 it->target->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable() 127 …aneList::ReverseIterator it = pPane->GetChildList().GetBeginReverseIter(); it != pPane->GetChildLi… in FindHitPane() local 129 if (Pane *const ret = FindHitPane(&(*it), pos)) in FindHitPane()
|
| D | lyt_ArcResourceAccessor.cpp | 375 …for (internal::ArcResourceList::Iterator it = m_ArcList.GetBeginIter(); it != m_ArcList.GetEndIter… in Detach() local 377 if (archiveStart == it->GetArchiveDataStart()) in Detach() 379 ArcResourceLink* ret = &(*it); in Detach() 380 m_ArcList.Erase(it); in Detach() 412 …for (internal::ArcResourceList::Iterator it = m_ArcList.GetBeginIter(); it != m_ArcList.GetEndIter… in GetResource() local 414 ARCHandle* pArcHandle = it->GetArcHandle(); in GetResource() 415 … if (void* resPtr = GetResourceSub(pArcHandle, it->GetResRootDir(), resType, m_ResNameWork, pSize)) in GetResource()
|
| D | lyt_Animation.cpp | 858 for (PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it) in CalcAnimationNum() local 860 linkNum += CalcAnimationNum(it->target, bRecursive); in CalcAnimationNum() 1011 … for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter(); ++it) in FindAnimationLink() local 1013 if (pAnimTrans == it->GetAnimTransform()) in FindAnimationLink() 1015 return &(*it); in FindAnimationLink() 1030 … for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter(); ++it) in FindAnimationLink() local 1032 if (animRes.GetResourceBlock() == it->GetAnimTransform()->GetAnimResource()) in FindAnimationLink() 1034 return &(*it); in FindAnimationLink() 1049 for (AnimationList::Iterator it = pAnimList->GetBeginIter(); it != pAnimList->GetEndIter();) in UnbindAnimationLink() local 1051 AnimationList::Iterator currIt = it++; in UnbindAnimationLink()
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 94 for(ReportArray::iterator it = range.first; it != range.second; ++it) in StoreReport() local 96 if (::std::strcmp(it->name, report.name) == 0) in StoreReport() 98 it->callCount += report.callCount; in StoreReport() 99 it->elapsedTime += report.elapsedTime; in StoreReport() 101 it->iCacheMiss += report.iCacheMiss; in StoreReport() 102 it->dCacheReadMiss += report.dCacheReadMiss; in StoreReport() 103 it->dCacheWriteMiss += report.dCacheWriteMiss; in StoreReport() 105 if (it->maxElapsedTime < report.maxElapsedTime) in StoreReport() 107 it->maxElapsedTime = report.maxElapsedTime; in StoreReport() 110 if (it->minElapsedTime > report.minElapsedTime) in StoreReport() [all …]
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_LinkList.h | 138 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 140 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 169 const_iterator(Iterator_alias_ it) : m_pPointer(it.m_pPointer) {} in const_iterator() argument 175 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 177 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 252 iterator insert(iterator it,pointer p); 255 iterator erase(iterator it); 394 TIt operator++(int) { const TIt it(*this); (void)++*this; return it; } 408 TIt operator--(int) { const TIt it(*this); (void)--*this; return it; } 434 /* ctor */ explicit iterator(TIt_base_ it) : it_(it) {} in iterator() argument [all …]
|
| D | ut_ResArray.h | 222 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 224 TIt operator--(int) { TIt it(*this); (void)--*this; return it; } 259 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 261 TIt operator--(int) { TIt it(*this); (void)--*this; return it; } 361 TIt operator++(int) { TIt it(*this); (void)++*this; return it; } 363 TIt operator--(int) { TIt it(*this); (void)--*this; return it; }
|
| D | ut_Iterator.h | 113 explicit reverse_iterator(TIt it) : m_Current(it) {}
|
| /NW4C-1.3.3/demos/lyt/group/sources/ |
| D | main.cpp | 248 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in nnMain() local 250 it->target->SetRotate(nw::math::VEC3(0.f, 0.f, 30.f)); in nnMain() 258 …for (nw::lyt::PaneList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++it, … in nnMain() local 260 nw::math::VEC3 trans = it->GetTranslate(); in nnMain() 263 it->SetTranslate(trans); in nnMain() 294 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in nnMain() local 296 it->target->SetRotate(nw::math::VEC3(0.f, 0.f, 0.f)); in nnMain()
|
| /NW4C-1.3.3/sources/libraries/ut/ |
| D | ut_LinkList.cpp | 26 LinkListImpl::erase(iterator it) in erase() argument 28 NW_ASSERT(it.m_pPointer != &m_BaseNode); in erase() 29 iterator itNext = it; in erase() 31 return erase(it,itNext); in erase() 74 LinkListImpl::insert(iterator it, pointer p) in insert() argument 77 Node *const pIt = it.m_pPointer; in insert()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 175 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetMemorySizeInternal() local 176 it != attributeEnd; in GetMemorySizeInternal() 177 ++it) in GetMemorySizeInternal() 179 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetMemorySizeInternal() 181 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal() 183 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal() 311 for (ResParticleAttributeArray::iterator it = attributes.begin(); in GetDeviceMemorySizeInternal() local 312 it != attributeEnd; in GetDeviceMemorySizeInternal() 313 ++it) in GetDeviceMemorySizeInternal() 315 ParticleUsage usage = (ParticleUsage)(*it).GetUsage(); in GetDeviceMemorySizeInternal() [all …]
|
| /NW4C-1.3.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 239 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in FindLayoutAnimationLink() local 241 if (nw::lyt::AnimationLink* pAnimLink = FindLayoutAnimationLink(&(*it), animRes)) in FindLayoutAnimationLink() 285 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in SetAnimationFrame() local 287 SetAnimationFrame(&(*it), animRes, frame); in SetAnimationFrame() 364 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in UpdatePane() local 367 nw::lyt::Pane *const pPane = it->target; in UpdatePane()
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResShape.cpp | 238 for (ResPrimitiveArray::iterator it = primitiveArray.begin(); it != primitiveArray.end(); ++it) in Setup() local 240 (*it).Setup(allocator); in Setup() 386 for (ResPrimitiveArray::iterator it = primitiveArray.begin(); it != primitiveArray.end(); ++it) in Cleanup() local 388 (*it).Cleanup(); in Cleanup()
|
| /NW4C-1.3.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 262 …or (nw::lyt::PaneList::Iterator it = pPane->GetChildList().GetBeginIter(); it != pPane->GetChildLi… in FindBoundingPane() local 264 if ((pBounding = FindBoundingPane(&(*it))) != NULL) in FindBoundingPane() 291 …for (nw::lyt::PaneLinkList::Iterator it = paneList.GetBeginIter(); it != paneList.GetEndIter(); ++… in TestHit() local 293 nw::lyt::Bounding *const pBounding = FindBoundingPane(it->target); in TestHit()
|
| /NW4C-1.3.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 317 …List::Iterator it = pLayout->GetRootPane()->GetChildList().GetBeginIter(); it != pLayout->GetRootP… in nnMain() local 321 const bool bSelected = pHitPane && &(*it) == pHitPane->GetParent(); in nnMain() 322 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_UNSELECT], ! bSelected); in nnMain() 323 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_SELECT] , bSelected); in nnMain()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_GraphicsSystem.h | 671 for (typename TArray::iterator it = resources.begin(); in SafeCleanupResources() local 672 it != end; in SafeCleanupResources() 673 ++it) in SafeCleanupResources() 675 nw::ut::SafeCleanup(it->resource); in SafeCleanupResources()
|
| /NW4C-1.3.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-1.3.3/tools/DebuggerLauncher/ |
| D | readme.txt | 21 …If debugger software connected to the target device already exists, it is loaded into that debugge… 28 …If this setting is not made, a check will be made if it's really okay to execute a macro, when exe…
|
| /NW4C-1.3.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…
|