/lvgl-3.4.0/src/misc/ |
D | lv_gc.h | 35 #define LV_DISPATCH(f, t, n) f(t, n) argument 36 #define LV_DISPATCH_COND(f, t, n, m, v) LV_CONCAT3(LV_DISPATCH, m, v)(f, t, n) argument 38 #define LV_DISPATCH00(f, t, n) LV_DISPATCH(f, t, n) argument 39 #define LV_DISPATCH01(f, t, n) argument 40 #define LV_DISPATCH10(f, t, n) argument 41 #define LV_DISPATCH11(f, t, n) LV_DISPATCH(f, t, n) argument 43 #define LV_ITERATE_ROOTS(f) … argument
|
D | lv_math.h | 34 uint16_t f; member
|
/lvgl-3.4.0/scripts/ |
D | jpg_to_sjpg.py | 63 f = open(str(i)+".jpg", "rb") variable 103 f = open(OUTPUT_FILE_NAME+".sjpg","wb"); variable 126 f = open(OUTPUT_FILE_NAME + '.c', 'w') variable
|
/lvgl-3.4.0/src/font/ |
D | lv_font.c | 70 const lv_font_t * f = font_p; in lv_font_get_glyph_dsc() local
|
/lvgl-3.4.0/docs/ |
D | build.py | 36 f = open("header.rst", "w") variable
|
/lvgl-3.4.0/src/extra/libs/bmp/ |
D | lv_bmp.c | 23 lv_fs_file_t f; member 84 lv_fs_file_t f; in decoder_info() local
|
/lvgl-3.4.0/src/core/ |
D | lv_obj.c | 216 void lv_obj_add_flag(lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_add_flag() 243 void lv_obj_clear_flag(lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_clear_flag() 294 bool lv_obj_has_flag(const lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_has_flag() 301 bool lv_obj_has_flag_any(const lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_has_flag_any()
|
D | lv_obj_style.c | 602 const lv_color_filter_dsc_t * f = lv_obj_get_style_color_filter_dsc(obj, part); in apply_color_filter() local
|
/lvgl-3.4.0/src/draw/ |
D | lv_img_decoder.c | 26 lv_fs_file_t f; member 290 lv_fs_file_t f; in lv_img_decoder_built_in_info() local 333 lv_fs_file_t f; in lv_img_decoder_built_in_open() local
|
/lvgl-3.4.0/src/extra/libs/png/ |
D | lv_png.c | 80 lv_fs_file_t f; in decoder_info() local
|
D | lodepng.c | 346 lv_fs_file_t f; in lodepng_filesize() local 362 lv_fs_file_t f; in lodepng_buffer_file() local 387 lv_fs_file_t f; in lodepng_save_file() local
|
/lvgl-3.4.0/tests/unity/ |
D | unity_support.c | 120 FILE * f = fopen("../test_screenshot_error.h", "w"); in lv_test_assert_img_eq() local
|
D | unity.c | 1578 float f; member
|
/lvgl-3.4.0/src/extra/libs/fsdrv/ |
D | lv_fs_posix.c | 115 int f = open(buf, flags); in fs_open() local
|
D | lv_fs_fatfs.c | 113 FIL * f = lv_mem_alloc(sizeof(FIL)); in fs_open() local
|
/lvgl-3.4.0/src/extra/layouts/flex/ |
D | lv_flex.c | 214 flex_t f; in flex_update() local 317 static int32_t find_track_end(lv_obj_t * cont, flex_t * f, int32_t item_start_id, lv_coord_t max_ma… in find_track_end() 405 static void children_repos(lv_obj_t * cont, flex_t * f, int32_t item_first_id, int32_t item_last_id… in children_repos()
|
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.c | 192 static lv_color_t dark_color_filter_cb(const lv_color_filter_dsc_t * f, lv_color_t c, lv_opa_t opa) in dark_color_filter_cb() 198 static lv_color_t grey_filter_cb(const lv_color_filter_dsc_t * f, lv_color_t color, lv_opa_t opa) in grey_filter_cb()
|
/lvgl-3.4.0/src/extra/layouts/grid/ |
D | lv_grid.c | 492 lv_coord_t f = GET_FR(x); in calc_cols() local 562 lv_coord_t f = GET_FR(x); in calc_rows() local
|
/lvgl-3.4.0/demos/music/ |
D | lv_demo_music_main.c | 768 uint32_t f; in spectrum_draw_event_cb() local
|