Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_TextBox.cpp109 u16 allocStrBufLen = static_cast<u16>(pBlock->textBufBytes / sizeof(wchar_t)); in TextBox()
362 const u32 textBufBytes = allocLen * sizeof(wchar_t); in AllocStringBuffer() local
363 if (textBufBytes >= 0x10000) in AllocStringBuffer()
369 if (textBufBytes <= m_TextBufBytes) in AllocStringBuffer()
395 m_TextBufBytes = static_cast<u16>(textBufBytes); in AllocStringBuffer()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Resources.h974 ut::ResU16 textBufBytes; member