/lvgl-latest/src/misc/ |
D | lv_text.c | 92 …xt_get_size(lv_point_t * size_res, const char * text, const lv_font_t * font, int32_t letter_space, in lv_text_get_size() 202 int32_t letter_space, int32_t max_width, in lv_text_get_next_word() 322 const lv_font_t * font, int32_t letter_space, in lv_text_get_next_line() 389 … lv_text_get_width(const char * txt, uint32_t length, const lv_font_t * font, int32_t letter_space) in lv_text_get_width() 420 …t_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int32_t letter_space, in lv_text_get_width_with_flags()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 186 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_checkbox_event() local 261 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_checkbox_draw() local
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 334 const int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_label_get_letter_pos() local 429 const int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_label_get_letter_on() local 552 const int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_label_is_char_under_pos() local 777 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_label_event() local 948 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_label_refr_text() local 1284 … const lv_font_t * font, int32_t letter_space, lv_area_t * txt_coords, lv_text_flag_t flags) in calculate_x_coordinate()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_txt.c | 133 int32_t letter_space = 0; in test_txt_next_line_should_handle_empty_string() local
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 36 int32_t letter_space; member 415 int32_t letter_space = 0; in lv_spangroup_get_expand_width() local 725 int32_t letter_space, int32_t max_width, lv_text_flag_t flag, in lv_text_get_snippet() 795 int32_t letter_space; in lv_span_get_style_text_letter_space() local
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.h | 44 int32_t letter_space; member
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 877 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_ITEMS); in refr_size_form_row() local 903 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_ITEMS); in refr_cell_size() local 931 int32_t letter_space, int32_t line_space, in get_row_height()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 225 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_MAIN); in lv_image_set_src() local
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 787 int32_t letter_space = draw_label_dsc_act.letter_space; in draw_main() local
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 856 int32_t letter_space = lv_obj_get_style_text_letter_space(obj, LV_PART_SELECTED); in get_selected_label_width() local
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 1187 uint32_t letter_space = letter; in refr_cursor_area() local
|