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 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 753 sp->vgetparent = tif->tif_tagmethods.vgetfield;
754 tif->tif_tagmethods.vgetfield =
756 sp->vsetparent = tif->tif_tagmethods.vsetfield;
757 tif->tif_tagmethods.vsetfield =
759 sp->printdir = tif->tif_tagmethods.printdir;
760 tif->tif_tagmethods.printdir =
781 tif->tif_tagmethods.vgetfield = sp->vgetparent;
782 tif->tif_tagmethods.vsetfield = sp->vsetparent;
783 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 828 (*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 523 milliseconds