Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_ec.cc111 const size_t num_curves = EC_get_builtin_curves(nullptr, 0); in GetCurves() local
112 std::vector<EC_builtin_curve> curves(num_curves); in GetCurves()
113 CHECK_EQ(EC_get_builtin_curves(curves.data(), num_curves), num_curves); in GetCurves()
115 std::vector<Local<Value>> arr(num_curves); in GetCurves()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c1380 FT_Int num_curves; in cff_decoder_parse_charstrings() local
1391 num_curves = ( nargs - 2 ) / 6; in cff_decoder_parse_charstrings()
1394 cff_check_points( builder, num_curves * 3 + 2 ) ) in cff_decoder_parse_charstrings()
1400 while ( num_curves > 0 ) in cff_decoder_parse_charstrings()
1415 num_curves--; in cff_decoder_parse_charstrings()
/third_party/skia/third_party/skcms/
Dskcms.cc755 uint32_t num_curves, skcms_Curve* curves) { in read_curves() argument
756 for (uint32_t i = 0; i < num_curves; ++i) { in read_curves()