Home
last modified time | relevance | path

Searched defs:length (Results 1 – 22 of 22) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp215 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in CalcVStringRect() local
313 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in VPrintf() local
324 int length in Print()
359 int length in CalcLineWidth()
383 int length in CalcLineRectImpl()
554 int length in CalcStringRectImpl()
589 int length in PrintImpl()
801 int length in AdjustCursor()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp158 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
205 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_MmlParser.cpp105 const s32 length = ReadArg( in Parse() local
895 s32 length, in NoteOnCommandProc()
Dsnd_HioSoundArchive.cpp98 u32 length ) in OpenStream()
406 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_RomSoundArchive.cpp156 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
650 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_Channel.cpp325 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start()
Dsnd_SequenceTrack.cpp682 s32 length, in NoteOn()
/NW4C-2.0.3/sources/libraries/io/
Dio_HioFileStream.cpp162 s32 HioFileStream::Read( void* buf, u32 length ) in Read()
179 s32 HioFileStream::Write( const void* buf, u32 length ) in Write()
Dio_RomFileStream.cpp155 s32 RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-2.0.3/sources/libraries/anim/
Danim_AnimFrameController.cpp50 f32 length = endFrame - startFrame; in PlayPolicy_Loop() local
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Screenshot.cpp74 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set()
187 …int length = CalcMemorySize(displayDescription.format, displayDescription.width, displayDescriptio… in Take() local
Ddev_DirectPrint.cpp991 int length = ut::vsnprintf(buffer, BUFFER_SIZE, BUFFER_SIZE-1, format, vargs); in VPrintf() local
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSliderBar.cpp34 SmSliderBar::SmSliderBar( uint x, uint y, uint length, SmSliderBarType type ) in SmSliderBar()
/NW4C-2.0.3/include/nw/snd/
Dsnd_NoteOnCallback.h35 int length; member
Dsnd_WaveSoundFile.h240 ut::ResF32 length; member
Dsnd_Channel.h157 void SetLength( s32 length ) { m_Length = length; } in SetLength()
/NW4C-2.0.3/include/nw/os/
Dos_Memory.h298 size_t length = std::char_traits<TChar>::length(str); in AllocateAndCopyString() local
/NW4C-2.0.3/include/nw/ut/
Dut_Inlines.h75 size_t length = 0; in strncpy_t() local
213 size_t length = std::strlen(dest); in strncat() local
Dut_ResUtil.h112 ResU32 length; member
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Arc.h82 u32 length; member
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp78 size_t length = 0; in strncpy() local
Dlyt_Arc.cpp237 s32 length; // must be signed in ARCConvertPathToEntrynum() local