Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_DispStringBuffer.cpp42 const u32 drawFlagBytes = math::RoundUp(this->charCountMax, 8) / 8; in DispStringBuffer() local
43 ptr += math::RoundUp(drawFlagBytes, sizeof(u32)); in DispStringBuffer()
Dfont_CharWriter.cpp546 const u32 drawFlagBytes = math::RoundUp(charNum, 8) / 8; in GetDispStringBufferSize() local
549 + math::RoundUp(drawFlagBytes, sizeof(u32)) in GetDispStringBufferSize()