Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_DispStringBuffer.cpp40 const u32 drawFlagBytes = math::RoundUp(this->charCountMax, 8) / 8; in DispStringBuffer() local
41 ptr += math::RoundUp(drawFlagBytes, sizeof(u32)); in DispStringBuffer()
Dfont_CharWriter.cpp544 const u32 drawFlagBytes = math::RoundUp(charNum, 8) / 8; in GetDispStringBufferSize() local
547 + math::RoundUp(drawFlagBytes, sizeof(u32)) in GetDispStringBufferSize()