Lines Matching defs:depth
1866 DBG (dbg_level, "%s: depth: %d, bytes_per_line: %d\n",
1867 func, params->depth, params->bytes_per_line);
2130 static int write_pnm_header (FILE* f, color_mode m, int depth, int width, int height)
2132 int maxval = (1 << depth) - 1;
3217 s->params.depth = 1;
3223 s->params.depth = 1;
3229 s->params.depth = 8;
3236 s->params.depth = 16;
3242 s->params.depth = 8;
3249 s->params.depth = 16;
7641 write_pnm_header (fp, s->c_mode, s->params.depth,