/lvgl-latest/src/misc/ |
D | lv_rb_private.h | 30 struct _lv_rb_node_t * right; member
|
D | lv_rb.c | 401 lv_rb_node_t * right = node->right; in rb_left_rotate() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_margin_align.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_flex.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
D | test_margin_grid.c | 29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_triangle.c | 95 … bool right = ((p[1].x - p[0].x) * (p[2].y - p[0].y) - (p[1].y - p[0].y) * (p[2].x - p[0].x)) < 0; in lv_draw_sw_triangle() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.cpp | 57 Bezier left, right; in _bezLength() local 81 auto right = bz; in _bezAt() local
|
D | tvgSwShape.cpp | 124 Line left, right; in _dashLineTo() local 185 Bezier left, right; in _dashCubicTo() local
|
D | tvgSwStroke.cpp | 627 auto right = stroke.borders + 0; in _addReverseLeft() local 716 auto right = stroke.borders; in _endSubPath() local
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 138 lv_obj_t * right = create_button(buttons, c->imgs[IMG_PAGER_RIGHT], c); in lv_demo_high_res_app_about() local
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.h | 44 uint16_t right; /* Right end */ member
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 250 int32_t right = lv_obj_get_style_space_right(obj, LV_PART_MAIN); in lv_obj_set_content_width() local 562 int32_t right = lv_obj_get_style_space_right(obj, LV_PART_MAIN); in lv_obj_get_content_width() local
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1225 int32_t right = lv_obj_get_style_pad_right(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local 1407 int32_t right = lv_obj_get_style_pad_right(obj, LV_PART_MAIN); in draw_placeholder() local
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 427 int32_t * right = reversed ? axis1 : axis2; in draw_indic() local
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 864 int32_t right = lv_obj_get_style_pad_right(obj, LV_PART_MAIN) + border_width; in draw_main() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 597 …for(int right = qrsize - 1; right >= 1; right -= 2) { // Index of right column in each column pa… in drawCodewords() local
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 2005 …vg_lite_error_t vg_lite_set_scissor(vg_lite_int32_t x, vg_lite_int32_t y, vg_lite_int32_t right, v… in vg_lite_set_scissor()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 1537 size_t right = array_size - 1; in searchCodeIndex() local
|