Lines Matching refs:bytes_per_line
253 ((y) * img->bytes_per_line) + \
256 #define ZINDEX(x, y, img) ((y) * img->bytes_per_line) + \
379 image->bytes_per_line = min_bytes_per_line;
384 image->bytes_per_line = image_bytes_per_line;
422 if (image->bytes_per_line == 0) {
423 image->bytes_per_line = min_bytes_per_line;
424 } else if (image->bytes_per_line < min_bytes_per_line) {
510 plane = plane + (ximage->bytes_per_line * ximage->height);
549 [y * ximage->bytes_per_line + (x << 2)];
581 [y * ximage->bytes_per_line + (x << 1)];
604 [y * ximage->bytes_per_line + x];
625 yoff = y * ximage->bytes_per_line + (xoff >> 3);
687 plane = (ximage->bytes_per_line * ximage->height) *
705 plane = plane - (ximage->bytes_per_line * ximage->height);
737 [y * ximage->bytes_per_line + (x << 2)];
768 [y * ximage->bytes_per_line + (x << 1)];
790 ximage->data[y * ximage->bytes_per_line + x] = pixel;
810 yoff = y * ximage->bytes_per_line + (xoff >> 3);
867 subimage->bytes_per_line =
871 subimage->bytes_per_line =
875 dsize = subimage->bytes_per_line * height;
987 x = ximage->bytes_per_line * ximage->height;
995 x = ximage->bytes_per_line * ximage->height;
1002 x = (ximage->bytes_per_line >> 1) * ximage->height;
1009 x = (ximage->bytes_per_line >> 2) * ximage->height;