Lines Matching refs:tf_bytesperrow
679 static tsize_t tf_bytesperrow; variable
1547 tf_bytesperrow = TIFFScanlineSize(tif); in TIFF2PS()
2341 ps_bytesperrow = tf_bytesperrow - (extrasamples * bitspersample / 8)*w; in PSpage()
2397 ps_bytesperrow = nc * (tf_bytesperrow / samplesperpixel); in PSColorContigPreamble()
2443 tf_buf = (unsigned char *) _TIFFmalloc(tf_bytesperrow); in PSDataColorContig()
2457 PS_FlipBytes(cp, tf_bytesperrow); in PSDataColorContig()
2462 for (; cc < tf_bytesperrow; cc += samplesperpixel) { in PSDataColorContig()
2481 for (; cc < tf_bytesperrow; cc += samplesperpixel) { in PSDataColorContig()
2507 tf_buf = (unsigned char *) _TIFFmalloc(tf_bytesperrow); in PSDataColorSeparate()
2517 for (cp = tf_buf, cc = 0; cc < tf_bytesperrow; cc++) { in PSDataColorSeparate()
2553 tf_buf = (unsigned char *) _TIFFmalloc(tf_bytesperrow); in PSDataPalette()
2571 for (cp = tf_buf, cc = 0; cc < tf_bytesperrow; cc++) { in PSDataPalette()