Home
last modified time | relevance | path

Searched defs:DispStringBuffer (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_DispStringBuffer.h46 struct DispStringBuffer struct
48 const u32 charCountMax; //!< 格納可能な文字
73 DispStringBuffer(u32 charNum); argument
76 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()
/NW4C-1.3.3/sources/libraries/font/
Dfont_DispStringBuffer.cpp27 DispStringBuffer::DispStringBuffer(u32 charNum) in DispStringBuffer() function in nw::font::DispStringBuffer