Searched defs:tb (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_3.c | 9 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item() 24 static void sort_by_file_kind(lv_obj_t * tb, int16_t lo, int16_t hi) in sort_by_file_kind() 57 lv_obj_t * tb = lv_file_explorer_get_file_table(obj); in file_explorer_event_handler() local
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 648 static void exch_table_item(lv_obj_t * tb, int16_t i, int16_t j) in exch_table_item() 686 static void sort_by_file_kind(lv_obj_t * tb, int16_t lo, int16_t hi) in sort_by_file_kind()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.cpp | 671 unsigned char tr, tg, tb; in _toColor() local 721 float th, ts, tb; in _toColor() local
|