Home
last modified time | relevance | path

Searched refs:minLen (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp354 TextBox::AllocStringBuffer(u16 minLen) in AllocStringBuffer() argument
356 if (minLen == 0) in AllocStringBuffer()
361 u32 allocLen = minLen; in AllocStringBuffer()
367 NW_WARNING(false, "minLen is too large. - %d\n", minLen); in AllocStringBuffer()
379 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
401 minLen); in AllocStringBuffer()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h229 virtual void AllocStringBuffer(u16 minLen);