/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 91 void lv_table_set_cell_value(lv_obj_t * obj, uint32_t row, uint32_t col, const char * txt) in lv_table_set_cell_value() 126 void lv_table_set_cell_value_fmt(lv_obj_t * obj, uint32_t row, uint32_t col, const char * fmt, ...) in lv_table_set_cell_value_fmt() 297 uint32_t col; in lv_table_set_column_count() local 318 void lv_table_add_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl) in lv_table_add_cell_ctrl() 343 void lv_table_clear_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl) in lv_table_clear_cell_ctrl() 368 void lv_table_set_cell_user_data(lv_obj_t * obj, uint16_t row, uint16_t col, void * user_data) in lv_table_set_cell_user_data() 397 void lv_table_set_selected_cell(lv_obj_t * obj, uint16_t row, uint16_t col) in lv_table_set_selected_cell() 421 const char * lv_table_get_cell_value(lv_obj_t * obj, uint32_t row, uint32_t col) in lv_table_get_cell_value() 453 int32_t lv_table_get_column_width(lv_obj_t * obj, uint32_t col) in lv_table_get_column_width() 467 bool lv_table_has_cell_ctrl(lv_obj_t * obj, uint32_t row, uint32_t col, lv_table_cell_ctrl_t ctrl) in lv_table_has_cell_ctrl() [all …]
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 38 static lv_obj_t * fill_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in fill_obj_create() 116 static lv_obj_t * border_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in border_obj_create() 211 static lv_obj_t * box_shadow_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in box_shadow_obj_create() 277 static lv_obj_t * text_obj_create(lv_obj_t * parent, int32_t col, int32_t row) in text_obj_create() 315 static lv_obj_t * image_obj_create(lv_obj_t * parent, int32_t col, int32_t row, bool recolor) in image_obj_create() 428 static lv_obj_t * line_obj_create(lv_obj_t * parent, int32_t col, int32_t row, lv_point_precise_t p… in line_obj_create() 471 static lv_obj_t * arc_obj_create(lv_obj_t * parent, int32_t col, int32_t row, int32_t w, in arc_obj_create() 561 static lv_obj_t * triangle_obj_create(lv_obj_t * parent, int32_t col, int32_t row, lv_point_t p[]) in triangle_obj_create() 635 static lv_obj_t * layer_obj_create(lv_obj_t * parent, int32_t col, int32_t row, lv_blend_mode_t ble… in layer_obj_create() 760 static lv_obj_t * create_blend_mode_obj(lv_obj_t * parent, int32_t col, int32_t row, const void * s… in create_blend_mode_obj() [all …]
|
/lvgl-latest/examples/layouts/grid/ |
D | lv_example_grid_1.c | 25 uint8_t col = i % 3; in lv_example_grid_1() local
|
D | lv_example_grid_3.c | 29 uint8_t col = i % 3; in lv_example_grid_3() local
|
D | lv_example_grid_4.c | 25 uint8_t col = i % 3; in lv_example_grid_4() local
|
D | lv_example_grid_6.c | 24 uint8_t col = i % 3; in lv_example_grid_6() local
|
D | lv_example_grid_5.c | 34 uint8_t col = i % 3; in lv_example_grid_5() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_grid_fr.c | 33 for(int col = 0; col < 5; col++) { in test_grid_fr() local
|
/lvgl-latest/examples/widgets/table/ |
D | lv_example_table_1.c | 11 uint32_t col = base_dsc->id2; in draw_event_cb() local
|
D | lv_example_table_2.c | 51 uint32_t col; in change_event_cb() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_table.c | 139 uint32_t col = base_dsc->id2; in draw_part_event_cb() local
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 495 uint32_t col; in browser_file_event_handler() local
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 33 uint32_t col; member
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lv_wegit.c | 348 int col, in pika_lvgl_table_set_cell_value()
|