/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 87 static void read_range(lv_fs_file_t * f, uint32_t from, uint32_t to) in read_range() 104 static void read_next(lv_fs_file_t * f, uint32_t from, uint32_t len) in read_next() 129 lv_fs_file_t f; in read_random_drv() local 190 lv_fs_file_t f; in test_write_read_random() local
|
/lvgl-latest/scripts/ |
D | jpg_to_sjpg.py | 65 f = open(str(i)+".jpg", "rb") variable 105 f = open(OUTPUT_FILE_NAME+".sjpg","wb"); variable 128 f = open(OUTPUT_FILE_NAME + '.c', 'w') variable
|
/lvgl-latest/src/libs/bin_decoder/ |
D | lv_bin_decoder.c | 51 lv_fs_file_t * f; member 200 lv_fs_file_t * f = lv_malloc(sizeof(*f)); in lv_bin_decoder_open() local 416 lv_fs_file_t * f = decoder_data->f; in lv_bin_decoder_get_area() local 571 lv_fs_file_t * f = decoder_data->f; in decode_indexed() local 786 lv_fs_file_t * f = decoder_data->f; in decode_rgb() local 920 lv_fs_file_t * f = decoder_data->f; in decode_compressed() local 1071 static lv_fs_res_t fs_read_file_at(lv_fs_file_t * f, uint32_t pos, void * buff, uint32_t btr, uint3… in fs_read_file_at()
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_math.h | 247 #define nema_floor(f) ((int)(f) - ( (int)(f) > (f) )) argument 255 #define nema_ceil(f) ((int)(f) + ( (int)(f) < (f) )) argument
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | encodedstream.h | 148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) }; variable 251 static const PutFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Put) }; in AutoUTFOutputStream() local 276 static const PutBOMFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(PutBOM) }; in PutBOM() local
|
D | encodings.h | 625 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) }; in Encode() local 632 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(EncodeUnsafe) }; in EncodeUnsafe() local 639 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode() local 646 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate() local
|
/lvgl-latest/docs/ |
D | example_list.py | 84 def write_header(h_num, text, f): argument
|
/lvgl-latest/src/libs/tjpgd/ |
D | lv_tjpgd.c | 130 lv_fs_file_t * f = jd->device; in input_func() local 156 lv_fs_file_t * f = lv_malloc(sizeof(lv_fs_file_t)); in decoder_open() local
|
/lvgl-latest/src/misc/ |
D | lv_math.h | 27 #define LV_BEZIER_VAL_FLOAT(f) ((int32_t)((f) * LV_BEZIER_VAL_MAX)) /**< Convert const float number… argument 41 uint16_t f; member
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgText.cpp | 104 Result Text::fill(unique_ptr<Fill> f) noexcept in fill()
|
D | tvgShape.cpp | 284 Result Shape::fill(unique_ptr<Fill> f) noexcept in fill() 346 Result Shape::stroke(unique_ptr<Fill> f) noexcept in stroke()
|
D | tvgLottieLoader.cpp | 221 auto f = fopen(path.c_str(), "r"); in open() local
|
D | tvgLottieModel.cpp | 491 for (auto f = fonts.begin(); f < fonts.end(); ++f) { in ~LottieComposition() local
|
/lvgl-latest/src/font/ |
D | lv_font.c | 72 const lv_font_t * f = font_p; in lv_font_get_glyph_dsc() local
|
/lvgl-latest/src/core/ |
D | lv_obj.c | 231 void lv_obj_add_flag(lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_add_flag() 270 void lv_obj_remove_flag(lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_remove_flag() 298 void lv_obj_update_flag(lv_obj_t * obj, lv_obj_flag_t f, bool v) in lv_obj_update_flag() 334 bool lv_obj_has_flag(const lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_has_flag() 341 bool lv_obj_has_flag_any(const lv_obj_t * obj, lv_obj_flag_t f) in lv_obj_has_flag_any()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml.c | 161 lv_xml_font_t * f = lv_ll_ins_head(&font_ll); in lv_xml_register_font() local 170 lv_xml_font_t * f; in lv_xml_get_font() local
|
D | lv_xml_component.c | 137 lv_fs_file_t f; in lv_xml_component_register_from_file() local
|
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 131 flex_t f; in flex_update() local 233 static int32_t find_track_end(lv_obj_t * cont, flex_t * f, int32_t item_start_id, int32_t max_main_… in find_track_end() 333 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-latest/src/libs/libpng/ |
D | lv_libpng.c | 211 lv_fs_file_t f; in alloc_file() local
|
/lvgl-latest/src/libs/bmp/ |
D | lv_bmp.c | 29 lv_fs_file_t f; member
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_fatfs.c | 117 FIL * f = lv_malloc(sizeof(FIL)); in fs_open() local
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | diyfp.h | 161 uint64_t f; member
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 353 int32_t f = GET_FR(x); in calc_cols() local 442 int32_t f = GET_FR(x); in calc_rows() local
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 200 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() 206 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-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 213 lv_fs_file_t f; in read_file() local
|