Home
last modified time | relevance | path

Searched refs:pivot_x_256 (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_draw/
Dlv_img_buf.h169 int32_t pivot_x_256; member
307 …->tmp.cosma * xt - dsc->tmp.sinma * yt) >> (_LV_TRANSFORM_TRIGO_SHIFT - 8)) + dsc->tmp.pivot_x_256; in _lv_img_buf_transform()
313 xs = xt + dsc->tmp.pivot_x_256; in _lv_img_buf_transform()
319 …(dsc->tmp.cosma * xt - dsc->tmp.sinma * yt) >> (_LV_TRANSFORM_TRIGO_SHIFT)) + dsc->tmp.pivot_x_256; in _lv_img_buf_transform()
Dlv_img_buf.c422 dsc->tmp.pivot_x_256 = dsc->cfg.pivot_x * 256; in _lv_img_buf_transform_init()