Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c244 tfImageDepth, tfBytesPerRow; variable
744 scan_line = (char *) malloc(tfBytesPerRow = TIFFScanlineSize(tfFile)); in GetTIFFImage()
801 malloc(tfBytesPerRow * tfImageHeight); in GetTIFFImage()
804 for (i = 0; i < tfImageHeight; i++, output_p += tfBytesPerRow) in GetTIFFImage()
809 malloc(tfBytesPerRow * 2 * tfImageHeight + 2); in GetTIFFImage()
829 malloc(tfBytesPerRow * 4 * tfImageHeight + 4); in GetTIFFImage()
846 malloc(tfBytesPerRow * 2 * tfImageHeight + 2); in GetTIFFImage()
852 output_p = &imageMemory[i * tfBytesPerRow * 2]; in GetTIFFImage()