Searched refs:ccodeBegin (Results 1 – 3 of 3) sorted by relevance
303 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()
335 NN_ASSERT( map->ccodeBegin <= map->ccodeEnd ); in Rebuild()
286 u16 ccodeBegin; // このブロックが担当する文字コード範囲の最初の文字コード member