Home
last modified time | relevance | path

Searched defs:curve (Results 1 - 25 of 91) sorted by relevance

1234

/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() argument
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() argument
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() argument
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds() argument
H A DSkPathOpsCurve.cpp62 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight, in setConicBounds() argument
72 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar , in setCubicBounds() argument
82 void SkDCurve::setQuadBounds(const SkPoint curve[3], SkScalar , in setQuadBounds() argument
H A DSkOpEdgeBuilder.cpp33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() argument
89 SkPoint curve[4]; in preFetch() local
291 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb walk() local
320 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb walk() local
[all...]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
H A Dmain.c73 const char *curve = "P-256", *p; in main() local
/third_party/skia/tests/
H A DPathOpsBoundsTest.cpp65 SkDCurve curve; in DEF_TEST() local
H A DPathOpsThreeWayTest.cpp16 CubicPts curve; // largest can hold lines / quads/ cubics member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c135 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_regamma_v.c133 const struct gamma_curve *curve; in regamma_config_regions_and_segments() local
[all...]
/third_party/mbedtls/library/
H A Dpk_internal.h94 psa_ecc_family_t curve; in mbedtls_pk_get_ec_group_id() local
H A Dpsa_crypto_ecp.c327 psa_ecc_family_t curve = PSA_KEY_TYPE_ECC_GET_FAMILY( in mbedtls_psa_ecp_generate_key() local
546 psa_ecc_family_t curve = mbedtls_ecc_group_to_psa(ecp->grp.id, &bits); in mbedtls_psa_key_agreement_ecdh() local
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names_generated.c33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name() argument
H A Dpsa_constant_names.c83 append_with_curve(char **buffer, size_t buffer_size, size_t *required_size, const char *string, size_t length, psa_ecc_family_t curve) append_with_curve() argument
155 psa_snprint_ecc_curve(char *buffer, size_t buffer_size, psa_ecc_family_t curve) psa_snprint_ecc_curve() argument
[all...]
/third_party/libwebsockets/lib/jose/jwk/
H A Djwk.c178 lws_jwk_generate(struct lws_context *context, struct lws_jwk *jwk, enum lws_gencrypto_kty kty, int bits, const char *curve) lws_jwk_generate() argument
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c58 const struct lws_ec_curves *curve; in lws_genec_keypair_import() local
241 const struct lws_ec_curves *curve; in lws_genecdh_new_keypair() local
324 const struct lws_ec_curves *curve; lws_genecdsa_new_keypair() local
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c226 const struct lws_ec_curves *curve; in lws_genec_keypair_import() local
347 const struct lws_ec_curves *curve; in lws_genec_new_keypair() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff2-table.cc86 static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
187 static void curve (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
/kernel/linux/linux-5.10/crypto/
H A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member
[all...]
H A Decdsa.c18 const struct ecc_curve *curve; member
27 const struct ecc_curve *curve; member
96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Decdsa.c18 const struct ecc_curve *curve; member
27 const struct ecc_curve *curve; member
96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify() local
[all...]
H A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */ member
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddovi_rpu.c305 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
333 AVDOVIReshapingCurve *curve = &vdr->mapping.curves[c]; in ff_dovi_rpu_parse() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c69 float *curve; member
/third_party/skia/samplecode/
H A DSampleVariableWidthStroker.cpp90 static float Eval(const ScalarBezCurve& curve, float t) { in Eval() argument
119 Split(const ScalarBezCurve& curve, float t, ScalarBezCurve* left, ScalarBezCurve* right) Split() argument
163 ElevateDegree(const ScalarBezCurve& curve, int newDegree) ElevateDegree() argument
194 ZeroSet(const ScalarBezCurve& curve) ZeroSet() argument
202 Mul(const ScalarBezCurve& curve, float f) Mul() argument
287 ZeroSetRec(const ScalarBezCurve& curve, float tmin, float tmax, float tol, std::vector<float>* result) ZeroSetRec() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.h222 void SetToneCurve (const dng_1d_function &curve) in SetToneCurve() argument
/third_party/ffmpeg/libavfilter/
H A Daf_afade.c37 int curve, curve2; member
70 static double fade_gain(int curve, int64_t index, int64_t range) in fade_gain() argument
[all...]

Completed in 12 milliseconds

1234