Home
last modified time | relevance | path

Searched refs:PSColorContigPreamble (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2ps.c209 void PSColorContigPreamble(FILE*, uint32, uint32, int);
2346 PSColorContigPreamble(fd, w, h, 3); in PSpage()
2356 PSColorContigPreamble(fd, w, h, 4); in PSpage()
2395 PSColorContigPreamble(FILE* fd, uint32 w, uint32 h, int nc) in PSColorContigPreamble() function