Home
last modified time | relevance | path

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

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