Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 33) sorted by relevance

12

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSoundFile.h233 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()
Dsnd_WaveArchiveFile.h72 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()
Dsnd_GroupFile.h70 Util::Table<GroupItemInfo> table;
73 NW_INLINE u32 GetItemCount() const { return table.count; }
80 return &table.item[ index ];
Dsnd_Util.h414 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/
Dsnd_SoundArchiveFile.cpp194 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 …]
Dsnd_AnimSoundFileReader.cpp99 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()
Dsnd_Util.cpp693 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()
Dsnd_StreamSoundFile.cpp113 table.GetReferedItem( index, ElementType_StreamSoundFile_TrackInfo ) ); in GetTrackInfo()
122 NW_ASSERT( index < table.count ); in GetChannelInfo()
125 table.GetReferedItem( in GetChannelInfo()
Dsnd_StreamSoundFileReader.cpp87 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()
Dsnd_SoundArchiveLoader.cpp419 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 …]
Dsnd_BankFile.cpp248 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/
Dmanpage.css299 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/
Dmain.css327 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/
Dmain.css327 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/
Dmanpage.css305 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/
Dmanpage.css292 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/
Dgfx_GraphicsDevice.cpp150 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/
Dgfx_ResGraphicsFile.h1078 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/
Dmanual.css274 table { selector
287 table thead th {
299 table thead td {
307 table tr {
309 table th {
317 table td {
327 table.space {
Dfonts-min.css7 …;}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/
Dmanpage.css390 TABLE.table
395 TABLE.table TR, TABLE.table TD
410 TABLE.table TH
/NW4C-2.0.3/documents/DccPlugin/Softimage/html/css/
Dmanpage.css390 TABLE.table
395 TABLE.table TR, TABLE.table TD
410 TABLE.table TH
/NW4C-2.0.3/documents/DccPlugin/common/css/
Dmanpage.css390 TABLE.table
395 TABLE.table TR, TABLE.table TD
410 TABLE.table TH
/NW4C-2.0.3/documents/DccPlugin/Maya/html/css/
Dmanpage.css390 TABLE.table
395 TABLE.table TR, TABLE.table TD
410 TABLE.table TH
/NW4C-2.0.3/documents/DccPlugin/3dsMax/html/css/
Dmanpage.css390 TABLE.table
395 TABLE.table TR, TABLE.table TD
410 TABLE.table TH

12