Searched refs:ys (Results 1 – 2 of 2) sorted by relevance
182 lv_coord_t ys; member304 int32_t ys; in _lv_img_buf_transform() local308 …ys = ((dsc->tmp.sinma * xt + dsc->tmp.cosma * yt) >> (_LV_TRANSFORM_TRIGO_SHIFT - 8)) + dsc->tmp.p… in _lv_img_buf_transform()314 ys = yt + dsc->tmp.pivot_y_256; in _lv_img_buf_transform()320 …ys = ((dsc->tmp.sinma * xt + dsc->tmp.cosma * yt) >> (_LV_TRANSFORM_TRIGO_SHIFT)) + dsc->tmp.pivot… in _lv_img_buf_transform()325 int32_t ys_int = ys >> 8; in _lv_img_buf_transform()364 dsc->tmp.ys = ys; in _lv_img_buf_transform()
573 int ys_fract = dsc->tmp.ys & 0xff; in _lv_img_buf_transform_anti_alias()