Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp352 TextBox::AllocStringBuffer(u16 minLen) in AllocStringBuffer() argument
354 if (minLen == 0) in AllocStringBuffer()
359 u32 allocLen = minLen; in AllocStringBuffer()
365 NW_WARNING(false, "minLen is too large. - %d\n", minLen); in AllocStringBuffer()
377 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
399 minLen); in AllocStringBuffer()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_TextBox.h227 virtual void AllocStringBuffer(u16 minLen);