Home
last modified time | relevance | path

Searched refs:first (Results 1 – 21 of 21) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_Signal.h39 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
42 while (first != last) in operator()
44 result = invoker(*first); in operator()
45 ++first; in operator()
58 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker)
60 while (first != last)
62 invoker(*first);
63 ++first;
Dut_MoveArray.h391 TIterator erase(TIterator first);
394 TIterator erase(TIterator first, TIterator last);
497 void destroy_range(iterator first, iterator last) in destroy_range() argument
501 for (; first != last; ++first) in destroy_range()
503 destroy(first); in destroy_range()
556 template <typename TIterator> TIterator Erase(TIterator first) { return this->erase( first ); } in Erase() argument
558 …ate <typename TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( fi… in Erase() argument
1022 TIterator first in erase() argument
1025 destroy_range(first, end()); in erase()
1026 m_End = first; in erase()
[all …]
Dut_Foreach.h182 return static_any_cast<std::pair<Type, Type> >(cur).first; in begin()
215 return static_any_cast<std::pair<Type*, Type*> >(cur).first; in begin()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h133 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMinFilter()
172 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetMagFilter()
188 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMagFilter()
254 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
272 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
291 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
315 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapS()
331 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapS()
347 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapT()
363 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapT()
[all …]
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneInitializer.cpp66 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel()
81 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
Dgfx_SkeletonUpdater.cpp81 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
126 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
170 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
234 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateView()
Dgfx_Material.cpp294 m_Buffers.push_back(copyResult.first); in CreateBuffers()
298 DestroyResMaterial(allocator, copyResult.first); in CreateBuffers()
474 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
618 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
628 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
638 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
648 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
658 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
668 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
Dgfx_SortingMaterialIdGenerator.cpp189 for (MaterialKeyValueArray::iterator ptrIter = range.first; in Generate()
/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp352 const CMapScanEntry* first = &(scanInfo->GetEntries()[0]); in FindGlyphIndex() local
355 while( first <= last ) in FindGlyphIndex()
357 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()
361 first = mid + 1; in FindGlyphIndex()
Dfont_PackedFont.cpp1051 OrderNode& first = GetNode(root.nextIndex); in Use() local
1053 target.prevIndex = first.prevIndex; in Use()
1055 first.prevIndex = static_cast<u16>(index); in Use()
1109 OrderNode& first = GetNode(root.nextIndex); in Unlock() local
1111 target.prevIndex = first.prevIndex; in Unlock()
1113 first.prevIndex = static_cast<u16>(index); in Unlock()
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dtreeview-skin.css35 /* first or middle sibling, no children */
42 /* first or middle sibling, collapsable */
49 /* first or middle sibling, collapsable, hover */
56 /* first or middle sibling, expandable */
63 /* first or middle sibling, expandable, hover */
/NW4C-1.2.23/tools/LayoutEditor/
DReadme.txt3 …Starting from NintendoWare for CTR 0.3.0, SetupViewer.bat is called automatically the first time L…
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResUtil.cpp95 referenceTexture.ref().toTargetTexture.set_ptr(referenceResult.first.ptr()); in GetReferenceTextureTarget()
128 referenceShader.ref().toTargetShader.set_ptr(referenceResult.first.ptr()); in GetReferenceShaderTarget()
Dgfx_ResShader.cpp413 return uniformInfo.first; in GetVertexUniformIndex()
434 return uniformInfo.first; in GetGeometryUniformIndex()
Dgfx_ResMaterial.cpp321 setupShader = referenceResult.first; in SetupShader()
Dgfx_ResTextureMapper.cpp634 setupTexture = referenceResult.first; in SetupTexture()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp214 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()
Ddev_Profile.cpp94 for(ReportArray::iterator it = range.first; it != range.second; ++it) in StoreReport()
202 for(ReportArray::iterator it = range.first; it != range.second; ++it) in DumpReports()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneHelper.h59 ResolveReference<TIterator>(range.first, range.second); in ResolveReference()
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel966 $val = substitute("^\"", $val, ""); // cut first double quote
3102 get first file node
3239 if (!size(`ls -typ blendShape`)) // check blend shape exists in scene first
DNW4C_SetAnimRange.mel411 $ret[0] = `findKeyframe -w "first" ($animRange + "." + "nw4c_AnimRange" + $i)`;
2582 // the first item in the return string array is the node itself