Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dcffdecode.c1077 cff_check_points( builder, num_args / 2 ) ) in cff_decoder_parse_charstrings()
1112 cff_check_points( builder, num_args ) ) in cff_decoder_parse_charstrings()
1146 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings()
1197 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1244 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1287 if ( cff_check_points( builder, ( nargs / 4 ) * 3 ) ) in cff_decoder_parse_charstrings()
1345 cff_check_points( builder, num_lines + 3 ) ) in cff_decoder_parse_charstrings()
1394 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
1438 cff_check_points( builder, 6 ) ) in cff_decoder_parse_charstrings()
1487 cff_check_points( builder, 6 ) ) in cff_decoder_parse_charstrings()
[all …]
Dpsauxmod.c127 cff_check_points, /* check_points */
Dpsobjs.h212 cff_check_points( CFF_Builder* builder,
Dpsobjs.c1918 cff_check_points( CFF_Builder* builder, in cff_check_points() function
1972 error = cff_check_points( builder, 1 ); in cff_builder_add_point1()
/external/freetype/
DChangeLog.292105 cff_check_points): Move to...
DChangeLog.24218 (cff_check_points): ...this and make it FT_LOCAL.