Home
last modified time | relevance | path

Searched refs:pivot_y (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.5.0/src/extra/widgets/meter/
Dlv_meter.h201 lv_coord_t pivot_x, lv_coord_t pivot_y);
Dlv_meter.c143 lv_coord_t pivot_x, lv_coord_t pivot_y) in lv_meter_add_needle_img() argument
156 indic->type_data.needle_img.pivot.y = pivot_y; in lv_meter_add_needle_img()
/lvgl-3.5.0/src/widgets/
Dlv_canvas.h161 int32_t pivot_x, int32_t pivot_y, bool antialias);
Dlv_canvas.c163 int32_t pivot_x, int32_t pivot_y, bool antialias) in lv_canvas_transform() argument
180 draw_dsc.pivot.y = pivot_y; in lv_canvas_transform()
220 LV_UNUSED(pivot_y); in lv_canvas_transform()
Dlv_arc.c369 lv_coord_t pivot_y = obj_to_rotate->coords.y1 - center.y; in lv_arc_rotate_obj_to_angle() local
371 lv_obj_set_style_transform_pivot_y(obj_to_rotate, -pivot_y, 0); in lv_arc_rotate_obj_to_angle()
/lvgl-3.5.0/docs/widgets/extra/
Dmeter.md43 `indic = lv_meter_add_needle_img(meter, scale, img_src, pivot_x, pivot_y)` sets an image that will …
44 `pivot_x` and `pivot_y` sets the pivot point of the rotation relative to the top left corner of the…
/lvgl-3.5.0/docs/widgets/core/
Dcanvas.md67 - `pivot_y` pivot Y of rotation. Relative to the source canvas. Set to `source height / 2` to rotat…
Dimg.md82 …ter of the image. It can be changed with `lv_img_set_pivot(img, pivot_x, pivot_y)`. `0;0` is the t…