Home
last modified time | relevance | path

Searched refs:num_curves (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c1723 FT_Int num_curves; in cff_decoder_parse_charstrings() local
1734 num_curves = ( nargs - 2 ) / 6; in cff_decoder_parse_charstrings()
1737 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
1743 while ( num_curves > 0 ) in cff_decoder_parse_charstrings()
1755 num_curves--; in cff_decoder_parse_charstrings()
/external/freetype/src/cff/
Dcffgload.c1723 FT_Int num_curves; in cff_decoder_parse_charstrings() local
1734 num_curves = ( nargs - 2 ) / 6; in cff_decoder_parse_charstrings()
1737 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
1743 while ( num_curves > 0 ) in cff_decoder_parse_charstrings()
1755 num_curves--; in cff_decoder_parse_charstrings()
/external/boringssl/src/ssl/
Dt1_lib.c1521 size_t i, num_curves; in ssl_scan_clienthello_tlsext() local
1542 num_curves = CBS_len(&elliptic_curve_list) / 2; in ssl_scan_clienthello_tlsext()
1543 for (i = 0; i < num_curves; i++) { in ssl_scan_clienthello_tlsext()
1556 s->s3->tmp.peer_ellipticcurvelist_length = num_curves; in ssl_scan_clienthello_tlsext()