Lines Matching refs:coords
321 …rect_area.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_s… in lv_roller_design()
343 …rect_area.y1 = roller->coords.y1 + lv_obj_get_height(roller) / 2 - font_h / 2 - style->text.line_s… in lv_roller_design()
346 rect_area.x1 = roller->coords.x1; in lv_roller_design()
347 rect_area.x2 = roller->coords.x2; in lv_roller_design()
369 lv_draw_label(&ext->ddlist.label->coords, &mask_sel, &new_style, opa_scale, in lv_roller_design()
502 lv_coord_t label_y1 = ext->ddlist.label->coords.y1 - roller->coords.y1; in lv_roller_scrl_signal()
504 lv_coord_t mid = (roller->coords.y2 - roller->coords.y1) / 2; in lv_roller_scrl_signal()
553 lv_area_copy(&half_roller, &roller->coords); in draw_bg()
558 half_roller.y2 = roller->coords.y1 + h / 2; in draw_bg()
573 half_roller.y2 = roller->coords.y2 + roller->ext_draw_pad; in draw_bg()
574 half_roller.y1 = roller->coords.y1 + h / 2; in draw_bg()
620 … * (font_h + style_label->text.line_space) + ext->ddlist.label->coords.y1 - roller_scrl->coords.y1; in refr_position()
693 ext->ddlist.label->coords.y1 - roller_scrl->coords.y1; in inf_normalize()