Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgFill.cpp48 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()
DtvgFill.h94 float cx = 0.0f, cy = 0.0f; member
DtvgShape.cpp143 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()
DtvgCapi.cpp322 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()
DtvgMath.cpp339 float cy = ctrl2.y * it + end.y * t; in at() local
DtvgSvgPath.cpp105 float cxp, cyp, cx, cy; in _pathAppendArcTo() local
DtvgSvgLoaderCommon.h318 float cy; member
326 float cy; member
404 float cy; member
DtvgLottieBuilder.cpp51 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()
DtvgSwFill.cpp261 auto cy = P(radial)->cy; in _prepareRadial() local
DtvgLottieExpressions.cpp741 static jerry_value_t _velocity(float px, float cx, float py, float cy, float elapsed) in _velocity()
/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.c124 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/
Dlv_draw_vg_lite_arc.c91 float cy = dsc->center.y; in lv_draw_vg_lite_arc() local
Dlv_vg_lite_path.c375 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/
Dlv_draw_vector.c330 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()
Dlv_draw_vector_private.h44 float cy; member
/lvgl-latest/tests/src/test_cases/
Dtest_math.c27 float ax, bx, cx, ay, by, cy; in lv_cubic_bezier_f() local
Dtest_svg.c682 float cy = (LV_ARRAY_GET(&svg_node1->attrs, 2, lv_svg_attr_t))->value.fval; in testGradient() local
/lvgl-latest/src/misc/
Dlv_math.c128 int32_t ax, bx, cx, ay, by, cy; in lv_cubic_bezier() local
Dlv_area.c590 int32_t cy = area->y1 + r; in lv_point_within_circle() local
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_arc.c389 float cy = _lerp((float)fullarc.p2y, (float)fullarc.p3y, t); in _get_arc_control_points() local
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c119 float cy; member
126 float cy; member
Dlv_svg_parser.c650 float degree = 0.0f, cx = 0.0f, cy = 0.0f; in _parse_matrix() local
/lvgl-latest/src/widgets/chart/
Dlv_chart.c1202 int32_t cy; in draw_cursors() local
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h866 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/
Dvg_lite.h876 vg_lite_float_t cy; /*! y coordinate of the center point. */ member