Searched refs:num_pairs (Results 1 – 1 of 1) sorted by relevance
88 FT_UInt num_pairs, length, coverage, format; in tt_face_load_kern() local121 num_pairs = FT_NEXT_USHORT( p ); in tt_face_load_kern()124 if ( ( p_next - p ) < 6 * (int)num_pairs ) /* handle broken count */ in tt_face_load_kern()125 num_pairs = (FT_UInt)( ( p_next - p ) / 6 ); in tt_face_load_kern()133 if ( num_pairs > 0 ) in tt_face_load_kern()142 for ( count = num_pairs - 1; count > 0; count-- ) in tt_face_load_kern()209 FT_UInt num_pairs; in tt_face_get_kerning() local225 num_pairs = FT_NEXT_USHORT( p ); in tt_face_get_kerning()229 num_pairs = (FT_UInt)( ( next - p ) / 6 ); in tt_face_get_kerning()241 FT_UInt max = num_pairs; in tt_face_get_kerning()[all …]