Searched refs:tif_tagmethods (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_extension.c64 return &(tif->tif_tagmethods);
H A Dtif_predict.c446 sp->vgetparent = tif->tif_tagmethods.vgetfield;
447 tif->tif_tagmethods.vgetfield =
449 sp->vsetparent = tif->tif_tagmethods.vsetfield;
450 tif->tif_tagmethods.vsetfield =
452 sp->printdir = tif->tif_tagmethods.printdir;
453 tif->tif_tagmethods.printdir =
H A Dtif_zip.c335 sp->vgetparent = tif->tif_tagmethods.vgetfield;
336 tif->tif_tagmethods.vgetfield = ZIPVGetField; /* hook for codec tags */
337 sp->vsetparent = tif->tif_tagmethods.vsetfield;
338 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
H A Dtiffiop.h159 TIFFTagMethods tif_tagmethods; /* tag get/set/print routines */ member in struct:tiff
H A Dtif_dir.c685 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
1020 (*tif->tif_tagmethods.vgetfield)(tif, tag, ap) : 0);
1146 tif->tif_tagmethods.vsetfield = _TIFFVSetField;
1147 tif->tif_tagmethods.vgetfield = _TIFFVGetField;
1148 tif->tif_tagmethods.printdir = NULL;
H A Dtif_fax3.c1290 sp->vgetparent = tif->tif_tagmethods.vgetfield;
1291 tif->tif_tagmethods.vgetfield = Fax3VGetField; /* hook for codec tags */
1292 sp->vsetparent = tif->tif_tagmethods.vsetfield;
1293 tif->tif_tagmethods.vsetfield = Fax3VSetField; /* hook for codec tags */
1294 tif->tif_tagmethods.printdir = Fax3PrintDir; /* hook for codec tags */
H A Dtif_jpeg.c1627 sp->vgetparent = tif->tif_tagmethods.vgetfield;
1628 tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
1629 sp->vsetparent = tif->tif_tagmethods.vsetfield;
1630 tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
1631 tif->tif_tagmethods.printdir = JPEGPrintDir; /* hook for codec tags */
H A Dtif_print.c570 if (tif->tif_tagmethods.printdir)
571 (*tif->tif_tagmethods.printdir)(tif, fd, flags);
H A Dtif_luv.c1587 sp->vgetparent = tif->tif_tagmethods.vgetfield;
1588 tif->tif_tagmethods.vgetfield = LogLuvVGetField; /* hook for codec tags */
1589 sp->vsetparent = tif->tif_tagmethods.vsetfield;
1590 tif->tif_tagmethods.vsetfield = LogLuvVSetField; /* hook for codec tags */
H A Dtif_pixarlog.c1304 sp->vgetparent = tif->tif_tagmethods.vgetfield;
1305 tif->tif_tagmethods.vgetfield = PixarLogVGetField; /* hook for codec tags */
1306 sp->vsetparent = tif->tif_tagmethods.vsetfield;
1307 tif->tif_tagmethods.vsetfield = PixarLogVSetField; /* hook for codec tags */
H A Dtif_ojpeg.c2544 sp->vgetparent = tif->tif_tagmethods.vgetfield;
2545 sp->vsetparent = tif->tif_tagmethods.vsetfield;
2548 tif->tif_tagmethods.vgetfield = OJPEGVGetField;
2549 tif->tif_tagmethods.vsetfield = OJPEGVSetField;
2550 tif->tif_tagmethods.printdir = OJPEGPrintDir;

Completed in 144 milliseconds