| /NW4C-1.2.23/sources/libraries/io/ |
| D | io_FileStream.cpp | 100 FileStream::FilePosition::Skip( s32 offset ) in Skip() 125 FileStream::FilePosition::Append( s32 offset ) in Append() 156 FileStream::FilePosition::Seek( s32 offset, u32 origin ) in Seek()
|
| D | io_RomFileStream.cpp | 182 void RomFileStream::Seek( s32 offset, u32 origin ) in Seek()
|
| D | io_HioFileStream.cpp | 194 void HioFileStream::Seek( s32 offset, u32 origin ) in Seek()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Memory.cpp | 49 size_t offset = nw::ut::GetOffsetFromPtr( memory, top ); in AlignMemory_() local 105 u8 offset = *head; in UnAlignMemory() local
|
| /NW4C-1.2.23/sources/libraries/anim/ |
| D | anim_AnimFrameController.cpp | 55 f32 offset = inputFrame - startFrame; in PlayPolicy_Loop() local
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_MmlParser.cpp | 180 u32 offset = Read24( &trackParam.currentAddr ); in Parse() local 196 u32 offset = Read24( &trackParam.currentAddr ); in Parse() local 211 u32 offset = Read24( &trackParam.currentAddr ); in Parse() local
|
| D | snd_RomSoundArchive.cpp | 602 RomSoundArchive::RomFileStream::RomFileStream( const char* path, u32 offset, u32 size ) in RomFileStream() 619 const nn::fs::File* fileInfo, u32 offset, u32 size ) in RomFileStream() 634 nn::fs::FileReader* fileReader, u32 offset, u32 size ) in RomFileStream() 660 void RomSoundArchive::RomFileStream::Seek( s32 offset, u32 origin ) in Seek()
|
| D | snd_HioSoundArchive.cpp | 376 HioSoundArchive::HioFileStream::HioFileStream( const char* path, u32 offset, u32 size ) in HioFileStream() 391 nn::hio::HostFile* openedFile, u32 offset, u32 size ) in HioFileStream() 416 void HioSoundArchive::HioFileStream::Seek( s32 offset, u32 origin ) in Seek()
|
| D | snd_StreamBufferPool.cpp | 81 PtrDiff offset = ut::GetOffsetFromPtr( m_pBuffer, pPtr ); in Free() local
|
| D | snd_PlayerHeap.cpp | 151 size_t offset = ut::GetOffsetFromPtr( m_pAllocAddress, m_pEndAddress ); in GetFreeSize() local
|
| D | snd_WaveSound.cpp | 95 s32 offset, in Prepare()
|
| D | snd_SoundArchiveLoader.cpp | 91 s32 offset, in ReadFile()
|
| D | snd_MemorySoundArchive.cpp | 210 void MemorySoundArchive::MemoryFileStream::Seek( s32 offset, u32 origin ) in Seek()
|
| D | snd_HardwareChannel.cpp | 38 u32 offset, in CalcOffsetDspAdpcmParam()
|
| D | snd_StreamSound.cpp | 134 s32 offset, in Prepare()
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_WaveArchiveFileReader.h | 66 u32 offset = m_pInfoBlockBody->GetOffsetFromFileBlockBody( waveIndex ); in GetWaveFileForWhole() local
|
| D | snd_BankFile.h | 208 u32 offset; // ignore member
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleAnimationOption.cpp | 168 int offset = (int)(random % (int)(this->GetAnimationDuration() + 1)); in EvaluateAnimationFrame() local
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 665 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in PrintImpl() local 672 const f32 offset = textWidth - width; in PrintImpl() local 848 const f32 offset = AdjustCenterValue(textWidth) - AdjustCenterValue(width); in AdjustCursor() local 854 const f32 offset = textWidth - width; in AdjustCursor() local
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ParticleSet.h | 302 void SetScaleOffset(const nw::math::VEC3& offset) in SetScaleOffset() 317 void SetRotateOffset(const nw::math::VEC3& offset) in SetRotateOffset()
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Inlines.h | 797 AddOffsetToPtr( void* ptr, T offset ) in AddOffsetToPtr() 803 AddOffsetToPtr( const void* ptr, T offset ) in AddOffsetToPtr() 818 AddU32ToPtr( void* ptr, u32 offset ) in AddU32ToPtr() 823 AddU32ToPtr( const void* ptr, u32 offset ) in AddU32ToPtr()
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmPrimitive.cpp | 276 nw::math::VEC4 offset; in Render() local
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 58 size_t offset in GetStringPtr() 71 size_t offset in GetStringPtr()
|
| /NW4C-1.2.23/demos/snd/withSdk/sources/ |
| D | main.cpp | 259 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice() local
|
| /NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/ |
| D | main.cpp | 286 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice() local
|