Lines Matching refs:offset
230 lv_point_set(&label->offset, 0, 0); in lv_label_set_long_mode()
721 lv_point_set(&label->offset, 0, 0); in lv_label_constructor()
822 label_draw_dsc.ofs_x = label->offset.x; in draw_main()
823 label_draw_dsc.ofs_y = label->offset.y; in draw_main()
886 label_draw_dsc.ofs_x = label->offset.x + size.x + in draw_main()
888 label_draw_dsc.ofs_y = label->offset.y; in draw_main()
895 label_draw_dsc.ofs_x = label->offset.x; in draw_main()
896 … label_draw_dsc.ofs_y = label->offset.y + size.y + lv_font_get_line_height(label_draw_dsc.font); in draw_main()
1028 if(act_time < 0) label->offset.x = start; in lv_label_refr_text()
1035 label->offset.x = 0; in lv_label_refr_text()
1073 label->offset.y = 0; in lv_label_refr_text()
1131 label->offset.x = 0; in lv_label_refr_text()
1156 label->offset.y = 0; in lv_label_refr_text()
1233 label->offset.x = v; in set_ofs_x_anim()
1240 label->offset.y = v; in set_ofs_y_anim()