Searched refs:tif_flags (Results 1 – 21 of 21) sorted by relevance
159 tif->tif_flags |= TIFF_MAPPED;223 tif->tif_flags |= TIFF_SWAB;229 tif->tif_flags |= TIFF_SWAB;233 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |237 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |241 tif->tif_flags = (tif->tif_flags &~ TIFF_FILLORDER) |327 tif->tif_flags |= TIFF_SWAB;331 tif->tif_flags |= TIFF_SWAB;371 tif->tif_flags |= TIFF_SWAB;375 tif->tif_flags |= TIFF_SWAB;[all …]
46 if( (tif->tif_flags & TIFF_DIRTYSTRIP) in TIFFFlush()47 && !(tif->tif_flags & TIFF_DIRTYDIRECT) in TIFFFlush()61 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFFlush()62 tif->tif_flags &= ~TIFF_BEENWRITING; in TIFFFlush()75 tif->tif_flags &= ~TIFF_DIRTYSTRIP; in TIFFFlush()76 tif->tif_flags &= ~TIFF_BEENWRITING; in TIFFFlush()82 if ((tif->tif_flags & (TIFF_DIRTYDIRECT|TIFF_DIRTYSTRIP)) in TIFFFlush()101 if ((tif->tif_flags & TIFF_BEENWRITING) == 0) in TIFFFlushData()103 if (tif->tif_flags & TIFF_POSTENCODE) { in TIFFFlushData()104 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFFlushData()
127 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteScanline()144 tif->tif_flags |= TIFF_POSTENCODE; in TIFFWriteScanline()236 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteEncodedStrip()260 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedStrip()448 tif->tif_flags |= TIFF_CODERSETUP; in TIFFWriteEncodedTile()450 tif->tif_flags &= ~TIFF_POSTENCODE; in TIFFWriteEncodedTile()632 tif->tif_flags |= TIFF_BEENWRITING; in TIFFWriteCheck()647 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFWriteBufferSetup()667 tif->tif_flags |= TIFF_MYBUFFER; in TIFFWriteBufferSetup()669 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFWriteBufferSetup()[all …]
725 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFReadRawStrip()877 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFFillStrip()1185 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFReadRawTile()1302 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFFillTile()1389 tif->tif_flags &= ~TIFF_BUFFERMMAP; in TIFFReadBufferSetup()1400 tif->tif_flags &= ~TIFF_MYBUFFER; in TIFFReadBufferSetup()1411 tif->tif_flags |= TIFF_MYBUFFER; in TIFFReadBufferSetup()1438 tif->tif_flags |= TIFF_CODERSETUP; in TIFFStartStrip()1444 if (tif->tif_flags&TIFF_NOREADRAW) in TIFFStartStrip()1478 tif->tif_flags |= TIFF_CODERSETUP; in TIFFStartTile()[all …]
889 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryArrayWithLimit()2901 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedShort()2908 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSshort()2915 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedLong()2922 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSlong()2940 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedLong8()2959 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSlong8()2983 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedRational()3014 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedSrational()3038 if (tif->tif_flags&TIFF_SWAB) in TIFFReadDirEntryCheckedFloat()[all …]
2041 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedShort()2051 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedShortArray()2063 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSshort()2074 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSshortArray()2085 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong()2095 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLongArray()2107 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSlong()2118 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedSlongArray()2134 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong8()2149 if (tif->tif_flags&TIFF_SWAB) in TIFFWriteDirectoryTagCheckedLong8Array()[all …]
210 if (tif->tif_flags & TIFF_SWAB) { in _TIFFVSetField()385 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()396 tif->tif_flags |= TIFF_ISTILED; in _TIFFVSetField()1422 tif->tif_flags &= ~TIFF_ISTILED; in TIFFDefaultDirectory()1448 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()1460 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()1477 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()1495 if (tif->tif_flags&TIFF_SWAB) in TIFFAdvanceDirectory()1512 if (tif->tif_flags & TIFF_SWAB) in TIFFAdvanceDirectory()1721 if (tif->tif_flags & TIFF_SWAB) in TIFFUnlinkDirectory()[all …]
191 tif->tif_flags |= TIFF_NOBITREV; in TIFFInitJBIG()192 tif->tif_flags &= ~TIFF_MAPPED; in TIFFInitJBIG()
107 uint32 tif_flags; member214 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)215 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)216 #define isFillOrder(tif, o) (((tif)->tif_flags & (o)) != 0)217 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
51 tif->tif_flags |= TIFF_NOBITREV; /* no bit reversal, please */ in TIFFReInitJPEG_12()
72 if (tif->tif_rawdata && (tif->tif_flags&TIFF_MYBUFFER)) in TIFFCleanup()
153 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()184 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupDecode()232 if (tif->tif_flags & TIFF_SWAB) { in PredictorSetupEncode()776 tif->tif_flags |= TIFF_DIRTYDIRECT; in PredictorVSetField()
486 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()494 int count = (tif->tif_flags & TIFF_PERSAMPLE) ? td->td_samplesperpixel : 1; in TIFFPrintDirectory()
157 tif->tif_flags &= ~(TIFF_NOBITREV|TIFF_NOREADRAW); in _TIFFSetDefaultCompressionState()
1880 tif->tif_flags |= TIFF_DIRTYDIRECT; in JPEGSetupEncode()2263 tif->tif_flags &= ~TIFF_UPSAMPLED; in JPEGResetUpsampled()2267 tif->tif_flags |= TIFF_UPSAMPLED; in JPEGResetUpsampled()2338 tif->tif_flags |= TIFF_DIRTYDIRECT; in JPEGVSetField()2552 tif->tif_flags |= TIFF_NOBITREV; /* no bit reversal, please */ in TIFFInitJPEG()
1237 tif->tif_flags |= TIFF_DIRTYDIRECT; in Fax3VSetField()1375 tif->tif_flags |= TIFF_NOBITREV; /* decoder does bit reversal */ in InitCCITTFax3()
478 tif->tif_flags|=TIFF_NOREADRAW; in TIFFInitOJPEG()607 tif->tif_flags|=TIFF_DIRTYDIRECT; in OJPEGVSetField()
846 if (tif->tif_flags & TIFF_SWAB) in PixarLogDecode()
136 tif->tif_flags |= TIFF_DIRTYDIRECT; in _XTIFFVSetField()259 if (!(tif->tif_flags & XTIFF_INITIALIZED)) in _XTIFFDefaultDirectory()272 tif->tif_flags |= XTIFF_INITIALIZED; /* dont do this again! */ in _XTIFFDefaultDirectory()
251 if (tif->tif_flags & TIFF_SWAB) { in TIFFWritePrivateDataSubDirectory()288 tif->tif_flags &= ~TIFF_DIRTYDIRECT; in TIFFWritePrivateDataSubDirectory()854 if (tif->tif_flags & TIFF_SWAB) { in TIFFWriteData()899 if (tif->tif_flags & TIFF_SWAB) in TIFFLinkDirectory()902 if (tif->tif_flags & TIFF_INSUBIFD) { in TIFFLinkDirectory()918 tif->tif_flags &= ~TIFF_INSUBIFD; in TIFFLinkDirectory()947 if (tif->tif_flags & TIFF_SWAB) in TIFFLinkDirectory()955 if (tif->tif_flags & TIFF_SWAB) in TIFFLinkDirectory()
149 if (tif->tif_flags & TIFF_SWAB) in TIFFReadPrivateDataSubDirectory()173 if (tif->tif_flags & TIFF_SWAB) in TIFFReadPrivateDataSubDirectory()189 if (tif->tif_flags & TIFF_SWAB) in TIFFReadPrivateDataSubDirectory()203 if (tif->tif_flags & TIFF_SWAB) { in TIFFReadPrivateDataSubDirectory()383 if (tif->tif_flags & TIFF_SWAB) { in TIFFFetchData()418 if (tif->tif_flags & TIFF_SWAB) in TIFFFetchString()
Completed in 48 milliseconds