Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp213 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in CalcVStringRect() local
311 int length = VSNPrintf(buffer, s_FormatBufferSize, format, args); in VPrintf() local
322 int length in Print()
357 int length in CalcLineWidth()
381 int length in CalcLineRectImpl()
552 int length in CalcStringRectImpl()
587 int length in PrintImpl()
799 int length in AdjustCursor()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp156 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
203 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_MmlParser.cpp103 const s32 length = ReadArg( in Parse() local
893 s32 length, in NoteOnCommandProc()
Dsnd_HioSoundArchive.cpp96 u32 length ) in OpenStream()
404 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_RomSoundArchive.cpp154 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
648 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_Channel.cpp323 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start()
Dsnd_SequenceTrack.cpp680 s32 length, in NoteOn()
/NW4C-1.2.23/sources/libraries/io/
Dio_HioFileStream.cpp160 s32 HioFileStream::Read( void* buf, u32 length ) in Read()
177 s32 HioFileStream::Write( const void* buf, u32 length ) in Write()
Dio_RomFileStream.cpp153 s32 RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-1.2.23/sources/libraries/anim/
Danim_AnimFrameController.cpp48 f32 length = endFrame - startFrame; in PlayPolicy_Loop() local
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp72 Screenshot::Set(const DisplayDescription& displayDescription, void* srcScreen, int length, int widt… in Set()
185 …int length = CalcMemorySize(displayDescription.format, displayDescription.width, displayDescriptio… in Take() local
Ddev_DirectPrint.cpp967 int length = ut::vsnprintf(buffer, BUFFER_SIZE, BUFFER_SIZE-1, format, vargs); in VPrintf() local
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmSliderBar.cpp32 SmSliderBar::SmSliderBar( uint x, uint y, uint length, SmSliderBarType type ) in SmSliderBar()
/NW4C-1.2.23/include/nw/snd/
Dsnd_NoteOnCallback.h33 int length; member
Dsnd_WaveSoundFile.h238 ut::ResF32 length; member
Dsnd_Channel.h155 void SetLength( s32 length ) { m_Length = length; } in SetLength()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h258 size_t length = std::char_traits<TChar>::length(str); in AllocateAndCopyString() local
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Arc.h63 u32 length; member
/NW4C-1.2.23/include/nw/ut/
Dut_Inlines.h73 size_t length = 0; in strncpy_t() local
211 size_t length = std::strlen(dest); in strncat() local
Dut_ResUtil.h109 ResU32 length; member
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ArcResourceAccessor.cpp76 size_t length = 0; in strncpy() local
Dlyt_Arc.cpp235 s32 length; // must be signed in ARCConvertPathToEntrynum() local