Home
last modified time | relevance | path

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

12

/lvgl-latest/src/extra/widgets/colorwheel/
Dlv_colorwheel.h40 lv_point_t pos; member
/lvgl-latest/src/misc/
Dlv_fs.c245 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()
300 lv_fs_res_t lv_fs_tell(lv_fs_file_t * file_p, uint32_t * pos) in lv_fs_tell()
Dlv_txt.c413 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt) in _lv_txt_ins()
434 void _lv_txt_cut(char * txt, uint32_t pos, uint32_t len) in _lv_txt_cut()
/lvgl-latest/src/extra/widgets/spinbox/
Dlv_spinbox.c160 void lv_spinbox_set_cursor_pos(lv_obj_t * obj, uint8_t pos) in lv_spinbox_set_cursor_pos()
406 uint32_t pos = len - cp; in lv_spinbox_event() local
/lvgl-latest/src/draw/
Dlv_img_decoder.c544 uint32_t pos = ((y * dsc->header.w + x) * px_size) >> 3; in lv_img_decoder_built_in_line_true_color() local
594 int8_t pos = 0; in lv_img_decoder_built_in_line_alpha() local
660 int8_t pos = 0; in lv_img_decoder_built_in_line_indexed() local
Dlv_draw_label.c126 lv_point_t pos; in lv_draw_label() local
/lvgl-latest/examples/widgets/list/
Dlv_example_list_2.c67 const uint32_t pos = lv_obj_get_child_cnt(parent) / 2; in event_handler_center() local
/lvgl-latest/src/widgets/
Dlv_label.c286 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()
406 lv_point_t pos; in lv_label_get_letter_on() local
524 bool lv_label_is_char_under_pos(const lv_obj_t * obj, lv_point_t * pos) in lv_label_is_char_under_pos()
638 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt) in lv_label_ins_text()
666 void lv_label_cut_text(lv_obj_t * obj, uint32_t pos, uint32_t cnt) in lv_label_cut_text()
Dlv_textarea.h52 uint32_t pos; /*The current cursor position member
Dlv_textarea.c344 void lv_textarea_set_cursor_pos(lv_obj_t * obj, int32_t pos) in lv_textarea_set_cursor_pos()
753 lv_point_t pos; in lv_textarea_cursor_down() local
782 lv_point_t pos; in lv_textarea_cursor_up() local
Dlv_dropdown.c189 void lv_dropdown_add_option(lv_obj_t * obj, const char * option, uint32_t pos) in lv_dropdown_add_option()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_letter.c165const lv_point_t * pos, lv_font_glyph_dsc_t * g, const uint8_t * map_p) in draw_letter_normal()
354 …raw_letter_subpx(lv_draw_ctx_t * draw_ctx, const lv_draw_label_dsc_t * dsc, const lv_point_t * pos, in draw_letter_subpx()
/lvgl-latest/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c185 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.c175 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.c177 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.c221 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.c291 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/draw/renesas/
Dlv_gpu_d2_draw_label.c44const lv_point_t * pos, lv_font_glyph_dsc_t * g, const uint8_t * map_p) in draw_letter_normal()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.h84 lv_point_t pos; member
/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c666 const char * pos = name_refer_find(name); in name_refer_save() local
/lvgl-latest/src/extra/libs/gif/
Dgifdec.c656 static int f_gif_seek(gd_GIF * gif, size_t pos, int k) in f_gif_seek()
/lvgl-latest/src/extra/libs/sjpg/
Dlv_sjpg.c328 uint32_t pos; in input_func() local
/lvgl-latest/src/extra/libs/png/
Dlodepng.c1477 size_t pos = values->size; in addLengthDistance() local
1543 static unsigned getHash(const unsigned char* data, size_t size, size_t pos) { in getHash()
1562 static unsigned countZeros(const unsigned char* data, size_t size, size_t pos) { in countZeros()
1595 size_t pos; in encodeLZ77() local
1752 size_t pos = out->size; in deflateNoCompression() local
4353 unsigned pos = 0, i; in readChunk_PLTE() local
4707 unsigned lodepng_inspect_chunk(LodePNGState* state, size_t pos, in lodepng_inspect_chunk()
5094 size_t pos = out->size; in writeSignature() local
5256 size_t pos = 8; in addChunk_iTXt() local
/lvgl-latest/src/extra/widgets/span/
Dlv_span.c929 lv_point_t pos; in lv_draw_span() local
/lvgl-latest/src/extra/libs/qrcode/
Dqrcodegen.c551 for (int i = numAlign - 1, pos = version * 4 + 10; i >= 1; i--, pos -= step) in getAlignmentPatternPositions() local

12