Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds()
DSkOpEdgeBuilder.cpp33 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve()
89 SkPoint curve[4]; in preFetch() local
291 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
320 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
DSkPathOpsTSect.h90 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan()
98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit()
190 void resetBounds(const SkTCurve& curve) { in resetBounds()
DSkOpSegment.h46 SkDCurve curve; in addConic() local
54 SkDCurve curve; in addCubic() local
89 SkDCurve curve; in addQuad() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
64 void SkDRect::setBounds(const SkTCurve& curve) { in setBounds()
DSkOpEdgeBuilder.cpp29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve()
86 SkPoint curve[4]; in preFetch() local
297 SkPoint* curve = SkPath::kCubic_Verb == verb in walk() local
326 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
DSkPathOpsTSect.h91 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan()
99 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit()
191 void resetBounds(const SkTCurve& curve) { in resetBounds()
DSkOpSegment.h46 SkDCurve curve; in addConic() local
54 SkDCurve curve; in addCubic() local
89 SkDCurve curve; in addQuad() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_pkex.c38 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_exchange_req() local
219 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_exchange_resp() local
348 const struct dpp_curve_params *curve = bi->curve; in dpp_pkex_rx_exchange_req() local
581 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_commit_reveal_req() local
698 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_exchange_resp() local
900 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_build_commit_reveal_resp() local
1013 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_commit_reveal_req() local
1194 const struct dpp_curve_params *curve = pkex->own_bi->curve; in dpp_pkex_rx_commit_reveal_resp() local
Ddpp_crypto.c99 static int dpp_hash_vector(const struct dpp_curve_params *curve, in dpp_hash_vector()
249 struct crypto_ec_key * dpp_gen_keypair(const struct dpp_curve_params *curve) in dpp_gen_keypair()
263 struct crypto_ec_key * dpp_set_keypair(const struct dpp_curve_params **curve, in dpp_set_keypair()
312 int dpp_keygen(struct dpp_bootstrap_info *bi, const char *curve, in dpp_keygen()
587 dpp_parse_jws_prot_hdr(const struct dpp_curve_params *curve, in dpp_parse_jws_prot_hdr()
709 const struct dpp_curve_params *curve; in dpp_process_signed_connector() local
1145 int dpp_derive_pmkid(const struct dpp_curve_params *curve, in dpp_derive_pmkid()
1398 dpp_pkex_get_role_elem(const struct dpp_curve_params *curve, int init) in dpp_pkex_get_role_elem()
1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, in dpp_pkex_derive_Qi()
1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, in dpp_pkex_derive_Qr()
[all …]
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ddhe.js62 var curve = { variable in DiffieHellman
227 curve: this._curve, property
253 curve: this._curve, property
344 function generateECDSA(curve) { argument
372 curve: curve, property
409 curve: curve, property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Ddpp-qrcode.py75 def dpp_display(curve): argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Ddpp-qrcode.py75 def dpp_display(curve): argument
/third_party/libwebsockets/lib/tls/mbedtls/
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; in lws_genecdsa_new_keypair() local
/third_party/node/lib/internal/crypto/
Ddiffiehellman.js198 function ECDH(curve) { argument
224 ECDH.convertKey = function convertKey(key, curve, inEnc, outEnc, format) { argument
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp49 SkCurveExternalValue(const char* name, SkSL::Compiler& compiler, const SkCurve& curve) in SkCurveExternalValue()
70 SkCurveBinding(const char* name = "", const SkCurve& curve = 0.0f) in SkCurveBinding()
93 SkColorCurveExternalValue(const char* name, SkSL::Compiler& compiler, const SkColorCurve& curve) in SkColorCurveExternalValue()
117 const SkColorCurve& curve = SkColor4f{ 1.0f, 1.0f, 1.0f, 1.0f }) in SkColorCurveBinding()
275 sk_sp<SkParticleBinding> SkParticleBinding::MakeCurve(const char* name, const SkCurve& curve) { in MakeCurve()
280 const SkColorCurve& curve) { in MakeColorCurve()
/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectrgbtocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_rgb_to_curve()
Dgstgleffectlumatocurve.c29 const GstGLEffectsCurve * curve, gint curve_index, GstGLMemory * in_tex, in gst_gl_effects_luma_to_curve()
/third_party/node/deps/npm/node_modules/ecc-jsbn/
Dindex.js13 exports.ECKey = function(curve, key, isPublic) argument
/third_party/mbedtls/scripts/
Decp_comb_table.py197 def compute_curve(curve): argument
/third_party/harfbuzz/src/
Dhb-ot-cff2-table.cc86 …static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, con… in curve() function
187 …static void curve (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1, const … in curve() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.cc86 …static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, con… in curve() function
187 …static void curve (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1, const … in curve() function
/third_party/libwebsockets/lib/cose/
Dcose_key.c256 const char *curve; member
272 lws_cose_curve_name_to_id(const char *curve) in lws_cose_curve_name_to_id()
788 int use_mask, int bits, const char *curve, in lws_cose_key_generate()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c73 const char *curve = "P-256", *p; in main() local
/third_party/flutter/skia/tests/
DPathOpsBoundsTest.cpp65 SkDCurve curve; in DEF_TEST() local

12345