| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_StreamSoundFile.h | 233 Util::ReferenceTable table; member 237 u32 GetTrackCount() const { return table.count; } in GetTrackCount() 270 Util::Table<u8> table; member 275 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() 278 NW_ASSERT( index < table.count ); in GetGlobalIndex() 279 return table.item[ index ]; in GetGlobalIndex() 287 Util::ReferenceTable table; member 290 NW_INLINE u32 GetChannelCount() const { return table.count; } in GetChannelCount()
|
| D | snd_WaveArchiveFile.h | 72 Util::Table<Util::ReferenceWithSize> table; member 75 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() 79 return table.item[ index ].size; in GetSize() 84 return table.item[ index ].offset; in GetOffsetFromFileBlockBody()
|
| D | snd_GroupFile.h | 70 Util::Table<GroupItemInfo> table; 73 NW_INLINE u32 GetItemCount() const { return table.count; } 80 return &table.item[ index ];
|
| D | snd_Util.h | 414 Table<WaveId> table; member 419 if ( index >= table.count ) in GetWaveId() 423 return &table.item[ index ]; in GetWaveId() 425 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundArchiveFile.cpp | 194 const StringTable* table = GetStringTable(); in GetString() local 195 if ( table == NULL ) return NULL; in GetString() 197 return table->GetString( stringId ); in GetString() 280 const Util::ReferenceTable& table = GetSoundInfoReferenceTable(); in GetSoundInfo() local 281 if ( index >= table.count ) in GetSoundInfo() 285 return reinterpret_cast<const SoundInfo*>( table.GetReferedItem( index ) ); in GetSoundInfo() 297 const Util::ReferenceTable& table = GetBankInfoReferenceTable(); in GetBankInfo() local 298 if ( index >= table.count ) in GetBankInfo() 302 return reinterpret_cast<const BankInfo*>( table.GetReferedItem( index ) ); in GetBankInfo() 314 const Util::ReferenceTable& table = GetPlayerInfoReferenceTable(); in GetPlayerInfo() local [all …]
|
| D | snd_AnimSoundFileReader.cpp | 99 const AnimSoundFile::AnimEventTable* table = body->GetAnimEventTable(); in Initialize() local 100 NW_NULL_ASSERT( table ); in Initialize() 101 if ( ! table ) in Initialize() 106 m_pAnimEventTable = table; in Initialize()
|
| D | snd_Util.cpp | 693 const f32* table = NULL; in CalcPanRatio() local 696 table = PanTableTableForSurround[ info.curve ]; in CalcPanRatio() 700 table = PanTableTable[ info.curve ]; in CalcPanRatio() 704 ratio = table[ static_cast<int>( pan * PAN_TABLE_MAX + 0.5f ) ]; in CalcPanRatio() 708 ratio /= table[ PAN_TABLE_CENTER ]; // 中央で1.0倍になるようにする in CalcPanRatio() 727 const f32* table = PanTableTable[ info.curve ]; in CalcSurroundPanRatio() local 729 f32 ratio = table[ static_cast<int>( surroundPan * PAN_TABLE_MAX + 0.5f ) ]; in CalcSurroundPanRatio() 876 const Util::WaveIdTable& table = bankFileReader.GetWaveIdTable(); in IsLoadedWaveArchive() local 880 const Util::WaveId* pWaveId = table.GetWaveId( 0 ); in IsLoadedWaveArchive() 899 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsLoadedWaveArchive()
|
| D | snd_StreamSoundFile.cpp | 113 table.GetReferedItem( index, ElementType_StreamSoundFile_TrackInfo ) ); in GetTrackInfo() 122 NW_ASSERT( index < table.count ); in GetChannelInfo() 125 table.GetReferedItem( in GetChannelInfo()
|
| D | snd_StreamSoundFileReader.cpp | 87 const StreamSoundFile::TrackInfoTable* table = in ReadStreamTrackInfo() local 90 if ( trackIndex >= static_cast<int>( table->GetTrackCount() ) ) in ReadStreamTrackInfo() 95 const StreamSoundFile::TrackInfo* src = table->GetTrackInfo( trackIndex ); in ReadStreamTrackInfo()
|
| D | snd_SoundArchiveLoader.cpp | 419 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank() local 421 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank() 423 const internal::Util::WaveId* pWaveId = table.GetWaveId( i ); in LoadBank() 839 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup() local 840 if ( table.GetCount() <= 0 ) in SetWaveArchiveTableWithBankInEmbeddedGroup() 845 const Util::WaveId* pWaveId = table.GetWaveId( 0U ); in SetWaveArchiveTableWithBankInEmbeddedGroup() 1334 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded() local 1336 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded() 1338 const internal::Util::WaveId* pWaveId = table.GetWaveId( i ); in IsBankDataLoaded() 1517 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile() local [all …]
|
| D | snd_BankFile.cpp | 248 const Util::ReferenceTable& table = GetInstrumentReferenceTable(); in GetInstrument() local 249 const Util::Reference& ref = table.item[ programNo ]; in GetInstrument() 263 table.GetReferedItem( programNo ) ); in GetInstrument()
|
| /NW4C-2.0.3/documents/EffectMaker/html/css/ |
| D | manpage.css | 299 table selector 310 table caption 319 table tr 325 table td 333 table th 343 table td.image 348 table thead td 354 table tbody th 361 table.toolbar 372 table.toolbar caption [all …]
|
| /NW4C-2.0.3/documents/3DEditor/html/common/ |
| D | main.css | 327 table selector 338 table caption 347 table tr 353 table td 362 table td.image 367 table thead td 374 table.toolbar 385 table.toolbar caption 394 table.shortcut tr 400 table.toolbar td [all …]
|
| /NW4C-2.0.3/documents/EffectMaker/html/common/ |
| D | main.css | 327 table selector 338 table caption 347 table tr 353 table td 362 table td.image 367 table thead td 374 table.toolbar 385 table.toolbar caption 394 table.shortcut tr 400 table.toolbar td [all …]
|
| /NW4C-2.0.3/documents/LayoutEditor/html/css/ |
| D | manpage.css | 305 table selector 316 table caption 325 table tr 331 table td 340 table thead td 347 table.toolbar 358 table.toolbar caption 367 table.shortcut tr 373 table.toolbar td 389 table.toolbar thead td [all …]
|
| /NW4C-2.0.3/documents/SoundMaker/html/css/ |
| D | manpage.css | 292 table selector 303 table caption 312 table tr 318 table td 327 table thead td 334 table.toolbar 345 table.toolbar caption 354 table.shortcut tr 360 table.toolbar td 376 table.toolbar thead td [all …]
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_GraphicsDevice.cpp | 150 static const char* table[] = in Report() local 157 NW_LOG(" %s\n", table[s_FragOperationMode]); in Report() 221 static const char* table[] = in Report() local 231 table[target], in Report()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResGraphicsFile.h | 1078 ResFragmentLightingTable table = in operator() local 1080 if (table.IsValid()) in operator() 1082 CheckReferenceLutAndExec(table.GetReflectanceRSampler()); in operator() 1083 CheckReferenceLutAndExec(table.GetReflectanceGSampler()); in operator() 1084 CheckReferenceLutAndExec(table.GetReflectanceBSampler()); in operator() 1085 CheckReferenceLutAndExec(table.GetDistribution0Sampler()); in operator() 1086 CheckReferenceLutAndExec(table.GetDistribution1Sampler()); in operator() 1087 CheckReferenceLutAndExec(table.GetFresnelSampler()); in operator() 1323 const int table[] = in operator() local 1331 resMaterial.SetShaderProgramDescriptionIndex(table[activeCoordinatorsCount]); in operator()
|
| /NW4C-2.0.3/documents/CreativeStudio/html/common/ |
| D | manual.css | 274 table { selector 287 table thead th { 299 table thead td { 307 table tr { 309 table th { 317 table td { 327 table.space {
|
| D | fonts-min.css | 7 …;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;… selector
|
| /NW4C-2.0.3/documents/DccPlugin/Photoshop/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-2.0.3/documents/DccPlugin/Softimage/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-2.0.3/documents/DccPlugin/common/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-2.0.3/documents/DccPlugin/Maya/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-2.0.3/documents/DccPlugin/3dsMax/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|