/third_party/skia/src/pathops/ |
H A D | SkPathOpsRect.cpp | 13 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 D | SkPathOpsCurve.cpp | 62 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 D | SkOpEdgeBuilder.cpp | 33 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...] |
H A D | SkOpSegment.h | 46 SkDCurve curve; in addConic() local 54 SkDCurve curve; in addCubic() local 89 SkDCurve curve; in addQuad() local
|
H A D | SkPathOpsTSect.h | 90 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan() argument 98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit() argument 190 void resetBounds(const SkTCurve& curve) { in resetBounds() argument
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
H A D | main.c | 73 const char *curve = "P-256", *p; in main() local
|
/third_party/skia/tests/ |
H A D | PathOpsBoundsTest.cpp | 65 SkDCurve curve; in DEF_TEST() local
|
H A D | PathOpsThreeWayTest.cpp | 16 CubicPts curve; // largest can hold lines / quads/ cubics member
|
/third_party/mbedtls/library/ |
H A D | pk_internal.h | 94 psa_ecc_family_t curve; in mbedtls_pk_get_ec_group_id() local
|
H A D | psa_crypto_ecp.c | 327 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 D | psa_constant_names_generated.c | 33 static const char *psa_ecc_family_name(psa_ecc_family_t curve) in psa_ecc_family_name() argument
|
H A D | psa_constant_names.c | 83 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 D | jwk.c | 178 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 D | lws-genec.c | 58 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 D | lws-genec.c | 226 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 D | hb-ot-cff2-table.cc | 86 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
|
H A D | hb-ot-cff1-table.cc | 350 static void curve (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function 508 static void curve (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | dovi_rpu.c | 305 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 D | scal.c | 69 float *curve; member
|
/third_party/skia/samplecode/ |
H A D | SampleVariableWidthStroker.cpp | 90 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 D | dng_render.h | 222 void SetToneCurve (const dng_1d_function &curve) in SetToneCurve() argument
|
H A D | dng_camera_profile.cpp | 1356 const dng_1d_function & curve = dng_function_GammaEncode_sRGB::Get (); in BuildHueSatMapEncodingTable() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afade.c | 37 int curve, curve2; member 70 static double fade_gain(int curve, int64_t index, int64_t range) in fade_gain() argument [all...] |
/third_party/libwebsockets/lib/cose/ |
H A D | cose_key.c | 256 const char *curve; member 272 lws_cose_curve_name_to_id(const char *curve) in lws_cose_curve_name_to_id() argument 787 lws_cose_key_generate(struct lws_context *context, cose_param_t cose_kty, int use_mask, int bits, const char *curve, const uint8_t *kid, size_t kl) lws_cose_key_generate() argument [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrAAConvexTessellator.cpp | 82 addPt(const SkPoint& pt, SkScalar depth, SkScalar coverage, bool movable, CurveState curve) addPt() argument [all...] |