Home
last modified time | relevance | path

Searched defs:cx (Results 1 – 25 of 231) sorted by relevance

12345678910

/third_party/skia/gm/
Dinversepaths.cpp21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
80 SkScalar cx = slideWidth / 2 + slideBoundary; variable
Dbackdrop.cpp27 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader()
44 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
/third_party/libwebsockets/lib/core/
Dcontext.c247 struct lws_context *cx = (struct lws_context *)opaque; in lws_system_smd_cb() local
1546 lws_system_cpd_start(struct lws_context *cx) in lws_system_cpd_start()
1569 struct lws_context *cx = in lws_system_deferred_cb() local
1576 lws_system_cpd_start_defer(struct lws_context *cx, lws_usec_t defer_us) in lws_system_cpd_start_defer()
1587 lws_system_cpd_set(struct lws_context *cx, lws_cpd_result_t result) in lws_system_cpd_set()
1613 lws_system_cpd_state_get(struct lws_context *cx) in lws_system_cpd_state_get()
1621 lws_context_is_deprecated(struct lws_context *cx) in lws_context_is_deprecated()
2250 lws_log_prepend_context(struct lws_log_cx *cx, void *obj, char **p, char *e) in lws_log_prepend_context()
2260 lwsl_context_get_cx(struct lws_context *cx) in lwsl_context_get_cx()
Dlogs.c312 lws_log_emit_cx_file(struct lws_log_cx *cx, int level, const char *line, in lws_log_emit_cx_file()
327 lws_log_use_cx_file(struct lws_log_cx *cx, int _new) in lws_log_use_cx_file()
356 __lws_logv(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in __lws_logv()
473 void _lws_log_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in _lws_log_cx()
501 int lwsl_visible_cx(lws_log_cx_t *cx, int level) in lwsl_visible_cx()
507 lwsl_refcount_cx(lws_log_cx_t *cx, int _new) in lwsl_refcount_cx()
524 lwsl_hexdump_level_cx(lws_log_cx_t *cx, lws_log_prepend_cx_t prep, void *obj, in lwsl_hexdump_level_cx()
/third_party/flutter/skia/gm/
Dinversepaths.cpp21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square()
28 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line()
35 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle()
41 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line()
91 SkScalar cx = slideWidth / 2 + slideBoundary; variable
Dbackdrop.cpp26 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader()
43 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 ax, bx, cx, dx, si, di) \ argument
133 ax, bx, cx, dx, si, di) \ argument
157 ax, bx, cx, dx, si, di) \ argument
192 ax, bx, cx, dx, si, di) \ argument
219 ax, bx, cx, dx, si, di) \ argument
256 ax, bx, cx, dx, si, di) \ argument
263 ax, bx, cx, dx, si, di) \ argument
271 ax, bx, cx, dx, si, di) \ argument
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; in vmw_open_channel() local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; in vmw_close_channel() local
[all …]
/third_party/flutter/skia/experimental/svg/model/
DSkSVGCircle.cpp15 void SkSVGCircle::setCx(const SkSVGLength& cx) { in setCx()
30 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
50 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
DSkSVGEllipse.cpp15 void SkSVGEllipse::setCx(const SkSVGLength& cx) { in setCx()
34 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
59 const auto cx = lctx.resolve(fCx, SkSVGLengthContext::LengthType::kHorizontal); in resolve() local
DSkSVGRadialGradient.cpp15 void SkSVGRadialGradient::setCx(const SkSVGLength& cx) { in setCx()
38 if (const auto* cx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/third_party/rust/crates/tracing/tracing-opentelemetry/src/
Dspan_ext.rs121 let mut cx = Some(cx); in set_parent() localVariable
139 let mut cx = Some(cx); in add_link_with_attributes() localVariable
159 let mut cx = None; in context() localVariable
/third_party/node/deps/icu-small/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/third_party/icu/icu4c/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_ext.cpp124 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, in ucnv_extMatchToU()
237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteToU()
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchToU()
333 ucnv_extSimpleMatchToU(const int32_t *cx, in ucnv_extSimpleMatchToU()
531 ucnv_extMatchFromU(const int32_t *cx, in ucnv_extMatchFromU()
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, in ucnv_extWriteFromU()
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, in ucnv_extInitialMatchFromU()
813 ucnv_extSimpleMatchFromU(const int32_t *cx, in ucnv_extSimpleMatchFromU()
979 const int32_t *cx, in ucnv_extGetUnicodeSetString()
1035 const int32_t *cx; in ucnv_extGetUnicodeSet() local
/third_party/libwebsockets/lib/secure-streams/system/captive-portal-detect/
Dcaptive-portal-detect.c42 struct lws_context *cx = (struct lws_context *)m->opaque_data; in ss_cpd_state() local
84 lws_ss_sys_cpd(struct lws_context *cx) in lws_ss_sys_cpd()
/third_party/libwebsockets/lib/tls/
Dtls.c51 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_borrow() local
99 struct lws_context *cx = wsi->a.context; in _lws_tls_restrict_return() local
115 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_return_handshake() local
135 struct lws_context *cx = wsi->a.context; in lws_tls_restrict_return() local
/third_party/libwebsockets/lib/core-net/
Droute.c38 _lws_routing_entry_dump(struct lws_context *cx, lws_route_t *rou) in _lws_routing_entry_dump()
67 _lws_routing_table_dump(struct lws_context *cx) in _lws_routing_table_dump()
99 _lws_route_get_uidx(struct lws_context *cx) in _lws_route_get_uidx()
/third_party/skia/include/effects/
DSkGradientShader.h215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/third_party/flutter/skia/include/effects/
DSkGradientShader.h210 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
216 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
243 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
250 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
/third_party/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
81 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
75 int cx = c & 0x03; in DEF_TEST() local
/third_party/flutter/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp19 int cx = state.fC & 0x03; in testSimplifyTrianglesMain() local
84 int cx = c & 0x03; in DEF_TEST() local
DPathOpsSimplifyDegenerateThreadedTest.cpp18 int cx = state.fC & 0x03; in testSimplifyDegeneratesMain() local
76 int cx = c & 0x03; in DEF_TEST() local
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c86 try_connect(struct lws_context *cx) in try_connect()
358 struct lws_context *cx = mgr->parent; in system_notify_cb() local
372 jit_trust_query(struct lws_context *cx, const uint8_t *skid, in jit_trust_query()

12345678910