Searched refs:pivot_x (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.4.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 155 indic->type_data.needle_img.pivot.x = pivot_x; in lv_meter_add_needle_img()
|
/lvgl-3.4.0/src/widgets/ |
D | lv_canvas.h | 161 int32_t pivot_x, int32_t pivot_y, bool antialias);
|
D | lv_canvas.c | 162 int32_t pivot_x, int32_t pivot_y, bool antialias) in lv_canvas_transform() argument 185 dsc.cfg.pivot_x = pivot_x; in lv_canvas_transform() 256 LV_UNUSED(pivot_x); in lv_canvas_transform()
|
/lvgl-3.4.0/docs/widgets/extra/ |
D | meter.md | 47 `indic = lv_meter_add_needle_img(meter, scale, img_src, pivot_x, pivot_y)` sets an image that will … 48 `pivot_x` and `pivot_y` sets the pivot point of the rotation relative to the top left corner of the…
|
/lvgl-3.4.0/src/draw/ |
D | lv_img_buf.h | 146 lv_coord_t pivot_x; /*pivot x*/ member
|
D | lv_img_buf.c | 420 dsc->tmp.pivot_x_256 = dsc->cfg.pivot_x * 256; in _lv_img_buf_transform_init() 574 int32_t xt = x - dsc->cfg.pivot_x; in _lv_img_buf_transform()
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_img.c | 169 trans_dsc.cfg.pivot_x = draw_dsc->pivot.x; in lv_draw_sw_img_decoded()
|
/lvgl-3.4.0/docs/widgets/core/ |
D | canvas.md | 70 - `pivot_x` pivot X of rotation. Relative to the source canvas. Set to `source width / 2` to rotate…
|
D | img.md | 86 …s the center of the image. It can be changed with `lv_img_set_pivot(img, pivot_x, pivot_y)`. `0;0`…
|