Searched refs:num_cmaps (Results 1 – 2 of 2) sorted by relevance
3769 FT_UInt volatile num_cmaps; in tt_face_build_cmaps() local3788 num_cmaps = TT_NEXT_USHORT( p ); in tt_face_build_cmaps()3790 for ( ; num_cmaps > 0 && p + 8 <= limit; num_cmaps-- ) in tt_face_build_cmaps()
1235 int32_t num_cmaps = NumCMaps(data); in Initialize() local1236 for (int32_t i = 0; i < num_cmaps; ++i) { in Initialize()