Searched refs:ORIENTATION_TOPLEFT (Results 1 – 18 of 18) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
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()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2rgba.c | 413 ORIENTATION_TOPLEFT, 0)) { in cvt_whole_image() 505 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
|
A D | ppm2tiff.c | 217 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
A D | fax2tiff.c | 295 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
A D | rgb2ycbcr.c | 333 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in tiffcvt()
|
A D | raw2tiff.c | 226 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in main()
|
A D | thumbnail.c | 644 TIFFSetField(out, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT); in generateThumbnail()
|
A D | tiffcp.c | 666 orientation = ORIENTATION_TOPLEFT; in tiffcp() 669 case ORIENTATION_TOPLEFT: in tiffcp()
|
A D | tiffcrop.c | 5993 case ORIENTATION_TOPLEFT: in loadImage() 6019 image->orientation = ORIENTATION_TOPLEFT; in loadImage() 6284 image->orientation = ORIENTATION_TOPLEFT; in correct_orientation()
|
A D | tiff2pdf.c | 2654 ORIENTATION_TOPLEFT, in t2p_readwrite_pdf_image()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/ |
A D | ras2tif.c | 205 TIFFSetField(tif, TIFFTAG_ORIENTATION, ORIENTATION_TOPLEFT);
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 197 …dRGBAImageOriented(tiff, img_width, img_height, (uint32 *)surface->pixels, ORIENTATION_TOPLEFT, 0)) in IMG_LoadTIF_RW()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_imageiter.c | 194 img->orientation = ORIENTATION_TOPLEFT; in TIFFImageIterBegin() 196 case ORIENTATION_TOPLEFT: in TIFFImageIterBegin()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | tiffdec.c | 214 ORIENTATION_TOPLEFT, 1)) { in ReadTIFF()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiff.h | 222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
|
A D | tif_getimage.c | 558 case ORIENTATION_TOPLEFT: in setorientation() 573 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation() 586 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation() 599 if (img->req_orientation == ORIENTATION_TOPLEFT || in setorientation()
|
A D | tif_dir.c | 260 if (v < ORIENTATION_TOPLEFT || ORIENTATION_LEFTBOT < v) in _TIFFVSetField() 1370 td->td_orientation = ORIENTATION_TOPLEFT; in TIFFDefaultDirectory()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiff.h | 222 #define ORIENTATION_TOPLEFT 1 /* row 0 top, col 0 lhs */ macro
|
Completed in 77 milliseconds