Searched refs:minLen (Results 1 – 2 of 2) sorted by relevance
354 TextBox::AllocStringBuffer(u16 minLen) in AllocStringBuffer() argument356 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()
229 virtual void AllocStringBuffer(u16 minLen);