Home
last modified time | relevance | path

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

/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c155 int32 iHeight; /* Image height. If positive, image has bottom member
360 (read(fd, &info_hdr.iHeight, 4) != 4) || in main()
375 TIFFSwabLong((uint32*) &info_hdr.iHeight); in main()
416 info_hdr.iHeight = iShort; in main()
450 length = (info_hdr.iHeight > 0) ? info_hdr.iHeight : -info_hdr.iHeight; in main()
613 if (info_hdr.iHeight > 0) in main()