Searched refs:pivot_y (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.5.0/src/extra/widgets/meter/ |
D | lv_meter.h | 201 lv_coord_t pivot_x, lv_coord_t pivot_y);
|
D | lv_meter.c | 143 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/ |
D | lv_canvas.h | 161 int32_t pivot_x, int32_t pivot_y, bool antialias);
|
D | lv_canvas.c | 163 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()
|
D | lv_arc.c | 369 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/ |
D | meter.md | 43 `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/ |
D | canvas.md | 67 - `pivot_y` pivot Y of rotation. Relative to the source canvas. Set to `source height / 2` to rotat…
|
D | img.md | 82 …ter of the image. It can be changed with `lv_img_set_pivot(img, pivot_x, pivot_y)`. `0;0` is the t…
|