Lines Matching refs:y
128 pos.y = coords->y1; in lv_draw_label()
134 pos.y += y_ofs; in lv_draw_label()
151 pos.y += hint->y; in lv_draw_label()
157 while(pos.y + line_height_font < draw_ctx->clip_area->y1) { in lv_draw_label()
161 pos.y += line_height; in lv_draw_label()
164 if(hint && pos.y >= -LV_LABEL_HINT_UPDATE_TH && hint->line_start < 0) { in lv_draw_label()
166 hint->y = pos.y - coords->y1; in lv_draw_label()
293 sel_coords.y1 = pos.y; in lv_draw_label()
295 sel_coords.y2 = pos.y + line_height - 1; in lv_draw_label()
313 p1.y = pos.y + (dsc->font->line_height / 2) + line_dsc.width / 2; in lv_draw_label()
315 p2.y = p1.y; in lv_draw_label()
324 p1.y = pos.y + dsc->font->line_height - dsc->font->base_line - font->underline_position; in lv_draw_label()
326 p2.y = p1.y; in lv_draw_label()
356 pos.y += line_height; in lv_draw_label()
358 if(pos.y > draw_ctx->clip_area->y2) return; in lv_draw_label()