| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Signal.h | 39 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;
|
| D | ut_MoveArray.h | 391 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 …]
|
| D | ut_Foreach.h | 182 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/ |
| D | gfx_ResTextureMapper.h | 133 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/ |
| D | gfx_SceneInitializer.cpp | 66 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel() 81 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
|
| D | gfx_SkeletonUpdater.cpp | 81 …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()
|
| D | gfx_Material.cpp | 294 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()
|
| D | gfx_SortingMaterialIdGenerator.cpp | 189 for (MaterialKeyValueArray::iterator ptrIter = range.first; in Generate()
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_ResFontBase.cpp | 352 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()
|
| D | font_PackedFont.cpp | 1051 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/ |
| D | treeview-skin.css | 35 /* 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/ |
| D | Readme.txt | 3 …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/ |
| D | gfx_ResUtil.cpp | 95 referenceTexture.ref().toTargetTexture.set_ptr(referenceResult.first.ptr()); in GetReferenceTextureTarget() 128 referenceShader.ref().toTargetShader.set_ptr(referenceResult.first.ptr()); in GetReferenceShaderTarget()
|
| D | gfx_ResShader.cpp | 413 return uniformInfo.first; in GetVertexUniformIndex() 434 return uniformInfo.first; in GetGeometryUniformIndex()
|
| D | gfx_ResMaterial.cpp | 321 setupShader = referenceResult.first; in SetupShader()
|
| D | gfx_ResTextureMapper.cpp | 634 setupTexture = referenceResult.first; in SetupTexture()
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_Screenshot.cpp | 214 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()
|
| D | dev_Profile.cpp | 94 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/ |
| D | gfx_SceneHelper.h | 59 ResolveReference<TIterator>(range.first, range.second); in ResolveReference()
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_ExpDialog.mel | 966 $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
|
| D | NW4C_SetAnimRange.mel | 411 $ret[0] = `findKeyframe -w "first" ($animRange + "." + "nw4c_AnimRange" + $i)`; 2582 // the first item in the return string array is the node itself
|