Lines Matching refs:cy
119 float cy; member
126 float cy; member
356 grad->dsc.cy = attr->value.fval; in _set_gradient_attr()
414 circle->cy = attr->value.fval; in _set_circle_attr()
431 ellipse->cy = attr->value.fval; in _set_ellipse_attr()
929 grad_dsc->cy = PCT_TO_PX(grad_dsc->cy, h); in _set_gradient_ref()
1141 grad->dsc.cy = 0.5f; in _init_gradient()
1308 lv_fpoint_t cp = {circle->cx, circle->cy}; in _render_circle()
1329 lv_fpoint_t cp = {ellipse->cx, ellipse->cy}; in _render_ellipse()
1690 area->y1 = (int32_t)(circle->cy - circle->r); in _get_circle_bounds()
1692 area->y2 = (int32_t)(circle->cy + circle->r); in _get_circle_bounds()
1699 area->y1 = (int32_t)(ellipse->cy - ellipse->ry); in _get_ellipse_bounds()
1701 area->y2 = (int32_t)(ellipse->cy + ellipse->ry); in _get_ellipse_bounds()