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