Home
last modified time | relevance | path

Searched refs:pivot_x (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.4.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
155 indic->type_data.needle_img.pivot.x = pivot_x; in lv_meter_add_needle_img()
/lvgl-3.4.0/src/widgets/
Dlv_canvas.h161 int32_t pivot_x, int32_t pivot_y, bool antialias);
Dlv_canvas.c162 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/
Dmeter.md47 `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/
Dlv_img_buf.h146 lv_coord_t pivot_x; /*pivot x*/ member
Dlv_img_buf.c420 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/
Dlv_draw_sw_img.c169 trans_dsc.cfg.pivot_x = draw_dsc->pivot.x; in lv_draw_sw_img_decoded()
/lvgl-3.4.0/docs/widgets/core/
Dcanvas.md70 - `pivot_x` pivot X of rotation. Relative to the source canvas. Set to `source width / 2` to rotate…
Dimg.md86 …s the center of the image. It can be changed with `lv_img_set_pivot(img, pivot_x, pivot_y)`. `0;0`…