Searched refs:cff_check_points (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/psaux/ |
D | cffdecode.c | 1065 cff_check_points( builder, num_args / 2 ) ) in cff_decoder_parse_charstrings() 1100 cff_check_points( builder, num_args ) ) in cff_decoder_parse_charstrings() 1134 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings() 1185 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings() 1232 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings() 1275 if ( cff_check_points( builder, ( nargs / 4 ) * 3 ) ) in cff_decoder_parse_charstrings() 1333 cff_check_points( builder, num_lines + 3 ) ) in cff_decoder_parse_charstrings() 1382 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings() 1426 cff_check_points( builder, 6 ) ) in cff_decoder_parse_charstrings() 1475 cff_check_points( builder, 6 ) ) in cff_decoder_parse_charstrings() [all …]
|
D | psauxmod.c | 128 cff_check_points, /* check_points */
|
D | psobjs.h | 213 cff_check_points( CFF_Builder* builder,
|
D | psobjs.c | 1919 cff_check_points( CFF_Builder* builder, in cff_check_points() function 1973 error = cff_check_points( builder, 1 ); in cff_builder_add_point1()
|
/external/freetype/ |
D | ChangeLog | 3464 cff_check_points): Move to...
|
D | ChangeLog.24 | 218 (cff_check_points): ...this and make it FT_LOCAL.
|