Lines Matching refs:y

213     int32_t y;  in fill_set_px()  local
216 for(y = blend_area->y1; y <= blend_area->y2; y++) { in fill_set_px()
218 … disp->driver->set_px_cb(disp->driver, (void *)dest_buf, dest_stride, x, y, color, opa); in fill_set_px()
226 for(y = 0; y < h; y++) { in fill_set_px()
231 …t_px_cb(disp->driver, (void *)dest_buf, dest_stride, blend_area->x1 + x, blend_area->y1 + y, color, in fill_set_px()
247 int32_t y; in fill_normal() local
252 for(y = 0; y < h; y++) { in fill_normal()
274 for(y = 0; y < h; y++) { in fill_normal()
294 for(y = 0; y < h; y++) { in fill_normal()
352 for(y = 0; y < h; y++) { in fill_normal()
453 int32_t y; in fill_argb() local
469 for(y = 1; y < h; y++) { in fill_argb()
477 for(y = 0; y < h; y++) { in fill_argb()
492 for(y = 0; y < h; y++) { in fill_argb()
509 for(y = 0; y < h; y++) { in fill_argb()
539 int32_t y; in fill_blended() local
561 for(y = 0; y < h; y++) { in fill_blended()
582 for(y = 0; y < h; y++) { in fill_blended()
611 int32_t y; in map_set_px() local
614 for(y = 0; y < h; y++) { in map_set_px()
616 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
623 for(y = 0; y < h; y++) { in map_set_px()
626 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
644 int32_t y; in map_normal() local
649 for(y = 0; y < h; y++) { in map_normal()
656 for(y = 0; y < h; y++) { in map_normal()
671 for(y = 0; y < h; y++) { in map_normal()
714 for(y = 0; y < h; y++) { in map_normal()
743 int32_t y; in map_argb() local
764 for(y = 0; y < h; y++) { in map_argb()
772 for(y = 0; y < h; y++) { in map_argb()
795 for(y = 0; y < h; y++) { in map_argb()
820 for(y = 0; y < h; y++) { in map_argb()
842 for(y = 0; y < h; y++) { in map_argb()
882 int32_t y; in map_blended() local
907 for(y = 0; y < h; y++) { in map_blended()
926 for(y = 0; y < h; y++) { in map_blended()