| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_ArchiveFont.cpp | 197 ArchiveFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local 201 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct() 205 … case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct() 206 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); b… in StreamingConstruct() 207 … case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGR(pContext, &s); break; in StreamingConstruct() 208 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct() 209 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct() 210 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct() 211 … case ConstructContext::ANALYZE_TGLP: ret = ConstructOpAnalyzeTGLP(pContext, &s); break; in StreamingConstruct() 212 …case ConstructContext::PREPAIR_COPY_SHEET: ret = ConstructOpPrepairCopySheet(pContext, &s); br… in StreamingConstruct() [all …]
|
| D | font_PackedFont.cpp | 188 PackedFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local 192 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct() 196 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct() 197 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); bre… in StreamingConstruct() 198 …case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGRPacked(pContext, &s); bre… in StreamingConstruct() 199 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct() 200 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct() 201 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct() 202 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct() 203 case ConstructContext::SKIP: ret = ConstructOpSkip(pContext, &s); break; in StreamingConstruct() [all …]
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmMessage.h | 56 bool ret = false; variable 70 ret = m_Child->sendMessageSub( type, object, targetId ); 71 if ( ret ) return true; 74 return ret; 194 bool ret = false; in sendMessageSub() local 211 ret = next->ReceveMessage( type, object, targetId ); in sendMessageSub() 212 if ( ret ) return true; in sendMessageSub() 216 ret = next->m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub() 217 if ( ret ) return true; in sendMessageSub() 226 ret = m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub() [all …]
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_HioSoundArchive.cpp | 177 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local 179 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader() 251 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local 252 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader() 261 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local 263 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader() 272 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local 274 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader() 288 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local 289 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader() [all …]
|
| D | snd_RomSoundArchive.cpp | 290 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local 292 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader() 364 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local 365 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader() 374 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local 376 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader() 385 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local 387 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader() 401 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local 402 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader() [all …]
|
| D | snd_MmlParser.cpp | 911 u16 ret = ReadByte( ptr ); in Read16() local 912 ret <<= 8; in Read16() 913 ret |= ReadByte( ptr ); in Read16() 914 return ret; in Read16() 928 u32 ret = ReadByte( ptr ); in Read24() local 929 ret <<= 8; in Read24() 930 ret |= ReadByte( ptr ); in Read24() 931 ret <<= 8; in Read24() 932 ret |= ReadByte( ptr ); in Read24() 933 return ret; in Read24() [all …]
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 259 local ret = if allOn or not allOff then true else false 260 --format "isAllBoolSame % \n" ret 261 --return ret 311 local ret =false -- ���̃}�e���A������r�������������ǂ��� 315 ret = case attr.faceCulling of 322 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 323 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 328 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 329 if ret and (not isSearchAnd) then compare = false 330 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 474 local ret = 0 477 ret = 1 481 ret = -1 485 ret = if (v1[2].name > v2[2].name) then 1 else -1 487 ret 532 local ret= false 539 ret = true 549 ret = (id < v) 552 ret = (id <= v) 555 ret = (id == v) [all …]
|
| D | NW4C_menu.ms | 291 local ret = queryBox mes title:"confirm overwrite" 292 return ret 334 ret = checkOverwriteFiles (fname + editFilename.text) 335 if not ret do 343 local ret = nw4cMax.doExport(rdoSelection.state == 2) 346 return ret 389 local ret = doExport() 390 if ret == true then 394 else if ret == false then 398 else if ret == undefined then [all …]
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 259 local ret = if allOn or not allOff then true else false 260 --format "isAllBoolSame % \n" ret 261 --return ret 311 local ret =false -- ���̃}�e���A������r�������������ǂ��� 315 ret = case attr.faceCulling of 322 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 323 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 328 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 329 if ret and (not isSearchAnd) then compare = false 330 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 474 local ret = 0 477 ret = 1 481 ret = -1 485 ret = if (v1[2].name > v2[2].name) then 1 else -1 487 ret 532 local ret= false 539 ret = true 549 ret = (id < v) 552 ret = (id <= v) 555 ret = (id == v) [all …]
|
| D | NW4C_menu.ms | 291 local ret = queryBox mes title:"confirm overwrite" 292 return ret 334 ret = checkOverwriteFiles (fname + editFilename.text) 335 if not ret do 343 local ret = nw4cMax.doExport(rdoSelection.state == 2) 346 return ret 389 local ret = doExport() 390 if ret == true then 394 else if ret == false then 398 else if ret == undefined then [all …]
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 259 local ret = if allOn or not allOff then true else false 260 --format "isAllBoolSame % \n" ret 261 --return ret 311 local ret =false -- ���̃}�e���A������r�������������ǂ��� 315 ret = case attr.faceCulling of 322 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 323 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 328 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 329 if ret and (not isSearchAnd) then compare = false 330 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 474 local ret = 0 477 ret = 1 481 ret = -1 485 ret = if (v1[2].name > v2[2].name) then 1 else -1 487 ret 532 local ret= false 539 ret = true 549 ret = (id < v) 552 ret = (id <= v) 555 ret = (id == v) [all …]
|
| D | NW4C_menu.ms | 291 local ret = queryBox mes title:"confirm overwrite" 292 return ret 334 ret = checkOverwriteFiles (fname + editFilename.text) 335 if not ret do 343 local ret = nw4cMax.doExport(rdoSelection.state == 2) 346 return ret 389 local ret = doExport() 390 if ret == true then 394 else if ret == false then 398 else if ret == undefined then [all …]
|
| /NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 259 local ret = if allOn or not allOff then true else false 260 --format "isAllBoolSame % \n" ret 261 --return ret 311 local ret =false -- ���̃}�e���A������r�������������ǂ��� 315 ret = case attr.faceCulling of 322 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 323 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 328 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 329 if ret and (not isSearchAnd) then compare = false 330 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 474 local ret = 0 477 ret = 1 481 ret = -1 485 ret = if (v1[2].name > v2[2].name) then 1 else -1 487 ret 532 local ret= false 539 ret = true 549 ret = (id < v) 552 ret = (id <= v) 555 ret = (id == v) [all …]
|
| D | NW4C_menu.ms | 291 local ret = queryBox mes title:"confirm overwrite" 292 return ret 334 ret = checkOverwriteFiles (fname + editFilename.text) 335 if not ret do 343 local ret = nw4cMax.doExport(rdoSelection.state == 2) 346 return ret 389 local ret = doExport() 390 if ret == true then 394 else if ret == false then 398 else if ret == undefined then [all …]
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmLayout.cpp | 147 bool ret = false; in AddAnimationFrame() local 148 if ( m_AnimationNo >= m_LayoutResource->GetAnimationNum() ) return ret; in AddAnimationFrame() 166 ret = true; in AddAnimationFrame() 168 return ret; in AddAnimationFrame()
|
| D | SmModel.cpp | 307 bool ret = false; in AddAnimationFrame() local 310 if ( m_CurrentAnimEvNo == -1 ) return ret; in AddAnimationFrame() 325 ret = true; in AddAnimationFrame() 329 if ( !this->IsVisible() ) return ret; in AddAnimationFrame() 334 return ret; in AddAnimationFrame()
|
| /NW4C-1.2.23/sources/libraries/os/ |
| D | os_Utility.cpp | 142 int ret = VSNPrintf(dst, len, fmt, vlist); in SNPrintf() local 145 return ret; in SNPrintf()
|
| /NW4C-1.2.23/demos/snd/demolib/sources/ |
| D | demolib.cpp | 461 void* ret = nw::demo::Alloc( size, alignment ); in MemAlloc() local 463 void* ret = nw::demo::SimpleApp::AllocateDeviceMemory( size, alignment ); in MemAlloc() 467 if ( ret != NULL ) in MemAlloc() 469 std::memset( ret, 0xcd, size ); in MemAlloc() 471 return ret; in MemAlloc()
|
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_ParticleProfile.h | 138 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name) 140 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_ArcResourceAccessor.cpp | 245 void* ret = m_ArcBuf; in Detach() local 247 return ret; in Detach() 379 ArcResourceLink* ret = &(*it); in Detach() local 381 return ret; in Detach()
|
| /NW4C-1.2.23/demos/font/PackedFont/sources/ |
| D | main.cpp | 275 nw::font::PackedFont::ConstructResult ret = nw::font::PackedFont::CONSTRUCT_ERROR; in InitFontStreaming() local 334 ret = pFont->StreamingConstruct(&context, readBuffer, static_cast<u32>(readSize)); in InitFontStreaming() 335 if (ret == nw::font::PackedFont::CONSTRUCT_ERROR) in InitFontStreaming() 356 NW_ASSERT(ret == nw::font::PackedFont::CONSTRUCT_FINISH); in InitFontStreaming()
|