Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 40) sorted by relevance

12

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Group.cpp66 …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()
Dlyt_TextureContainer.cpp70 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()
Dlyt_FontContainer.cpp92 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()
Dlyt_Stopwatch.cpp78 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()
Dlyt_Pane.cpp355 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 …]
Dlyt_Layout.cpp66 …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 …]
Dlyt_Util.cpp66 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()
Dlyt_ArcResourceAccessor.cpp377 …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()
Dlyt_Animation.cpp860 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/
Ddev_Profile.cpp96 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/
Dut_LinkList.h140 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 …]
Dut_ResArray.h224 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; }
Dut_Iterator.h115 explicit reverse_iterator(TIt it) : m_Current(it) {}
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp250 …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/
Dut_LinkList.cpp28 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/
Dgfx_ParticleCollection.cpp174 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/
Dmain.cpp241 …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/
Dgfx_ResShape.cpp239 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/
Dmain.cpp264 …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/
Dmain.cpp319 …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/
Ddemo_GraphicsSystem.h675 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/
DLICENSE.CPL.txt16 … 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…
DLICENSE.Ruby.txt2 You can redistribute it and/or modify it under either the terms of the GPL
/NW4C-2.0.3/tools/CsdrUpdater/
Dreadme.txt21 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/
DReadMe.txt43 Use MultiplyShader.csdr by binding it to the model as a user-shader.

12