Home
last modified time | relevance | path

Searched refs:crv (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/tests/
DClipCubicTest.cpp37 static void PrintCurve(const char *name, const SkPoint crv[4]) { in PrintCurve()
40 (float)crv[0].fX, (float)crv[0].fY, in PrintCurve()
41 (float)crv[1].fX, (float)crv[1].fY, in PrintCurve()
42 (float)crv[2].fX, (float)crv[2].fY, in PrintCurve()
43 (float)crv[3].fX, (float)crv[3].fY); in PrintCurve()
68 SkPoint crv[4]) { in SetCurve()
69 crv[0].fX = x0; crv[0].fY = y0; in SetCurve()
70 crv[1].fX = x1; crv[1].fY = y1; in SetCurve()
71 crv[2].fX = x2; crv[2].fY = y2; in SetCurve()
72 crv[3].fX = x3; crv[3].fY = y3; in SetCurve()
[all …]
/third_party/flutter/skia/tests/
DClipCubicTest.cpp39 static void PrintCurve(const char *name, const SkPoint crv[4]) { in PrintCurve()
42 (float)crv[0].fX, (float)crv[0].fY, in PrintCurve()
43 (float)crv[1].fX, (float)crv[1].fY, in PrintCurve()
44 (float)crv[2].fX, (float)crv[2].fY, in PrintCurve()
45 (float)crv[3].fX, (float)crv[3].fY); in PrintCurve()
70 SkPoint crv[4]) { in SetCurve()
71 crv[0].fX = x0; crv[0].fY = y0; in SetCurve()
72 crv[1].fX = x1; crv[1].fY = y1; in SetCurve()
73 crv[2].fX = x2; crv[2].fY = y2; in SetCurve()
74 crv[3].fX = x3; crv[3].fY = y3; in SetCurve()
[all …]
/third_party/libwebsockets/lib/cose/
Dcose_sign_alg.c36 const char *crv; in lws_cose_sign_alg_create() local
49 crv = "P-256"; in lws_cose_sign_alg_create()
54 crv = "P-384"; in lws_cose_sign_alg_create()
59 crv = "P-521"; in lws_cose_sign_alg_create()
67 op, crv)) in lws_cose_sign_alg_create()
Dcose_validate_alg.c36 const char *crv; in lws_cose_val_alg_create() local
49 crv = "P-256"; in lws_cose_val_alg_create()
54 crv = "P-384"; in lws_cose_val_alg_create()
59 crv = "P-521"; in lws_cose_val_alg_create()
67 op, crv)) in lws_cose_val_alg_create()
Dcose_key.c141 int key_op, const char *crv) in lws_cose_key_checks() argument
153 assert((kty != LWSCOSE_WKKTV_OKP && kty != LWSCOSE_WKKTV_EC2) || crv); in lws_cose_key_checks()
224 if (ke->len != strlen(crv)) in lws_cose_key_checks()
226 if (memcmp(ke->buf, crv, ke->len)) in lws_cose_key_checks()
/third_party/boost/libs/core/test/
Dref_rv_fail3.cpp17 X const crv() { return X(); } in crv() function
21 boost::reference_wrapper<X const> r = boost::ref( crv() ); // this should produce an ERROR in main()
Dref_rv_fail5.cpp18 X const crv() { return X(); } in crv() function
22 boost::reference_wrapper<X const> r = boost::cref( crv() ); // must fail in main()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c121 const char *p, *crv; in main() local
272 crv = NULL; in main()
275 crv = lws_cmdline_option(argc, argv, "--curve"); in main()
276 if (!crv) { in main()
286 ck = lws_cose_key_generate(context, cose_kty, 0, bits, crv, in main()
/third_party/ffmpeg/libswscale/
Dyuv2rgb.c806 int64_t crv = inv_table[0]; in ff_yuv2rgb_c_init_tables() local
818 crv = (crv * 224) / 255; in ff_yuv2rgb_c_init_tables()
825 crv = (crv * contrast * saturation) >> 32; in ff_yuv2rgb_c_init_tables()
834 c->vrCoeff = roundToInt16(crv * (1 << 13)) * 0x0001000100010001ULL; in ff_yuv2rgb_c_init_tables()
842 c->yuv2rgb_v2r_coeff = (int16_t)roundToInt16(crv * (1 << 13)); in ff_yuv2rgb_c_init_tables()
848 crv = ((crv * (1 << 16)) + 0x8000) / FFMAX(cy, 1); in ff_yuv2rgb_c_init_tables()
886 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
905 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
927 fill_table(c->table_rV, 2, crv, y_table16 + yoffs); in ff_yuv2rgb_c_init_tables()
950 fill_table(c->table_rV, 2, crv, y_table16 + yoffs); in ff_yuv2rgb_c_init_tables()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_chromashift.c36 int crh, crv; member
105 const int crv = s->crv; \
117 const int dvy = av_clip(y - crv, 0, h-1) * svlinesize; \
147 const int crv = s->crv; \
159 int vy = (y - crv) % h; \
422 …{ "crv", "shift chroma-red vertically", OFFSET(crv), AV_OPT_TYPE_INT, {.i64=0}, -255, 255, .…
Dcolorspacedsp_template.c64 int crv = yuv2rgb_coeffs[0][2][0]; in fn() local
89 rgb0[x << SS_W] = av_clip_int16((y00 * cy + crv * v + rnd) >> sh); in fn()
91 rgb0[2 * x + 1] = av_clip_int16((y01 * cy + crv * v + rnd) >> sh); in fn()
93 rgb0[2 * x + rgb_stride] = av_clip_int16((y10 * cy + crv * v + rnd) >> sh); in fn()
94 rgb0[2 * x + rgb_stride + 1] = av_clip_int16((y11 * cy + crv * v + rnd) >> sh); in fn()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md43 {"crv":"P-256","d":"eMKM_S4BTL2aiebZLqvxglufV2YX4b3_32DesgEUOaM","key_ops":["sign","verify"],"kty":…
49 {"crv":"P-256","key_ops":["verify"],"kty":"EC","x":"OWauiGGtJ60ZegtqlwETQlmO1exTZdWbT2VbUs4a1hg","y…
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
DREADME.md38 {"crv":"P-521","kty":"EC","x":"_uRNBbIbm0zhk8v6ujvQX9924264ZkqJhit0qamAoCegzuJbLf434kN7_aFEt6u-QWUu…
55 {"crv":"P-521","d":"AU3iQSKfPskMTW4ZncrYLhipUYzLYty2XhemTQ_nSuUB1vB76jHmOYUTRXFBLkVCW8cQYyMa5dMa3Bv…
/third_party/flutter/skia/third_party/externals/sdl/
DMakefile.minimal38 $(AR) crv $@ $^
DMakefile.pandora33 $(AR) crv $@ $^
DMakefile.wiz30 $(AR) crv $@ $^
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h963 int key_op, const char *crv);
/third_party/mbedtls/library/
Dssl_srv.c890 const mbedtls_ecp_curve_info **crv = curves; in ssl_check_key_curve() local
893 while( *crv != NULL ) in ssl_check_key_curve()
895 if( (*crv)->grp_id == grp_id ) in ssl_check_key_curve()
897 crv++; in ssl_check_key_curve()
/third_party/typescript/lib/
Dlib.webworker.d.ts272 crv?: string; property
Dlib.dom.d.ts645 crv?: string; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts252 crv?: string; property
Ddom.generated.d.ts625 crv?: string; property
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt5229 "crv~z",
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt5229 "crv~z",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt5034 "crv~z",

12