Searched defs:DispStringBuffer (Results 1 – 2 of 2) sorted by relevance
46 struct DispStringBuffer struct48 const u32 charCountMax; //!< 格納可能な文字数73 DispStringBuffer(u32 charNum); argument76 void ClearCommand() in ClearCommand()82 bool IsGeneratedCommand() in IsGeneratedCommand()88 bool IsCommandEmpty() in IsCommandEmpty()94 u16 GetDrawCharCount() const { return drawCharCount; } in GetDrawCharCount()97 void SetDrawCharCount(u16 count) in SetDrawCharCount()103 void ResetDrawCharCount() in ResetDrawCharCount()
27 DispStringBuffer::DispStringBuffer(u32 charNum) in DispStringBuffer() function in nw::font::DispStringBuffer