Home
last modified time | relevance | path

Searched defs:left (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgMath.cpp57 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()
DtvgSwShape.cpp124 Line left, right; in _dashLineTo() local
185 Bezier left, right; in _dashCubicTo() local
DtvgSwStroke.cpp628 auto left = stroke.borders + 1; in _addReverseLeft() local
/lvgl-latest/src/misc/
Dlv_rb_private.h29 struct _lv_rb_node_t * left; member
Dlv_rb.c376 lv_rb_node_t * left = node->left; in rb_right_rotate() local
/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_flex.c29 void obj_set_margin(lv_obj_t * obj, int32_t left, int32_t top, int32_t right, int32_t bottom) in obj_set_margin()
Dtest_margin_grid.c29 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/
Dlv_tileview.c168 int32_t left = scroll_end.x; in tileview_event_cb() local
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c132 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/
Dsiphash.h234 const char left = (char)(H->p - H->buf); in sip24_final() local
/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_font.h69 …const uint32_t left; /**< Neighbor character to the left of the current one (Unicode value) … member
Dnema_font.h51 uint32_t left; /**< Neighbor character to the left of the current one (Unicode value) */ member
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1224 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/
Dtjpgd.h43 uint16_t left; /* Left end */ member
/lvgl-latest/src/core/
Dlv_obj_pos.c249 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/
Dlv_bar.c426 int32_t * left = reversed ? axis2 : axis1; in draw_indic() local
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c863 int32_t left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_main() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c578 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) in fillRectangle()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c1536 size_t left = 1; in searchCodeIndex() local