| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_ArchiveFont.cpp | 199 ArchiveFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local 203 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct() 207 … case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct() 208 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); b… in StreamingConstruct() 209 … case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGR(pContext, &s); break; in StreamingConstruct() 210 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct() 211 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct() 212 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct() 213 … case ConstructContext::ANALYZE_TGLP: ret = ConstructOpAnalyzeTGLP(pContext, &s); break; in StreamingConstruct() 214 …case ConstructContext::PREPAIR_COPY_SHEET: ret = ConstructOpPrepairCopySheet(pContext, &s); br… in StreamingConstruct() [all …]
|
| D | font_PackedFont.cpp | 190 PackedFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local 194 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct() 198 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct() 199 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); bre… in StreamingConstruct() 200 …case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGRPacked(pContext, &s); bre… in StreamingConstruct() 201 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct() 202 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct() 203 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct() 204 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct() 205 case ConstructContext::SKIP: ret = ConstructOpSkip(pContext, &s); break; in StreamingConstruct() [all …]
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmMessage.h | 59 bool ret = false; variable 73 ret = m_Child->sendMessageSub( type, object, targetId ); 74 if ( ret ) return true; 77 return ret; 197 bool ret = false; in sendMessageSub() local 214 ret = next->ReceveMessage( type, object, targetId ); in sendMessageSub() 215 if ( ret ) return true; in sendMessageSub() 219 ret = next->m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub() 220 if ( ret ) return true; in sendMessageSub() 229 ret = m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub() [all …]
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_HioSoundArchive.cpp | 179 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local 181 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader() 253 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local 254 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader() 263 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local 265 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader() 274 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local 276 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader() 290 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local 291 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader() [all …]
|
| D | snd_RomSoundArchive.cpp | 292 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local 294 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader() 366 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local 367 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader() 376 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local 378 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader() 387 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local 389 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader() 403 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local 404 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader() [all …]
|
| D | snd_MmlParser.cpp | 913 u16 ret = ReadByte( ptr ); in Read16() local 914 ret <<= 8; in Read16() 915 ret |= ReadByte( ptr ); in Read16() 916 return ret; in Read16() 930 u32 ret = ReadByte( ptr ); in Read24() local 931 ret <<= 8; in Read24() 932 ret |= ReadByte( ptr ); in Read24() 933 ret <<= 8; in Read24() 934 ret |= ReadByte( ptr ); in Read24() 935 return ret; in Read24() [all …]
|
| /NW4C-2.0.3/demos/snd/hioSoundArchive/sources/ |
| D | main.cpp | 212 bool ret = false; in OpenSoundArchive() local 216 ret = OpenLatestCopyFile( file, DIR_TYPE_A ); in OpenSoundArchive() 217 if ( ret == true ) in OpenSoundArchive() 223 ret = OpenLatestCopyFile( file, DIR_TYPE_B ); in OpenSoundArchive() 224 if ( ret == true ) in OpenSoundArchive() 240 ret = m_Archive.Open( HIO_ARCHIVE_PATH ); in OpenSoundArchive() 241 if ( ret == false ) in OpenSoundArchive() 278 ret = InitializeSoundManager(); in OpenSoundArchive() 280 return ret; in OpenSoundArchive() 422 bool ret = m_ArchivePlayer.StartSound( &m_Handle, id ).IsSuccess(); in OnUpdatePad() local [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/ |
| D | NW4C_mtl.ms.inc | 257 local ret = if allOn or not allOff then true else false 258 --format "isAllBoolSame % \n" ret 259 --return ret 309 local ret =false -- ���̃}�e���A������r�������������ǂ��� 313 ret = case attr.faceCulling of 320 if ret and (not isSearchAnd) then compare = false -- ���̔�r���������A���[�h��OR�Ȃ瑼�̔�r�͕s�v 321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�����������A���[�h��AND�Ȃ瑼�̔�r�͕s�v 326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off)) 327 if ret and (not isSearchAnd) then compare = false 328 else if (not ret) and isSearchAnd do compare = false [all …]
|
| D | NW4C_node.ms.inc | 473 local ret = 0 476 ret = 1 480 ret = -1 484 ret = if (v1[2].name > v2[2].name) then 1 else -1 486 ret 531 local ret= false 538 ret = true 548 ret = (id < v) 551 ret = (id <= v) 554 ret = (id == v) [all …]
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmLayout.cpp | 149 bool ret = false; in AddAnimationFrame() local 150 if ( m_AnimationNo >= m_LayoutResource->GetAnimationNum() ) return ret; in AddAnimationFrame() 168 ret = true; in AddAnimationFrame() 170 return ret; in AddAnimationFrame()
|
| D | demo.cpp | 633 bool ret = false; in ReceveMessage() local 668 ret = true; in ReceveMessage() 673 ret = true; in ReceveMessage() 678 ret = true; in ReceveMessage() 692 ret = true; in ReceveMessage() 713 ret = true; in ReceveMessage() 735 ret = true; in ReceveMessage() 757 ret = true; in ReceveMessage() 765 ret = true; in ReceveMessage() 771 ret = true; in ReceveMessage() [all …]
|
| D | SmModel.cpp | 311 bool ret = false; in AddAnimationFrame() local 314 if ( m_CurrentAnimEvNo == -1 ) return ret; in AddAnimationFrame() 329 ret = true; in AddAnimationFrame() 333 if ( !this->IsVisible() ) return ret; in AddAnimationFrame() 338 return ret; in AddAnimationFrame()
|
| /NW4C-2.0.3/sources/libraries/os/ |
| D | os_Utility.cpp | 144 int ret = VSNPrintf(dst, len, fmt, vlist); in SNPrintf() local 147 return ret; in SNPrintf()
|
| /NW4C-2.0.3/demos/snd/demolib/sources/ |
| D | demolib.cpp | 450 void* ret = nw::demo::Alloc( size, alignment ); in MemAlloc() local 452 void* ret = nw::demo::SimpleApp::AllocateDeviceMemory( size, alignment ); in MemAlloc() 456 if ( ret != NULL ) in MemAlloc() 458 std::memset( ret, 0xcd, size ); in MemAlloc() 460 return ret; in MemAlloc()
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_ParticleProfile.h | 140 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name) 142 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()
|