Lines Matching refs:stride
182 int w, int h, int stride,
199 ximage->bytes_per_line = stride ? stride : bytes_per_line(w * ximage->bits_per_pixel, 32);
216 int x, int y, int w, int h, int stride,
226 swrastXPutImage(draw, op, 0, 0, x, y, w, h, stride, shmid,
233 int w, int h, int stride,
243 swrastXPutImage(draw, op, x, 0, x, y, w, h, stride, shmid,
249 int x, int y, int w, int h, int stride,
255 swrastXPutImage(draw, op, 0, 0, x, y, w, h, stride, -1,
273 int x, int y, int w, int h, int stride,
293 ximage->bytes_per_line = stride ? stride : bytes_per_line(w * ximage->bits_per_pixel, 32);