Home | History | Annotate | Download | only in x11

Lines Matching defs:bytes_per_line

91    b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
201 8, 0); /* pad, bytes_per_line */
207 * b->backxrb->ximage->bytes_per_line);
295 xrb->width2 = xrb->ximage->bytes_per_line / 2;
299 xrb->width3 = xrb->ximage->bytes_per_line;
444 + y2 * ximage->bytes_per_line
469 int bytes_per_line =
472 char *image = (char *) malloc(bytes_per_line *
483 bytes_per_line);
496 + (h - 1) * ximage->bytes_per_line;
502 *rowStrideOut = -ximage->bytes_per_line;