Lines Matching refs:depth
1429 window[34] = dev->depth;
1577 switch (dev->depth)
1620 /* Adjust from a depth of 4 bits ([0..15]) to
1621 * a depth of 8 bits ([0..255]) */
2019 dev->depth = 1;
2040 dev->depth = 4;
2047 dev->depth = 8;
2209 if (dev->depth == 4)
2211 dev->params.depth = 8;
2215 dev->params.depth = dev->depth;
2218 (dev->params.pixels_per_line / 8) * dev->params.depth;
2329 if (dev->depth == 4)