Searched defs:DispStringBuffer (Results 1 – 2 of 2) sorted by relevance
48 struct DispStringBuffer struct50 const u32 charCountMax; //!< 格納可能な文字数75 DispStringBuffer(u32 charNum); argument78 void ClearCommand() in ClearCommand()84 bool IsGeneratedCommand() in IsGeneratedCommand()90 bool IsCommandEmpty() in IsCommandEmpty()96 u16 GetDrawCharCount() const { return drawCharCount; } in GetDrawCharCount()99 void SetDrawCharCount(u16 count) in SetDrawCharCount()105 void ResetDrawCharCount() in ResetDrawCharCount()
29 DispStringBuffer::DispStringBuffer(u32 charNum) in DispStringBuffer() function in nw::font::DispStringBuffer