/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_memfs.c | 172 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_arduino_sd.cpp | 145 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_arduino_esp_littlefs.cpp | 153 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_uefi.c | 249 static lv_fs_res_t lv_fs_uefi_seek_cb(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_… in lv_fs_uefi_seek_cb() 302 UINT64 pos; in lv_fs_uefi_tell_cb() local
|
D | lv_fs_fatfs.c | 192 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_stdio.c | 180 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_posix.c | 206 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_win32.c | 296 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
D | lv_fs_littlefs.c | 160 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek()
|
/lvgl-latest/src/misc/ |
D | lv_fs.c | 248 lv_fs_res_t lv_fs_seek(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence) in lv_fs_seek() 276 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos) in lv_fs_tell() 666 static lv_fs_res_t lv_fs_seek_cached(lv_fs_file_t * file_p, uint32_t pos, lv_fs_whence_t whence) in lv_fs_seek_cached()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 159 lv_point_t pos = {glyph_draw_dsc->letter_coords->x1, glyph_draw_dsc->letter_coords->y1}; in _draw_nema_gfx_outline() local 427 lv_point_t pos; in _draw_label_iterate_characters() local 744 …c void _draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_point_t * pos, in _draw_letter()
|
/lvgl-latest/src/libs/freetype/ |
D | lv_ftsystem.c | 116 uint32_t pos; in FT_Stream_Open() local
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_2.c | 65 const uint32_t pos = lv_obj_get_child_count(parent) / 2; in event_handler_center() local
|
/lvgl-latest/src/widgets/spinbox/ |
D | lv_spinbox.c | 133 void lv_spinbox_set_cursor_pos(lv_obj_t * obj, uint32_t pos) in lv_spinbox_set_cursor_pos() 361 uint32_t pos = len - cp; in lv_spinbox_event() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 237 lv_point_t pos; in lv_draw_label_iterate_characters() local 542 …aw_unit_draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_point_t * pos, in lv_draw_unit_draw_letter()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 301 void lv_label_get_letter_pos(const lv_obj_t * obj, uint32_t char_id, lv_point_t * pos) in lv_label_get_letter_pos() 416 lv_point_t pos; in lv_label_get_letter_on() local 537 bool lv_label_is_char_under_pos(const lv_obj_t * obj, lv_point_t * pos) in lv_label_is_char_under_pos() 659 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt) in lv_label_ins_text() 687 void lv_label_cut_text(lv_obj_t * obj, uint32_t pos, uint32_t cnt) in lv_label_cut_text()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea_private.h | 43 uint32_t pos; /**< The current cursor position member
|
D | lv_textarea.c | 451 void lv_textarea_set_cursor_pos(lv_obj_t * obj, int32_t pos) in lv_textarea_set_cursor_pos() 818 uint32_t pos = ta->cursor.pos; in lv_textarea_get_current_char() local 871 lv_point_t pos; in lv_textarea_cursor_down() local 900 lv_point_t pos; in lv_textarea_cursor_up() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieCommon.h | 62 Point pos; member
|
D | tvgSwRle.cpp | 238 SwPoint pos; member 447 static void _setCell(RleWorker& rw, SwPoint pos) in _setCell() 479 static void _startCell(RleWorker& rw, SwPoint pos) in _startCell()
|
D | tvgSwFill.cpp | 153 auto pos = 1.5f * inc; in _updateColorTable() local 327 static inline uint32_t _clamp(const SwFill* fill, int32_t pos) in _clamp() 352 static inline uint32_t _fixedPixel(const SwFill* fill, int32_t pos) in _fixedPixel() 359 static inline uint32_t _pixel(const SwFill* fill, float pos) in _pixel()
|
/lvgl-latest/src/libs/tjpgd/ |
D | lv_tjpgd.c | 139 uint32_t pos; in input_func() local
|
/lvgl-latest/src/widgets/chart/ |
D | lv_chart_private.h | 46 lv_point_t pos; member
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_label.c | 306 const lv_point_t pos = {dsc->letter_coords->x1, dsc->letter_coords->y1}; in draw_letter_outline() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_fs.c | 229 int32_t pos = 500; in test_write_read_random() local
|