Searched refs:tf_bytesperrow (Results 1 – 1 of 1) sorted by relevance
679 static tsize_t tf_bytesperrow; variable1547 tf_bytesperrow = TIFFScanlineSize(tif); in TIFF2PS()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()[all …]