/lvgl-latest/src/libs/thorvg/ |
D | tvgFill.cpp | 48 Result RadialGradient::Impl::radial(float cx, float cy, float r, float fx, float fy, float fr) in radial() 179 Result RadialGradient::radial(float cx, float cy, float r) noexcept in radial() 185 Result RadialGradient::radial(float* cx, float* cy, float* r) const noexcept in radial()
|
D | tvgFill.h | 94 float cx = 0.0f, cy = 0.0f; member
|
D | tvgShape.cpp | 143 Result Shape::appendCircle(float cx, float cy, float rx, float ry) noexcept in appendCircle() 162 Result Shape::appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) … in appendArc()
|
D | tvgCapi.cpp | 322 TVG_API Tvg_Result tvg_shape_append_arc(Tvg_Paint* paint, float cx, float cy, float radius, float s… in tvg_shape_append_arc() 329 TVG_API Tvg_Result tvg_shape_append_circle(Tvg_Paint* paint, float cx, float cy, float rx, float ry) in tvg_shape_append_circle() 631 TVG_API Tvg_Result tvg_radial_gradient_set(Tvg_Gradient* grad, float cx, float cy, float radius) in tvg_radial_gradient_set() 638 TVG_API Tvg_Result tvg_radial_gradient_get(Tvg_Gradient* grad, float* cx, float* cy, float* radius) in tvg_radial_gradient_get()
|
D | tvgMath.cpp | 339 float cy = ctrl2.y * it + end.y * t; in at() local
|
D | tvgSvgPath.cpp | 105 float cxp, cyp, cx, cy; in _pathAppendArcTo() local
|
D | tvgSvgLoaderCommon.h | 318 float cy; member 326 float cy; member 404 float cy; member
|
D | tvgLottieBuilder.cpp | 51 auto cy = cosf(radianY), sy = sinf(radianY);; in _rotationXYZ() local 497 static void _appendCircle(Shape* shape, float cx, float cy, float rx, float ry, const LottieOffsetM… in _appendCircle()
|
D | tvgSwFill.cpp | 261 auto cy = P(radial)->cy; in _prepareRadial() local
|
D | tvgLottieExpressions.cpp | 741 static jerry_value_t _velocity(float px, float cx, float py, float cy, float elapsed) in _velocity()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_nema_gfx_path.c | 124 void lv_nema_gfx_path_quad_to(lv_nema_gfx_path_t * path, float cx, float cy, float x, float y) in lv_nema_gfx_path_quad_to()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_arc.c | 91 float cy = dsc->center.y; in lv_draw_vg_lite_arc() local
|
D | lv_vg_lite_path.c | 375 float cx, float cy, in lv_vg_lite_path_quad_to() 484 float cx, float cy, in lv_vg_lite_path_append_circle() 522 float cx, float cy, in lv_vg_lite_path_append_arc()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 330 float cy = c->y; in lv_vector_path_append_circle() local 385 float cy = c->y; in lv_vector_path_append_arc() local 560 void lv_vector_dsc_set_fill_radial_gradient(lv_vector_dsc_t * dsc, float cx, float cy, float radius) in lv_vector_dsc_set_fill_radial_gradient() 663 void lv_vector_dsc_set_stroke_radial_gradient(lv_vector_dsc_t * dsc, float cx, float cy, float radi… in lv_vector_dsc_set_stroke_radial_gradient()
|
D | lv_draw_vector_private.h | 44 float cy; member
|
/lvgl-latest/tests/src/test_cases/ |
D | test_math.c | 27 float ax, bx, cx, ay, by, cy; in lv_cubic_bezier_f() local
|
D | test_svg.c | 682 float cy = (LV_ARRAY_GET(&svg_node1->attrs, 2, lv_svg_attr_t))->value.fval; in testGradient() local
|
/lvgl-latest/src/misc/ |
D | lv_math.c | 128 int32_t ax, bx, cx, ay, by, cy; in lv_cubic_bezier() local
|
D | lv_area.c | 590 int32_t cy = area->y1 + r; in lv_point_within_circle() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_arc.c | 389 float cy = _lerp((float)fullarc.p2y, (float)fullarc.p3y, t); in _get_arc_control_points() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_render.c | 119 float cy; member 126 float cy; member
|
D | lv_svg_parser.c | 650 float degree = 0.0f, cx = 0.0f, cy = 0.0f; in _parse_matrix() local
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 1202 int32_t cy; in draw_cursors() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 866 stbtt_vertex_type x, y, cx, cy, cx1, cy1; member 1795 stbtt_int32 cy) 1862 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) 1900 stbtt_int32 x, y, cx, cy, sx, sy, scx, scy; local 2155 stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1)
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 876 vg_lite_float_t cy; /*! y coordinate of the center point. */ member
|