/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.h | 40 lv_point_t pos; member
|
/lvgl-latest/src/misc/ |
D | lv_fs.c | 245 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()
|
D | lv_txt.c | 413 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/ |
D | lv_spinbox.c | 160 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/ |
D | lv_img_decoder.c | 544 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
|
D | lv_draw_label.c | 126 lv_point_t pos; in lv_draw_label() local
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_2.c | 67 const uint32_t pos = lv_obj_get_child_cnt(parent) / 2; in event_handler_center() local
|
/lvgl-latest/src/widgets/ |
D | lv_label.c | 286 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()
|
D | lv_textarea.h | 52 uint32_t pos; /*The current cursor position member
|
D | lv_textarea.c | 344 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
|
D | lv_dropdown.c | 189 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/ |
D | lv_draw_sw_letter.c | 165 … const 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/ |
D | lv_fs_fatfs.c | 185 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 | 175 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 | 177 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 | 221 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 | 291 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/ |
D | lv_gpu_d2_draw_label.c | 44 … const 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/ |
D | lv_chart.h | 84 lv_point_t pos; member
|
/lvgl-latest/src/extra/libs/freetype/ |
D | lv_freetype.c | 666 const char * pos = name_refer_find(name); in name_refer_save() local
|
/lvgl-latest/src/extra/libs/gif/ |
D | gifdec.c | 656 static int f_gif_seek(gd_GIF * gif, size_t pos, int k) in f_gif_seek()
|
/lvgl-latest/src/extra/libs/sjpg/ |
D | lv_sjpg.c | 328 uint32_t pos; in input_func() local
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.c | 1477 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/ |
D | lv_span.c | 929 lv_point_t pos; in lv_draw_span() local
|
/lvgl-latest/src/extra/libs/qrcode/ |
D | qrcodegen.c | 551 for (int i = numAlign - 1, pos = version * 4 + 10; i >= 1; i--, pos -= step) in getAlignmentPatternPositions() local
|