Home
last modified time | relevance | path

Searched defs:col (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/widgets/table/
Dlv_table.c91 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/
Dlv_demo_render.c38 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/
Dlv_example_grid_1.c25 uint8_t col = i % 3; in lv_example_grid_1() local
Dlv_example_grid_3.c29 uint8_t col = i % 3; in lv_example_grid_3() local
Dlv_example_grid_4.c25 uint8_t col = i % 3; in lv_example_grid_4() local
Dlv_example_grid_6.c24 uint8_t col = i % 3; in lv_example_grid_6() local
Dlv_example_grid_5.c34 uint8_t col = i % 3; in lv_example_grid_5() local
/lvgl-latest/tests/src/test_cases/
Dtest_grid_fr.c33 for(int col = 0; col < 5; col++) { in test_grid_fr() local
/lvgl-latest/examples/widgets/table/
Dlv_example_table_1.c11 uint32_t col = base_dsc->id2; in draw_event_cb() local
Dlv_example_table_2.c51 uint32_t col; in change_event_cb() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c139 uint32_t col = base_dsc->id2; in draw_part_event_cb() local
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c495 uint32_t col; in browser_file_event_handler() local
/lvgl-latest/src/layouts/grid/
Dlv_grid.c33 uint32_t col; member
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c348 int col, in pika_lvgl_table_set_cell_value()