Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp362 img->orientation = ORIENTATION_BOTLEFT; in setorientation()
364 case ORIENTATION_BOTLEFT: in setorientation()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c185 img->orientation = ORIENTATION_BOTLEFT; in TIFFImageIterBegin()
187 case ORIENTATION_BOTLEFT: in TIFFImageIterBegin()
/libtiff-4.0.7/libtiff/
H A Dtiff.h225 #define ORIENTATION_BOTLEFT 4 /* row 0 bottom, col 0 lhs */ macro
H A Dtif_getimage.c286 img->req_orientation = ORIENTATION_BOTLEFT; /* It is the default */ in TIFFRGBAImageBegin()
554 ORIENTATION_BOTLEFT, stop); in TIFFReadRGBAImage()
569 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
582 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
595 else if (img->req_orientation == ORIENTATION_BOTLEFT || in setorientation()
600 case ORIENTATION_BOTLEFT: in setorientation()
H A Dtiffio.h422 int = ORIENTATION_BOTLEFT, int = 0);
/libtiff-4.0.7/archive/tools/
H A Dsgisv.c297 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_BOTLEFT); in tiffsv()
/libtiff-4.0.7/tools/
H A Dtiffcp.c658 orientation = ORIENTATION_BOTLEFT; in tiffcp()
661 case ORIENTATION_BOTLEFT: in tiffcp()
H A Dtiffcrop.c5983 case ORIENTATION_BOTLEFT: in loadImage()
/libtiff-4.0.7/
H A DChangeLog5542 ORIENTATION_BOTLEFT.