Lines Matching refs:y
190 int32_t y; in fill_set_px() local
193 for(y = blend_area->y1; y <= blend_area->y2; y++) { in fill_set_px()
195 … disp->driver->set_px_cb(disp->driver, (void *)dest_buf, dest_stride, x, y, color, opa); in fill_set_px()
203 for(y = 0; y < h; y++) { in fill_set_px()
206 …t_px_cb(disp->driver, (void *)dest_buf, dest_stride, blend_area->x1 + x, blend_area->y1 + y, color, in fill_set_px()
223 int32_t y; in fill_normal() local
228 for(y = 0; y < h; y++) { in fill_normal()
242 for(y = 0; y < h; y++) { in fill_normal()
274 for(y = 0; y < h; y++) { in fill_normal()
332 for(y = 0; y < h; y++) { in fill_normal()
373 int32_t y; in fill_blended() local
395 for(y = 0; y < h; y++) { in fill_blended()
416 for(y = 0; y < h; y++) { in fill_blended()
445 int32_t y; in map_set_px() local
448 for(y = 0; y < h; y++) { in map_set_px()
450 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
457 for(y = 0; y < h; y++) { in map_set_px()
460 …x_cb(disp->driver, (void *)dest_buf, dest_stride, dest_area->x1 + x, dest_area->y1 + y, src_buf[x], in map_set_px()
478 int32_t y; in map_normal() local
487 for(y = 0; y < h; y++) { in map_normal()
494 for(y = 0; y < h; y++) { in map_normal()
518 for(y = 0; y < h; y++) { in map_normal()
576 for(y = 0; y < h; y++) { in map_normal()
609 int32_t y; in map_blended() local
631 for(y = 0; y < h; y++) { in map_blended()
641 for(y = 0; y < h; y++) { in map_blended()