Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp372 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 Dtiff2rgba.c413 ORIENTATION_TOPLEFT, 0)) { in cvt_whole_image()
505 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
H A Dppm2tiff.c216 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
H A Drgb2ycbcr.c333 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
H A Dfax2tiff.c295 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
H A Draw2tiff.c226 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
H A Dthumbnail.c644 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in generateThumbnail()
H A Dtiffcp.c667 orientation = ORIENTATION_TOPLEFT; in tiffcp()
670 case ORIENTATION_TOPLEFT: in tiffcp()
H A Dtiffcrop.c5974 case ORIENTATION_TOPLEFT: in loadImage()
6000 image->orientation = ORIENTATION_TOPLEFT; in loadImage()
6265 image->orientation = ORIENTATION_TOPLEFT; in correct_orientation()
H A Dtiff2pdf.c2616 ORIENTATION_TOPLEFT, in t2p_readwrite_pdf_image()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c194 img->orientation = ORIENTATION_TOPLEFT; in TIFFImageIterBegin()
196 case ORIENTATION_TOPLEFT: in TIFFImageIterBegin()
/libtiff-4.0.7/contrib/ras/
H A Dras2tif.c205 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT);
/libtiff-4.0.7/libtiff/
H A Dtiff.h222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
H A Dtif_getimage.c561 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 Dtif_dir.c250 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 Dras2tiff.c155 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
H A Dsgi2tiff.c129 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
H A Dgif2tiff.c567 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in rasterize()
H A Dbmp2tiff.c548 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()