Searched refs:ys_ups (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 51 int32_t xs_ups, int32_t ys_ups, int32_t xs_step, int32_t ys_step, 55 int32_t xs_ups, int32_t ys_ups, int32_t xs_step, int32_t ys_step, 60 int32_t xs_ups, int32_t ys_ups, int32_t xs_step, int32_t ys_step, 65 int32_t xs_ups, int32_t ys_ups, int32_t xs_step, int32_t ys_step, 126 int32_t ys_ups = ys1_ups + 0x80; in lv_draw_sw_transform() local 131 …argb_no_aa(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cb… in lv_draw_sw_transform() 135 …rgb_no_aa(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cbu… in lv_draw_sw_transform() 140 …rgb565a8_no_aa(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w… in lv_draw_sw_transform() 148 …argb_and_rgb_aa(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_… in lv_draw_sw_transform() 161 int32_t xs_ups, int32_t ys_ups, int32_t xs_step, int32_t ys_step, in rgb_no_aa() argument [all …]
|