Searched defs:xs (Results 1 – 2 of 2) sorted by relevance
100 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_hor(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_hor()154 void LV_ATTRIBUTE_FAST_MEM lv_dither_err_diff_ver(lv_grad_t * grad, lv_coord_t xs, lv_coord_t y, lv… in lv_dither_err_diff_ver()
805 int32_t xs = ((abs_y * 256) * p->xy_steep) >> 10; in line_mask_steep() local