Searched refs:ORIENTATION_TOPLEFT (Results 1 – 19 of 19) sorted by relevance
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Tiffile.cpp | 372 img->orientation = ORIENTATION_TOPLEFT; in setorientation() 374 case ORIENTATION_TOPLEFT: in setorientation() 418 toskew = -(int32) (orientation == ORIENTATION_TOPLEFT ? wb+wb : wb-wb); in getStripContig1Bit() 437 y += (orientation == ORIENTATION_TOPLEFT ?-(int32) nrow : (int32) nrow); in getStripContig1Bit()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2rgba.c | 413 ORIENTATION_TOPLEFT, 0)) { in cvt_whole_image() 505 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
|
| H A D | ppm2tiff.c | 216 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
| H A D | rgb2ycbcr.c | 333 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
|
| H A D | fax2tiff.c | 295 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
| H A D | raw2tiff.c | 226 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
| H A D | thumbnail.c | 644 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in generateThumbnail()
|
| H A D | tiffcp.c | 667 orientation = ORIENTATION_TOPLEFT; in tiffcp() 670 case ORIENTATION_TOPLEFT: in tiffcp()
|
| H A D | tiffcrop.c | 5974 case ORIENTATION_TOPLEFT: in loadImage() 6000 image->orientation = ORIENTATION_TOPLEFT; in loadImage() 6265 image->orientation = ORIENTATION_TOPLEFT; in correct_orientation()
|
| H A D | tiff2pdf.c | 2616 ORIENTATION_TOPLEFT, in t2p_readwrite_pdf_image()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 194 img->orientation = ORIENTATION_TOPLEFT; in TIFFImageIterBegin() 196 case ORIENTATION_TOPLEFT: in TIFFImageIterBegin()
|
| /libtiff-4.0.7/contrib/ras/ |
| H A D | ras2tif.c | 205 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT);
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tiff.h | 222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
|
| H A D | tif_getimage.c | 561 case ORIENTATION_TOPLEFT: in setorientation() 576 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation() 589 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation() 602 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
|
| H A D | tif_dir.c | 250 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField() 1329 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | ras2tiff.c | 155 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
| H A D | sgi2tiff.c | 129 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
| H A D | gif2tiff.c | 567 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in rasterize()
|
| H A D | bmp2tiff.c | 548 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|