Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 43) sorted by relevance

12

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_memfs.c172 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()
Dlv_fs_arduino_sd.cpp145 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()
Dlv_fs_arduino_esp_littlefs.cpp153 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()
Dlv_fs_uefi.c249 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
Dlv_fs_fatfs.c192 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()
Dlv_fs_stdio.c180 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()
Dlv_fs_posix.c206 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()
Dlv_fs_win32.c296 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()
Dlv_fs_littlefs.c160 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/
Dlv_fs.c248 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/
Dlv_draw_nema_gfx_label.c159 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/
Dlv_ftsystem.c116 uint32_t pos; in FT_Stream_Open() local
/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c65 const uint32_t pos = lv_obj_get_child_count(parent) / 2; in event_handler_center() local
/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.c133 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/
Dlv_draw_label.c237 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/
Dlv_label.c301 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/
Dlv_textarea_private.h43 uint32_t pos; /**< The current cursor position member
Dlv_textarea.c451 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/
DtvgLottieCommon.h62 Point pos; member
DtvgSwRle.cpp238 SwPoint pos; member
447 static void _setCell(RleWorker& rw, SwPoint pos) in _setCell()
479 static void _startCell(RleWorker& rw, SwPoint pos) in _startCell()
DtvgSwFill.cpp153 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/
Dlv_tjpgd.c139 uint32_t pos; in input_func() local
/lvgl-latest/src/widgets/chart/
Dlv_chart_private.h46 lv_point_t pos; member
/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_label.c306 const lv_point_t pos = {dsc->letter_coords->x1, dsc->letter_coords->y1}; in draw_letter_outline() local
/lvgl-latest/tests/src/test_cases/
Dtest_fs.c229 int32_t pos = 500; in test_write_read_random() local

12