Searched refs:TIFF_CODERSETUP (Results 1 - 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_write.c120 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
123 tif->tif_flags |= TIFF_CODERSETUP;
224 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
227 tif->tif_flags |= TIFF_CODERSETUP;
384 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
387 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtif_read.c960 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
963 tif->tif_flags |= TIFF_CODERSETUP;
995 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
998 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtiffiop.h106 #define TIFF_CODERSETUP 0x00020 /* encoder/decoder setup done */ macro
H A Dtif_dir.c222 tif->tif_flags &= ~TIFF_CODERSETUP;
/external/pdfium/third_party/libtiff/
H A Dtif_write.c124 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
127 tif->tif_flags |= TIFF_CODERSETUP;
233 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
236 tif->tif_flags |= TIFF_CODERSETUP;
428 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
431 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtif_read.c963 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
966 tif->tif_flags |= TIFF_CODERSETUP;
1000 if ((tif->tif_flags & TIFF_CODERSETUP) == 0) {
1003 tif->tif_flags |= TIFF_CODERSETUP;
H A Dtiffiop.h111 #define TIFF_CODERSETUP 0x00020 /* encoder/decoder setup done */ macro
H A Dtif_dir.c224 tif->tif_flags &= ~TIFF_CODERSETUP;

Completed in 84 milliseconds