Lines Matching defs:leftmost_x
657 unsigned int leftmost_x = input->width;
672 if (x < leftmost_x)
673 leftmost_x = x;
686 if (leftmost_x == input->width && rightmost_x == 0) {
689 leftmost_x = topmost_y = 0;
698 input->data[0] + input_linesize * y + bpp * leftmost_x,
699 bpp * (rightmost_x - leftmost_x));
726 uint8_t *foreground = input->data[0] + input_linesize * y + bpp * leftmost_x;
727 uint8_t *background = output->data[0] + output_linesize * y + bpp * leftmost_x;
729 for (x = leftmost_x; x < rightmost_x; ++x, foreground += bpp, background += bpp, output_data += bpp) {
783 output->width = rightmost_x - leftmost_x;
787 fctl_chunk->x_offset = leftmost_x;