Home
last modified time | relevance | path

Searched refs:tif_flags (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_open.c158 tif->tif_flags |= TIFF_MAPPED;
224 tif->tif_flags |= TIFF_SWAB;
230 tif->tif_flags |= TIFF_SWAB;
234 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
238 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
242 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |
343 tif->tif_flags |= TIFF_SWAB;
347 tif->tif_flags |= TIFF_SWAB;
387 tif->tif_flags |= TIFF_SWAB;
391 tif->tif_flags |= TIFF_SWAB;
[all …]
H A Dtif_flush.c45 if( (tif->tif_flags & TIFF_DIRTYSTRIP) in TIFFFlush()
46 && !(tif->tif_flags & TIFF_DIRTYDIRECT) in TIFFFlush()
53 if ((tif->tif_flags & (TIFF_DIRTYDIRECT|TIFF_DIRTYSTRIP)) in TIFFFlush()
96 if( (tif->tif_flags & TIFF_DIRTYDIRECT) != 0 ) in TIFFForceStrileArrayWriting()
104 if( !(tif->tif_flags & TIFF_DIRTYSTRIP) ) in TIFFForceStrileArrayWriting()
138 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFForceStrileArrayWriting()
139 tif->tif_flags &= ~TIFF_BEENWRITING; in TIFFForceStrileArrayWriting()
158 if ((tif->tif_flags & TIFF_BEENWRITING) == 0) in TIFFFlushData()
160 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()
161 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
H A Dtif_write.c125 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteScanline()
142 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()
267 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteEncodedStrip()
270 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()
444 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteEncodedTile()
446 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()
628 tif->tif_flags |= TIFF_BEENWRITING; in TIFFWriteCheck()
657 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFWriteBufferSetup()
677 tif->tif_flags |= TIFF_MYBUFFER; in TIFFWriteBufferSetup()
679 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFWriteBufferSetup()
[all …]
H A Dtif_read.c738 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFReadRawStrip()
879 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFFillStrip()
1182 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFReadRawTile()
1295 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFFillTile()
1383 tif->tif_flags &= ~TIFF_BUFFERMMAP; in TIFFReadBufferSetup()
1394 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFReadBufferSetup()
1405 tif->tif_flags |= TIFF_MYBUFFER; in TIFFReadBufferSetup()
1429 tif->tif_flags |= TIFF_CODERSETUP; in TIFFStartStrip()
1435 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFStartStrip()
1482 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFStartTile()
[all …]
H A Dtif_dirread.c2902 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedShort()
2909 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSshort()
2916 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedLong()
2923 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSlong()
2941 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedLong8()
2960 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSlong8()
2984 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedRational()
3015 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSrational()
3039 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedFloat()
3064 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedDouble()
[all …]
H A Dtif_dirwrite.c2175 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedShort()
2185 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedShortArray()
2197 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSshort()
2208 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSshortArray()
2219 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong()
2229 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLongArray()
2241 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSlong()
2252 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSlongArray()
2268 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong8()
2283 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong8Array()
[all …]
H A Dtif_dir.c213 if (tif->tif_flags & TIFF_SWAB) { in _TIFFVSetField()
400 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
411 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()
1438 tif->tif_flags &= ~TIFF_ISTILED; in TIFFDefaultDirectory()
1464 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1476 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1493 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1511 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()
1528 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()
1737 if (tif->tif_flags & TIFF_SWAB) in TIFFUnlinkDirectory()
[all …]
H A Dtif_jbig.c209 tif->tif_flags |= TIFF_NOBITREV; in TIFFInitJBIG()
210 tif->tif_flags &= ~TIFF_MAPPED; in TIFFInitJBIG()
H A Dtif_jpeg_12.c51 tif->tif_flags |= TIFF_NOBITREV; /* no bit reversal, please */ in TIFFReInitJPEG_12()
H A Dtif_close.c71 if (tif->tif_rawdata && (tif->tif_flags&TIFF_MYBUFFER)) in TIFFCleanup()
H A Dtif_predict.c151 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()
182 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()
230 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupEncode()
774 tif->tif_flags |= TIFF_DIRTYDIRECT; in PredictorVSetField()
H A Dtif_print.c484 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
492 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
H A Dtif_compress.c156 tif->tif_flags &= ~(TIFF_NOBITREV|TIFF_NOREADRAW); in _TIFFSetDefaultCompressionState()
H A Dtif_jpeg.c1875 tif->tif_flags |= TIFF_DIRTYDIRECT; in JPEGSetupEncode()
2258 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()
2262 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()
2333 tif->tif_flags |= TIFF_DIRTYDIRECT; in JPEGVSetField()
2547 tif->tif_flags |= TIFF_NOBITREV; /* no bit reversal, please */ in TIFFInitJPEG()
H A Dtif_fax3.c1235 tif->tif_flags |= TIFF_DIRTYDIRECT; in Fax3VSetField()
1373 tif->tif_flags |= TIFF_NOBITREV; /* decoder does bit reversal */ in InitCCITTFax3()
H A Dtif_ojpeg.c477 tif->tif_flags|=TIFF_NOREADRAW; in TIFFInitOJPEG()
606 tif->tif_flags|=TIFF_DIRTYDIRECT; in OJPEGVSetField()
H A Dtif_pixarlog.c838 if (tif->tif_flags & TIFF_SWAB) in PixarLogDecode()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h119 uint32 tif_flags; member
229 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
230 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
231 #define isFillOrder(tif, o) (((tif)->tif_flags & (o)) != 0)
232 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)