Home
last modified time | relevance | path

Searched refs:ccodeBegin (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp303 if (pMap->ccodeBegin <= c && c <= pMap->ccodeEnd) in FindGlyphIndex()
332 index = static_cast<u16>(c - pMap->ccodeBegin + offset); in FindGlyphIndex()
340 const int table_index = c - pMap->ccodeBegin; in FindGlyphIndex()
Dfont_ResFont.cpp335 NN_ASSERT( map->ccodeBegin <= map->ccodeEnd ); in Rebuild()
/NW4C-1.2.23/include/nw/font/
Dfont_ResourceFormat.h286 u16 ccodeBegin; // このブロックが担当する文字コード範囲の最初の文字コード member