HomeSort by relevance Sort by last modified time
    Searched refs:TIFF_CODERSETUP (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_write.c 120 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;
tif_read.c     [all...]
tiffiop.h 106 #define TIFF_CODERSETUP 0x00020 /* encoder/decoder setup done */
tif_dir.c 222 tif->tif_flags &= ~TIFF_CODERSETUP;
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 124 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;
tif_read.c 963 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;
    [all...]
tiffiop.h 111 #define TIFF_CODERSETUP 0x00020 /* encoder/decoder setup done */
tif_dir.c 224 tif->tif_flags &= ~TIFF_CODERSETUP;
    [all...]

Completed in 44 milliseconds