Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Signal.h41 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
44 while (first != last) in operator()
46 result = invoker(*first); in operator()
47 ++first; in operator()
60 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker)
62 while (first != last)
64 invoker(*first);
65 ++first;
Dut_MoveArray.h408 TIterator erase(TIterator first);
411 TIterator erase(TIterator first, TIterator last);
514 void destroy_range(iterator first, iterator last) in destroy_range() argument
518 for (; first != last; ++first) in destroy_range()
520 destroy(first); in destroy_range()
573 template <typename TIterator> TIterator Erase(TIterator first) { return this->erase( first ); } in Erase() argument
575 …ate <typename TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( fi… in Erase() argument
1043 TIterator first in erase() argument
1046 destroy_range(first, end()); in erase()
1047 m_End = first; in erase()
[all …]
Dut_Foreach.h184 return static_any_cast<std::pair<Type, Type> >(cur).first; in begin()
217 return static_any_cast<std::pair<Type*, Type*> >(cur).first; in begin()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h145 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMinFilter()
187 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetMagFilter()
203 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetMagFilter()
222 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetSamplerType()
239 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetSamplerType()
308 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
326 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
345 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetBorderColor()
369 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in GetWrapS()
385 NW_MIN_ASSERT(command.first, (CMD_INDEX + 1) * sizeof(u32)); in SetWrapS()
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneInitializer.cpp67 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel()
82 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
97 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitParticleModel()
Dgfx_SkeletonUpdater.cpp83 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
128 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
172 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateWorld()
236 …for (Skeleton::MatrixPose::MatrixArray::iterator matrix = range.first; matrix != range.second; ++m… in UpdateView()
Dgfx_Material.cpp302 m_Buffers.PushBackFast(copyResult.first); in CreateBuffers()
306 DestroyResMaterial(allocator, copyResult.first); in CreateBuffers()
482 fragmentShader->toFragmentLightingTable.set_ptr(copyResult.first.ptr()); in CopyResMaterial()
632 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
642 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
652 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
662 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
672 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
682 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
Dgfx_SortingMaterialIdGenerator.cpp191 for (MaterialKeyValueArray::iterator ptrIter = range.first; in Generate()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp354 const CMapScanEntry* first = &(scanInfo->GetEntries()[0]); in FindGlyphIndex() local
357 while( first <= last ) in FindGlyphIndex()
359 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()
363 first = mid + 1; in FindGlyphIndex()
Dfont_PackedFont.cpp1053 OrderNode& first = GetNode(root.nextIndex); in Use() local
1055 target.prevIndex = first.prevIndex; in Use()
1057 first.prevIndex = static_cast<u16>(index); in Use()
1111 OrderNode& first = GetNode(root.nextIndex); in Unlock() local
1113 target.prevIndex = first.prevIndex; in Unlock()
1115 first.prevIndex = static_cast<u16>(index); in Unlock()
/NW4C-2.0.3/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-2.0.3/sources/libraries/gfx/res/
Dgfx_ResUtil.cpp97 referenceTexture.ref().toTargetTexture.set_ptr(referenceResult.first.ptr()); in GetReferenceTextureTarget()
130 referenceShader.ref().toTargetShader.set_ptr(referenceResult.first.ptr()); in GetReferenceShaderTarget()
Dgfx_ResShader.cpp433 return uniformInfo.first; in GetVertexUniformIndex()
454 return uniformInfo.first; in GetGeometryUniformIndex()
Dgfx_ResMaterial.cpp365 setupShader = referenceResult.first; in SetupShader()
Dgfx_ResTextureMapper.cpp631 setupTexture = referenceResult.first; in SetupTexture()
/NW4C-2.0.3/tools/LayoutEditor/
DReadme.txt3 …Starting from NintendoWare for CTR 0.3.0, SetupViewer.bat is called automatically the first time L…
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneHelper.h61 ResolveReference<TIterator>(range.first, range.second); in ResolveReference()
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp216 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()
Ddev_Profile.cpp96 for(ReportArray::iterator it = range.first; it != range.second; ++it) in StoreReport()
204 for(ReportArray::iterator it = range.first; it != range.second; ++it) in DumpReports()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel1025 $val = substitute("^\"", $val, ""); // cut first double quote
3217 get first file node
3354 if (!size(`ls -typ blendShape`)) // check blend shape exists in scene first
DNW4C_SetAnimRange.mel410 $ret[0] = `findKeyframe -w "first" ($animRange + "." + "nw4c_AnimRange" + $i)`;
2609 // the first item in the return string array is the node itself