Searched refs:coord_y (Results 1 – 4 of 4) sorted by relevance
41 int32_t coord_y; member
252 if(LV_ABS(dsc->hint->coord_y - coords->y1) > LV_LABEL_HINT_UPDATE_TH - 2 * line_height) { in lv_draw_label_iterate_characters()280 dsc->hint->coord_y = coords->y1; in lv_draw_label_iterate_characters()
442 if(LV_ABS(dsc->hint->coord_y - coords->y1) > LV_LABEL_HINT_UPDATE_TH - 2 * line_height) { in _draw_label_iterate_characters()470 dsc->hint->coord_y = coords->y1; in _draw_label_iterate_characters()
725 label->hint.coord_y = 0; in lv_label_constructor()