Searched defs:y_ofs (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/widgets/line/ |
D | lv_line.c | 235 int32_t y_ofs = area.y1 - lv_obj_get_scroll_y(obj); in lv_line_event() local
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl_lv_obj.c | 28 void pika_lvgl_lv_obj_align(PikaObj* self, int align, int x_ofs, int y_ofs) { in pika_lvgl_lv_obj_align()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_img.c | 345 int32_t y_ofs = blend_area.y1 - img_coords->y1; in radius_only() local 350 int32_t y_ofs = blend_area.y1 - img_coords->y1; in radius_only() local
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 272 int32_t y_ofs = (lv_area_get_height(&marker_area) - font_h) / 2; in lv_checkbox_draw() local
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 753 int32_t y_ofs = obj->coords.y1 + pad_top - scroll_top; in draw_div_lines() local 816 int32_t y_ofs = obj->coords.y1 + pad_top - lv_obj_get_scroll_top(obj); in draw_series_line() local 971 int32_t y_ofs = obj->coords.y1 + pad_top + border_width - lv_obj_get_scroll_top(obj); in draw_series_scatter() local 1106 int32_t y_ofs = pad_top - lv_obj_get_scroll_top(obj) + border_w; in draw_series_bar() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 241 int32_t y_ofs = 0; in lv_draw_label_iterate_characters() local
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 322 void lv_obj_align(lv_obj_t * obj, lv_align_t align, int32_t x_ofs, int32_t y_ofs) in lv_obj_align() 328 …obj_align_to(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, int32_t x_ofs, int32_t y_ofs) in lv_obj_align_to()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 431 int32_t y_ofs = 0; in _draw_label_iterate_characters() local
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 833 int32_t y_ofs = 0; in scale_draw_main() local 1050 int32_t y_ofs = 0; in scale_get_tick_points() local
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 86 void lv_area_move(lv_area_t * area, int32_t x_ofs, int32_t y_ofs) in lv_area_move()
|