Searched refs:drawFlagBytes (Results 1 – 2 of 2) sorted by relevance
42 const u32 drawFlagBytes = math::RoundUp(this->charCountMax, 8) / 8; in DispStringBuffer() local43 ptr += math::RoundUp(drawFlagBytes, sizeof(u32)); in DispStringBuffer()
546 const u32 drawFlagBytes = math::RoundUp(charNum, 8) / 8; in GetDispStringBufferSize() local549 + math::RoundUp(drawFlagBytes, sizeof(u32)) in GetDispStringBufferSize()