| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_StreamSoundFile.h | 231 Util::ReferenceTable table; member 235 u32 GetTrackCount() const { return table.count; } in GetTrackCount() 268 Util::Table<u8> table; member 273 NW_INLINE u32 GetCount() const { return table.count; } in GetCount() 276 NW_ASSERT( index < table.count ); in GetGlobalIndex() 277 return table.item[ index ]; in GetGlobalIndex() 285 Util::ReferenceTable table; member 288 NW_INLINE u32 GetChannelCount() const { return table.count; } in GetChannelCount()
|
| D | snd_WaveArchiveFile.h | 70 Util::Table<Util::ReferenceWithSize> table; member 73 inline u32 GetWaveFileCount() const { return table.count; } in GetWaveFileCount() 77 return table.item[ index ].size; in GetSize() 82 return table.item[ index ].offset; in GetOffsetFromFileBlockBody()
|
| D | snd_GroupFile.h | 64 Util::Table<GroupItemInfo> table; 67 NW_INLINE u32 GetItemCount() const { return table.count; } 74 return &table.item[ index ];
|
| D | snd_Util.h | 392 Table<WaveId> table; member 397 NW_ASSERT( index < table.count ); in GetWaveId() 398 return table.item[ index ]; in GetWaveId() 400 NW_INLINE u32 GetCount() const { return table.count; } in GetCount()
|
| D | snd_SoundArchiveFile.h | 173 Util::ReferenceWithSizeTable table; member 179 ut::AddOffsetToPtr( this, table.item[ stringId ].offset ) ); in GetString() 183 return table.count; in GetCount()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundArchiveFile.cpp | 192 const StringTable* table = GetStringTable(); in GetString() local 193 if ( table == NULL ) return NULL; in GetString() 195 return table->GetString( stringId ); in GetString() 278 const Util::ReferenceTable& table = GetSoundInfoReferenceTable(); in GetSoundInfo() local 279 if ( index >= table.count ) in GetSoundInfo() 283 return reinterpret_cast<const SoundInfo*>( table.GetReferedItem( index ) ); in GetSoundInfo() 295 const Util::ReferenceTable& table = GetBankInfoReferenceTable(); in GetBankInfo() local 296 if ( index >= table.count ) in GetBankInfo() 300 return reinterpret_cast<const BankInfo*>( table.GetReferedItem( index ) ); in GetBankInfo() 312 const Util::ReferenceTable& table = GetPlayerInfoReferenceTable(); in GetPlayerInfo() local [all …]
|
| D | snd_Util.cpp | 689 const f32* table = NULL; in CalcPanRatio() local 692 table = PanTableTableForSurround[ info.curve ]; in CalcPanRatio() 696 table = PanTableTable[ info.curve ]; in CalcPanRatio() 700 ratio = table[ static_cast<int>( pan * PAN_TABLE_MAX + 0.5f ) ]; in CalcPanRatio() 704 ratio /= table[ PAN_TABLE_CENTER ]; // 中央で1.0倍になるようにする in CalcPanRatio() 723 const f32* table = PanTableTable[ info.curve ]; in CalcSurroundPanRatio() local 725 f32 ratio = table[ static_cast<int>( surroundPan * PAN_TABLE_MAX + 0.5f ) ]; in CalcSurroundPanRatio()
|
| D | snd_StreamSoundFile.cpp | 111 table.GetReferedItem( index, ElementType_StreamSoundFile_TrackInfo ) ); in GetTrackInfo() 120 NW_ASSERT( index < table.count ); in GetChannelInfo() 123 table.GetReferedItem( in GetChannelInfo()
|
| D | snd_StreamSoundFileReader.cpp | 85 const StreamSoundFile::TrackInfoTable* table = in ReadStreamTrackInfo() local 88 if ( trackIndex >= static_cast<int>( table->GetTrackCount() ) ) in ReadStreamTrackInfo() 93 const StreamSoundFile::TrackInfo* src = table->GetTrackInfo( trackIndex ); in ReadStreamTrackInfo()
|
| D | snd_BankFile.cpp | 246 const Util::ReferenceTable& table = GetInstrumentReferenceTable(); in GetInstrument() local 247 const Util::Reference& ref = table.item[ programNo ]; in GetInstrument() 261 table.GetReferedItem( programNo ) ); in GetInstrument()
|
| D | snd_SoundDataManager.cpp | 414 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank() local 416 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank() 418 const internal::Util::WaveId& waveId = table.GetWaveId( i ); in LoadBank() 1084 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded() local 1086 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded() 1088 const internal::Util::WaveId& waveId = table.GetWaveId( i ); in IsBankDataLoaded()
|
| /NW4C-1.2.23/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 …]
|
| D | main.css | 137 table selector
|
| /NW4C-1.2.23/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 …]
|
| D | main.css | 137 table selector
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_GraphicsDevice.cpp | 131 static const char* table[] = in Report() local 159 …NW_LOG("%5s : 0x%8x : %s\n", table[target], m_LutTargets[target].ptr(), m_LutTargets[target].IsVal… in Report()
|
| /NW4C-1.2.23/documents/CreativeStudio/html/common/ |
| D | manual.css | 229 table { selector 243 table thead th { 254 table thead td { 262 table tr { 264 table th { 271 table td {
|
| D | fonts-min.css | 7 …;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;… selector
|
| /NW4C-1.2.23/documents/DccPlugin/3dsMax/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-1.2.23/documents/DccPlugin/Photoshop/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-1.2.23/documents/DccPlugin/Maya/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-1.2.23/documents/DccPlugin/Softimage/html/css/ |
| D | manpage.css | 390 TABLE.table 395 TABLE.table TR, TABLE.table TD 410 TABLE.table TH
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResMaterial.h | 471 static const u32 table[] = in SetCullingMode() local 479 internal::SetCmdValue( &ref().m_CommandBuffer[0], table[value], CMD_MASK, CMD_SHIFT ); in SetCullingMode() 575 const u32 table[] = in SetMode() local 583 internal::SetCmdValue( &ref().m_CommandBuffer[0], table[value], CMD_MASK, CMD_SHIFT ); in SetMode() 890 static const uint table[] = in SetTestFunc() local 902 internal::SetCmdValue( &ref().m_CommandBuffer[2], table[value], CMD_MASK126, CMD_SHIFT126 ); in SetTestFunc()
|
| D | gfx_ResGraphicsFile.h | 944 const int table[] = in operator() local 952 resMaterial.SetShaderProgramDescriptionIndex(table[activeCoordinatorsCount]); in operator()
|
| /NW4C-1.2.23/documents/CreativeStudio/html/assets/ |
| D | treeview-skin.css | 17 table.ygtvtable {
|