Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp_img.c246 int32_t int_scale_y = (int32_t)fp_scale_y; in _pxp_blit_transform() local
250 trim_y = (fp_scale_y == int_scale_y) ? int_scale_y - 1 : int_scale_y; in _pxp_blit_transform()