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