Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c469 cff_check_points( CFF_Builder* builder, in cff_check_points() function
523 error = cff_check_points( builder, 1 ); in cff_builder_add_point1()
1437 cff_check_points( builder, num_args / 2 ) ) in cff_decoder_parse_charstrings()
1472 cff_check_points( builder, num_args ) ) in cff_decoder_parse_charstrings()
1506 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings()
1554 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1598 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1638 if ( cff_check_points( builder, ( nargs / 4 ) * 3 ) ) in cff_decoder_parse_charstrings()
1692 cff_check_points( builder, num_lines + 3 ) ) in cff_decoder_parse_charstrings()
1737 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
[all …]
Dcffgload.h110 cff_check_points( CFF_Builder* builder,
Dcf2ft.c217 error = cff_check_points( builder, 3 ); in cf2_builder_cubeTo()
/external/freetype/src/cff/
Dcffgload.c469 cff_check_points( CFF_Builder* builder, in cff_check_points() function
523 error = cff_check_points( builder, 1 ); in cff_builder_add_point1()
1437 cff_check_points( builder, num_args / 2 ) ) in cff_decoder_parse_charstrings()
1472 cff_check_points( builder, num_args ) ) in cff_decoder_parse_charstrings()
1506 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings()
1554 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1598 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings()
1638 if ( cff_check_points( builder, ( nargs / 4 ) * 3 ) ) in cff_decoder_parse_charstrings()
1692 cff_check_points( builder, num_lines + 3 ) ) in cff_decoder_parse_charstrings()
1737 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
[all …]
Dcffgload.h115 cff_check_points( CFF_Builder* builder,
Dcf2ft.c217 error = cff_check_points( builder, 3 ); in cf2_builder_cubeTo()