Home
last modified time | relevance | path

Searched refs:lv_obj_get_style_text_font (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/widgets/roller/
Dlv_roller.c154 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/
Dlv_checkbox.c183 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/
Dlv_label.c336 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/
Dlv_obj_draw.c115 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()
Dlv_obj_style_gen.h550 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/
Dlv_textarea.c470 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/
Dtest_font_stress.c119 const lv_font_t * font = lv_obj_get_style_text_font(label, 0); in font_stress_label_delete()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c765 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/
Dtest_obj_property.c58 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/
Dlv_table.c879 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/
Dlv_scale.c1394 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/
Dlv_ime_pinyin.c852 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/
Dlv_demo_benchmark.c227 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/
Dlv_image.c224 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/
Dlv_span.c785 font = lv_obj_get_style_text_font(par, LV_PART_MAIN); in lv_span_get_style_text_font()