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

  /external/pdfium/third_party/libtiff/
tif_extension.c 63 return &(tif->tif_tagmethods);
tif_zip.c 340 tif->tif_tagmethods.vgetfield = sp->vgetparent;
341 tif->tif_tagmethods.vsetfield = sp->vsetparent;
432 sp->vgetparent = tif->tif_tagmethods.vgetfield;
433 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */
434 sp->vsetparent = tif->tif_tagmethods.vsetfield;
435 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 830 sp->vgetparent = tif->tif_tagmethods.vgetfield;
831 tif->tif_tagmethods.vgetfield =
833 sp->vsetparent = tif->tif_tagmethods.vsetfield;
834 tif->tif_tagmethods.vsetfield =
836 sp->printdir = tif->tif_tagmethods.printdir;
837 tif->tif_tagmethods.printdir =
858 tif->tif_tagmethods.vgetfield = sp->vgetparent;
859 tif->tif_tagmethods.vsetfield = sp->vsetparent;
860 tif->tif_tagmethods.printdir = sp->printdir;
tif_fax3.c     [all...]
tif_jpeg.c     [all...]
tif_ojpeg.c 475 sp->vgetparent=tif->tif_tagmethods.vgetfield;
476 tif->tif_tagmethods.vgetfield=OJPEGVGetField;
477 sp->vsetparent=tif->tif_tagmethods.vsetfield;
478 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
479 sp->printdir=tif->tif_tagmethods.printdir;
480 tif->tif_tagmethods.printdir=OJPEGPrintDir;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tif_print.c 654 if (tif->tif_tagmethods.printdir)
655 (*tif->tif_tagmethods.printdir)(tif, fd, flags);
tif_dir.c 854 (*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 218 milliseconds