Searched refs:ys_ups_start (Results 1 – 1 of 1) sorted by relevance
155 int32_t xs_ups = 0, ys_ups = 0, ys_ups_start = 0, ys_step_256_original = 0; in lv_draw_sw_transform() local202 ys_ups_start = ys1_ups + 0x80; in lv_draw_sw_transform()208 ys_ups = ys_ups_start + ((ys_step_256_original * y) >> 8); in lv_draw_sw_transform()296 int32_t ys_ups_start = ys_ups; in transform_rgb888() local302 ys_ups = ys_ups_start + ((ys_step * x) >> 8); in transform_rgb888()396 int32_t ys_ups_start = ys_ups; in transform_argb8888() local402 ys_ups = ys_ups_start + ((ys_step * x) >> 8); in transform_argb8888()489 int32_t ys_ups_start = ys_ups; in transform_rgb565a8() local499 ys_ups = ys_ups_start + ((ys_step * x) >> 8); in transform_rgb565a8()604 int32_t ys_ups_start = ys_ups; in transform_a8() local[all …]