Lines Matching refs:y
216 int32_t y; in fill_set_px() local
219 for(y = blend_area->y1; y <= blend_area->y2; y++) { in fill_set_px()
221 … disp->driver->set_px_cb(disp->driver, (void *)dest_buf, dest_stride, x, y, color, opa); in fill_set_px()
229 for(y = 0; y < h; y++) { in fill_set_px()
233 …t_px_cb(disp->driver, (void *)dest_buf, dest_stride, blend_area->x1 + x, blend_area->y1 + y, color, in fill_set_px()
250 int32_t y; in fill_normal() local
255 for(y = 0; y < h; y++) { in fill_normal()
277 for(y = 0; y < h; y++) { in fill_normal()
297 for(y = 0; y < h; y++) { in fill_normal()
355 for(y = 0; y < h; y++) { in fill_normal()
457 int32_t y; in fill_argb() local
473 for(y = 1; y < h; y++) { in fill_argb()
481 for(y = 0; y < h; y++) { in fill_argb()
496 for(y = 0; y < h; y++) { in fill_argb()
513 for(y = 0; y < h; y++) { in fill_argb()
543 int32_t y; in fill_blended() local
565 for(y = 0; y < h; y++) { in fill_blended()
586 for(y = 0; y < h; y++) { in fill_blended()
616 int32_t y; in map_set_px() local
619 for(y = 0; y < h; y++) { in map_set_px()
621 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
628 for(y = 0; y < h; y++) { in map_set_px()
631 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
651 int32_t y; in map_normal() local
656 for(y = 0; y < h; y++) { in map_normal()
663 for(y = 0; y < h; y++) { in map_normal()
678 for(y = 0; y < h; y++) { in map_normal()
721 for(y = 0; y < h; y++) { in map_normal()
749 int32_t y; in map_argb() local
770 for(y = 0; y < h; y++) { in map_argb()
778 for(y = 0; y < h; y++) { in map_argb()
801 for(y = 0; y < h; y++) { in map_argb()
826 for(y = 0; y < h; y++) { in map_argb()
848 for(y = 0; y < h; y++) { in map_argb()
887 int32_t y; in map_blended() local
912 for(y = 0; y < h; y++) { in map_blended()
931 for(y = 0; y < h; y++) { in map_blended()