Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_DispStringBuffer.h48 struct DispStringBuffer struct
50 const u32 charCountMax; //!< 格納可能な文字
75 DispStringBuffer(u32 charNum); argument
78 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()
/NW4C-2.0.3/sources/libraries/font/
Dfont_DispStringBuffer.cpp29 DispStringBuffer::DispStringBuffer(u32 charNum) in DispStringBuffer() function in nw::font::DispStringBuffer