| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Signal.h | 41 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;
|
| D | ut_MoveArray.h | 408 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 …]
|
| D | ut_Foreach.h | 184 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/ |
| D | gfx_ResTextureMapper.h | 145 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/ |
| D | gfx_SceneInitializer.cpp | 67 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()
|
| D | gfx_SkeletonUpdater.cpp | 83 …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()
|
| D | gfx_Material.cpp | 302 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()
|
| D | gfx_SortingMaterialIdGenerator.cpp | 191 for (MaterialKeyValueArray::iterator ptrIter = range.first; in Generate()
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_ResFontBase.cpp | 354 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()
|
| D | font_PackedFont.cpp | 1053 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/ |
| 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-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResUtil.cpp | 97 referenceTexture.ref().toTargetTexture.set_ptr(referenceResult.first.ptr()); in GetReferenceTextureTarget() 130 referenceShader.ref().toTargetShader.set_ptr(referenceResult.first.ptr()); in GetReferenceShaderTarget()
|
| D | gfx_ResShader.cpp | 433 return uniformInfo.first; in GetVertexUniformIndex() 454 return uniformInfo.first; in GetGeometryUniformIndex()
|
| D | gfx_ResMaterial.cpp | 365 setupShader = referenceResult.first; in SetupShader()
|
| D | gfx_ResTextureMapper.cpp | 631 setupTexture = referenceResult.first; in SetupTexture()
|
| /NW4C-2.0.3/tools/LayoutEditor/ |
| D | Readme.txt | 3 …Starting from NintendoWare for CTR 0.3.0, SetupViewer.bat is called automatically the first time L…
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_SceneHelper.h | 61 ResolveReference<TIterator>(range.first, range.second); in ResolveReference()
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_Screenshot.cpp | 216 for (ScreenshotArray::iterator iter = range.first; in ClearScreenshots()
|
| D | dev_Profile.cpp | 96 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/ |
| D | NW4C_ExpDialog.mel | 1025 $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
|
| D | NW4C_SetAnimRange.mel | 410 $ret[0] = `findKeyframe -w "first" ($animRange + "." + "nw4c_AnimRange" + $i)`; 2609 // the first item in the return string array is the node itself
|