Searched defs:left (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/extra/widgets/tileview/ |
D | lv_tileview.c | 171 lv_coord_t left = scroll_end.x; in tileview_event_cb() local
|
/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 341 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in get_knob_area() local 369 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_KNOB); in lv_colorwheel_event() local
|
/lvgl-latest/src/extra/libs/sjpg/ |
D | tjpgd.h | 40 uint16_t left; /* Left end */ member
|
/lvgl-latest/src/widgets/ |
D | lv_textarea.c | 1102 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local 1283 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_placeholder() local 1318 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in draw_cursor() local
|
D | lv_dropdown.c | 786 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_main() local
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 572 lv_coord_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_obj_get_content_width() local
|
/lvgl-latest/src/extra/libs/qrcode/ |
D | qrcodegen.c | 559 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) { in fillRectangle()
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.c | 1453 size_t left = 1; in searchCodeIndex() local
|