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

  /external/opencv3/3rdparty/libtiff/
tif_jpeg_12.c 25 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
26 tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
27 tif->tif_tagmethods.printdir = JPEGPrintDir; /* hook for codec tags */
tif_extension.c 63 return &(tif->tif_tagmethods);
tif_lzma.c 349 tif->tif_tagmethods.vgetfield = sp->vgetparent;
350 tif->tif_tagmethods.vsetfield = sp->vsetparent;
439 sp->vgetparent = tif->tif_tagmethods.vgetfield;
440 tif->tif_tagmethods.vgetfield = LZMAVGetField; /* hook for codec tags */
441 sp->vsetparent = tif->tif_tagmethods.vsetfield;
442 tif->tif_tagmethods.vsetfield = LZMAVSetField; /* hook for codec tags */
tif_zip.c 333 tif->tif_tagmethods.vgetfield = sp->vgetparent;
334 tif->tif_tagmethods.vsetfield = sp->vsetparent;
425 sp->vgetparent = tif->tif_tagmethods.vgetfield;
426 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */
427 sp->vsetparent = tif->tif_tagmethods.vsetfield;
428 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 720 sp->vgetparent = tif->tif_tagmethods.vgetfield;
721 tif->tif_tagmethods.vgetfield =
723 sp->vsetparent = tif->tif_tagmethods.vsetfield;
724 tif->tif_tagmethods.vsetfield =
726 sp->printdir = tif->tif_tagmethods.printdir;
727 tif->tif_tagmethods.printdir =
748 tif->tif_tagmethods.vgetfield = sp->vgetparent;
749 tif->tif_tagmethods.vsetfield = sp->vsetparent;
750 tif->tif_tagmethods.printdir = sp->printdir;
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_luv.c     [all...]
tif_ojpeg.c 465 sp->vgetparent=tif->tif_tagmethods.vgetfield;
466 tif->tif_tagmethods.vgetfield=OJPEGVGetField;
467 sp->vsetparent=tif->tif_tagmethods.vsetfield;
468 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
469 sp->printdir=tif->tif_tagmethods.printdir;
470 tif->tif_tagmethods.printdir=OJPEGPrintDir;
    [all...]
tif_pixarlog.c     [all...]
tif_print.c 646 if (tif->tif_tagmethods.printdir)
647 (*tif->tif_tagmethods.printdir)(tif, fd, flags);
tif_dir.c 802 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]
tiffiop.h 198 TIFFTagMethods tif_tagmethods; /* tag get/set/print routines */ member in struct:tiff
  /external/pdfium/third_party/libtiff/
tif_extension.c 63 return &(tif->tif_tagmethods);
tif_zip.c 336 tif->tif_tagmethods.vgetfield = sp->vgetparent;
337 tif->tif_tagmethods.vsetfield = sp->vsetparent;
428 sp->vgetparent = tif->tif_tagmethods.vgetfield;
429 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */
430 sp->vsetparent = tif->tif_tagmethods.vsetfield;
431 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 750 sp->vgetparent = tif->tif_tagmethods.vgetfield;
751 tif->tif_tagmethods.vgetfield =
753 sp->vsetparent = tif->tif_tagmethods.vsetfield;
754 tif->tif_tagmethods.vsetfield =
756 sp->printdir = tif->tif_tagmethods.printdir;
757 tif->tif_tagmethods.printdir =
778 tif->tif_tagmethods.vgetfield = sp->vgetparent;
779 tif->tif_tagmethods.vsetfield = sp->vsetparent;
780 tif->tif_tagmethods.printdir = sp->printdir;
tif_fax3.c 1112 tif->tif_tagmethods.vgetfield = sp->b.vgetparent;
1113 tif->tif_tagmethods.vsetfield = sp->b.vsetparent;
1114 tif->tif_tagmethods.printdir = sp->b.printdir;
    [all...]
tif_jpeg.c     [all...]
tif_ojpeg.c 474 sp->vgetparent=tif->tif_tagmethods.vgetfield;
475 tif->tif_tagmethods.vgetfield=OJPEGVGetField;
476 sp->vsetparent=tif->tif_tagmethods.vsetfield;
477 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
478 sp->printdir=tif->tif_tagmethods.printdir;
479 tif->tif_tagmethods.printdir=OJPEGPrintDir;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_print.c 648 if (tif->tif_tagmethods.printdir)
649 (*tif->tif_tagmethods.printdir)(tif, fd, flags);
tif_dir.c 820 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]
tiffiop.h 203 TIFFTagMethods tif_tagmethods; /* tag get/set/print routines */ member in struct:tiff

Completed in 114 milliseconds