Home
last modified time | relevance | path

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

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