Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_DispStringBuffer.h52 u16 charCount; //!< 格納した文字数 member
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp1488 const u16 charCount = math::Min(pStringBuffer->charCount, pStringBuffer->GetDrawCharCount()); in BuildTextCommand() local