Searched refs:lv_obj_get_style_text_font (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 154 const lv_font_t * font = lv_obj_get_style_text_font(obj, 0); in lv_roller_set_options() 254 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() 552 const lv_font_t * normal_label_font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in draw_main() 648 const lv_font_t * font_main = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in get_sel_area() 649 const lv_font_t * font_sel = lv_obj_get_style_text_font(obj, LV_PART_SELECTED); in get_sel_area() 693 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_position() 777 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in release_handler() 831 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in inf_normalize() 855 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_SELECTED); in get_selected_label_width()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 183 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_event() 219 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_draw()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 336 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_pos() 427 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_on() 550 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_is_char_under_pos() 769 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() 776 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() 946 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_refr_text()
|
/lvgl-latest/src/core/ |
D | lv_obj_draw.c | 115 draw_dsc->bg_image_symbol_font = lv_obj_get_style_text_font(obj, part); in lv_obj_init_draw_rect_dsc() 180 draw_dsc->font = lv_obj_get_style_text_font(obj, part); in lv_obj_init_draw_label_dsc()
|
D | lv_obj_style_gen.h | 550 static inline const lv_font_t * lv_obj_get_style_text_font(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_text_font() function
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 470 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_set_cursor_pos() 737 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_get_password_bullet() 879 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_down() 907 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_up() 1175 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_cursor_area()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_font_stress.c | 119 const lv_font_t * font = lv_obj_get_style_text_font(label, 0); in font_stress_label_delete()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 765 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_dropdown_event() 1022 const lv_font_t * font = lv_obj_get_style_text_font(list_obj, LV_PART_SELECTED); in draw_box() 1189 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in get_id_on_point() 1215 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in position_to_selected()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 58 TEST_ASSERT_EQUAL_PTR(&lv_font_montserrat_26, lv_obj_get_style_text_font(obj, LV_PART_MAIN)); in test_obj_property_set_get_should_match()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 879 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in refr_size_form_row() 905 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in refr_cell_size()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 1394 label_dsc->font = lv_obj_get_style_text_font(obj, LV_PART_INDICATOR); in scale_set_indicator_label_properties() 1402 label_dsc->font = lv_obj_get_style_text_font(obj, LV_PART_INDICATOR); in scale_set_indicator_label_properties()
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 852 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_ime_pinyin_style_change_event()
|
/lvgl-latest/demos/benchmark/ |
D | lv_demo_benchmark.c | 227 lv_text_get_size(&s, "Hello LVGL!", lv_obj_get_style_text_font(scr, 0), 0, 0, LV_COORD_MAX, in multiple_labels_cb()
|
/lvgl-latest/src/widgets/image/ |
D | lv_image.c | 224 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_image_set_src()
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 785 font = lv_obj_get_style_text_font(par, LV_PART_MAIN); in lv_span_get_style_text_font()
|