Lines Matching defs:ppl
210 ring_alloc (size_t initial_size, size_t bpl, size_t ppl)
226 rb->ppl = ppl;
2730 sb += s->ppl;
2733 for (i=0; i < rb->ppl; i++) {
2741 case 0: rb->tail_red = spot; rb->red_extra += rb->ppl; break;
2742 case 1: rb->tail_green = spot; rb->green_extra += rb->ppl; break;
2743 case 2: rb->tail_blue = spot; rb->blue_extra += rb->ppl; break;
2787 seg++, pt += s->ppl + 2) {
2843 sb += s->ppl;
2846 for (i=0; i < rb->ppl; i++) {
2853 case 'R': rb->tail_red = spot; rb->red_extra += rb->ppl; break;
2854 case 'G': rb->tail_green = spot; rb->green_extra += rb->ppl; break;
2855 case 'B': rb->tail_blue = spot; rb->blue_extra += rb->ppl; break;
3825 DBG(23, "sane_get_parameters: lines: %d ppl: %d bpl: %d\n",
3924 s->ppl = linewidth * 8;
3931 s->ppl = linewidth * (8 / s->bits_per_color);
3934 s->ppl = linewidth;
3944 s->ppl = linewidth;
3951 s->ppl = linewidth - 2;
3958 s->ppl = linewidth;
3965 s->ppl = linewidth;
3972 s->ppl = linewidth;
3990 s->dest_ppl = (int) ((double)s->ppl *
3994 s->exp_aspect = (double)s->ppl / (double)s->dest_ppl;
3999 s->dest_ppl = s->ppl / s->exp_aspect;*/
4000 /*s->dest_ppl = s->ppl / s->exp_aspect;
4003 (double)s->ppl);*/
4007 s->dest_ppl = s->ppl;
4031 DBG(23, "pix bpl: %d hdr bpl: %d ppl: %d\n",
4032 s->pixel_bpl, s->header_bpl, s->ppl);
4035 DBG(23, "dest bpl: %d dest ppl: %d aspect: %f\n",