Home
last modified time | relevance | path

Searched refs:cff_check_points (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/psaux/
Dcffdecode.c1065 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 …]
Dpsauxmod.c128 cff_check_points, /* check_points */
Dpsobjs.h213 cff_check_points( CFF_Builder* builder,
Dpsobjs.c1919 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/
DChangeLog3464 cff_check_points): Move to...
DChangeLog.24218 (cff_check_points): ...this and make it FT_LOCAL.