Lines Matching defs:bpp
10221 int th, tw, bpp;
10290 offset, &bpp, &tw, &th);
10297 bpl = bpp * tw;
10302 DBG (8, "Getting buffer %d*%d*%d=%ld=0x%lX (%s:%d) \n", bpp, tw, th,
10571 int th, tw, bpp;
10887 bpp = 3;
10894 bpp = 1;
11124 *rbpp = bpp;
12459 int bpp = 3; /* defaults to color scan value */
12483 bpp = 1;
12488 data = (unsigned char *) malloc (w * h * bpp);
12495 memset (data, 0x00, w * h * bpp);
12499 encodeWX (w, x, dpi, color, ccd, bpp * w);
12523 size = w * bpp * h;
12540 DumpNB (w * bpp, h, data, NULL);
12554 sum += data[(y * bpp) * w + x];
12574 sum += data[(y * bpp + i) * w + x];
12609 DumpNB (w * bpp, h, data, NULL);
12610 DumpNB (w, h * bpp, data, NULL);