Lines Matching refs:src_y

227 				   int16_t src_x, int16_t src_y,
243 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
246 if (src_x | src_y)
247 src = (const uint8_t *)src + src_y * src_stride + src_x * cpp;
445 int16_t src_x, int16_t src_y,
461 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
484 tile_row += src_y / tile_height * src_stride * tile_height;
485 tile_row += (src_y & (tile_height-1)) * tile_width;
486 src_y++;
557 int16_t src_x, int16_t src_y,
573 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
604 src_row += src_y / tile_height * src_stride;
605 src_row += (src_y & (tile_height-1)) * tile_width;
606 src_y++;
640 int16_t src_x, int16_t src_y,
656 __FUNCTION__, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
660 src_bytes = (const uint8_t *)src + src_stride * src_y + src_x * bpp;
723 int16_t src_x, int16_t src_y,
737 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
740 if (src_x | src_y)
741 src = (const uint8_t *)src + src_y * src_stride + src_x * cpp;
780 int16_t src_x, int16_t src_y,
794 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
806 tile_row += src_y / tile_height * src_stride * tile_height;
807 tile_row += (src_y & (tile_height-1)) * tile_width;
831 src_y++;
838 int16_t src_x, int16_t src_y,
852 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
867 src_row += src_y / tile_height * src_stride * tile_height;
868 src_row += (src_y & (tile_height-1)) * tile_width;
871 src_y++;
904 int16_t src_x, int16_t src_y, \
918 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride)); \
919 src = (const uint8_t *)src + src_y * src_stride + src_x * cpp; \
965 int16_t src_x, int16_t src_y, \
979 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride)); \
982 const uint32_t sy = y + src_y; \
1044 int16_t src_x, int16_t src_y,
1058 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
1061 if (src_x | src_y)
1062 src = (const uint8_t *)src + src_y * src_stride + src_x * cpp;
1101 int16_t src_x, int16_t src_y,
1115 __FUNCTION__, bpp, src_x, src_y, dst_x, dst_y, width, height, src_stride, dst_stride));
1127 tile_row += src_y / tile_height * src_stride * tile_height;
1128 tile_row += (src_y & (tile_height-1)) * tile_width;
1152 src_y++;
1366 int16_t src_x, int16_t src_y,
1382 src_x, src_y, dst_x, dst_y,
1388 src_bytes = (const uint8_t *)src + src_stride * src_y + src_x * bpp;
1697 int16_t src_x, int16_t src_y,
1727 y += pixman_int_to_fixed(src_y - dst_y);