/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.cpp | 57 Bezier left, right; in _bezLength() local 82 Bezier left; in _bezAt() local 234 void Line::split(float at, Line& left, Line& right) const in split() 247 void Bezier::split(Bezier& left, Bezier& right) const in split() 269 void Bezier::split(float at, Bezier& left, Bezier& right) const in split() 289 void Bezier::split(float t, Bezier& left) in split()
|
D | tvgSwShape.cpp | 124 Line left, right; in _dashLineTo() local 185 Bezier left, right; in _dashCubicTo() local
|
D | tvgSwStroke.cpp | 628 auto left = stroke.borders + 1; in _addReverseLeft() local
|
/lvgl-latest/src/misc/ |
D | lv_rb_private.h | 29 struct _lv_rb_node_t * left; member
|
D | lv_rb.c | 376 lv_rb_node_t * left = node->left; in rb_right_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/widgets/tileview/ |
D | lv_tileview.c | 168 int32_t left = scroll_end.x; in tileview_event_cb() local
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 132 lv_obj_t * left = create_button(buttons, c->imgs[IMG_PAGER_LEFT], c); in lv_demo_high_res_app_about() local
|
/lvgl-latest/src/libs/expat/ |
D | siphash.h | 234 const char left = (char)(H->p - H->buf); in sip24_final() local
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_vg_font.h | 69 …const uint32_t left; /**< Neighbor character to the left of the current one (Unicode value) … member
|
D | nema_font.h | 51 uint32_t left; /**< Neighbor character to the left of the current one (Unicode value) */ member
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1224 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in refr_cursor_area() local 1406 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_placeholder() local 1448 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_CURSOR) + border_width; in draw_cursor() local
|
/lvgl-latest/src/libs/tjpgd/ |
D | tjpgd.h | 43 uint16_t left; /* Left end */ member
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 249 int32_t left = lv_obj_get_style_space_left(obj, LV_PART_MAIN); in lv_obj_set_content_width() local 561 int32_t left = lv_obj_get_style_space_left(obj, LV_PART_MAIN); in lv_obj_get_content_width() local
|
/lvgl-latest/src/widgets/bar/ |
D | lv_bar.c | 426 int32_t * left = reversed ? axis2 : axis1; in draw_indic() local
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 863 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_main() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 578 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) in fillRectangle()
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.c | 1536 size_t left = 1; in searchCodeIndex() local
|