Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp111 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()
364 const u32 textBufBytes = allocLen * sizeof(wchar_t); in AllocStringBuffer() local
365 if (textBufBytes >= 0x10000) in AllocStringBuffer()
371 if (textBufBytes <= m_TextBufBytes) in AllocStringBuffer()
397 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Resources.h978 ut::ResU16 textBufBytes; member