Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c180 switch (img->orientation) { in TIFFImageIterBegin()
185 img->orientation = ORIENTATION_BOTLEFT; in TIFFImageIterBegin()
194 img->orientation = ORIENTATION_TOPLEFT; in TIFFImageIterBegin()
264 uint16 orientation; in gtTileContig() local
278 orientation = img->orientation; in gtTileContig()
312 uint16 orientation; in gtTileSeparate() local
339 orientation = img->orientation; in gtTileSeparate()
379 uint16 orientation; in gtStripContig() local
392 orientation = img->orientation; in gtStripContig()
418 uint16 orientation; in gtStripSeparate() local
[all …]
H A Dtif_imageiter.h45 uint16 orientation; /* image orientation */ member
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp357 switch (img->orientation) { in setorientation()
362 img->orientation = ORIENTATION_BOTLEFT; in setorientation()
372 img->orientation = ORIENTATION_TOPLEFT; in setorientation()
397 uint16 orientation; in getStripContig1Bit() local
417 orientation = img->orientation; in getStripContig1Bit()
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 Dtiffcp.c79 static uint16 orientation; variable
653 TIFFGetFieldDefaulted(in, TIFFTAG_ORIENTATION, &orientation); in tiffcp()
654 switch (orientation) { in tiffcp()
658 orientation = ORIENTATION_BOTLEFT; in tiffcp()
667 orientation = ORIENTATION_TOPLEFT; in tiffcp()
673 TIFFSetField(out, TIFFTAG_ORIENTATION, orientation); in tiffcp()
H A Dtiffcrop.c404 uint16 orientation; member
5011 image->orientation = 0; in initImageData()
5813 uint16 orientation = 0; in loadImage() local
5828 TIFFGetFieldDefaulted(in, TIFFTAG_ORIENTATION, &orientation); in loadImage()
5970 image->orientation = orientation; in loadImage()
5971 switch (orientation) in loadImage()
6000 image->orientation = ORIENTATION_TOPLEFT; in loadImage()
6265 image->orientation = ORIENTATION_TOPLEFT; in correct_orientation()
7143 TIFFSetField(out, TIFFTAG_ORIENTATION, image->orientation); in writeSingleSection()
7818 TIFFSetField(out, TIFFTAG_ORIENTATION, image->orientation); in writeCroppedImage()
H A Dtiff2pdf.c4601 void t2p_compose_pdf_page_orient(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient() argument
4625 switch(orientation){ in t2p_compose_pdf_page_orient()
4676 void t2p_compose_pdf_page_orient_flip(T2P_BOX* boxp, uint16 orientation){ in t2p_compose_pdf_page_orient_flip() argument
4700 switch(orientation){ in t2p_compose_pdf_page_orient_flip()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c480 TIFFGetFieldDefaulted(tif, TIFFTAG_ORIENTATION, &img->orientation); in TIFFRGBAImageBegin()
526 int orientation, int stop) in TIFFReadRGBAImageOriented() argument
533 img.req_orientation = (uint16)orientation; in TIFFReadRGBAImageOriented()
560 switch (img->orientation) { in setorientation()
H A Dtiffio.h208 uint16 orientation; /* image orientation */ member
/libtiff-4.0.7/
H A DChangeLog5365 Finally resolved problems with orientation handling. TIFFRGBAImage