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

  /external/pdfium/third_party/libtiff/
tif_zip.c 341 tif->tif_tagmethods.vsetfield = sp->vsetparent;
434 sp->vsetparent = tif->tif_tagmethods.vsetfield;
435 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 833 sp->vsetparent = tif->tif_tagmethods.vsetfield;
834 tif->tif_tagmethods.vsetfield =
859 tif->tif_tagmethods.vsetfield = sp->vsetparent;
tif_fax3.c     [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tiffio.h 336 TIFFVSetMethod vsetfield; /* tag set routine */ member in struct:__anon31525
tif_jpeg.c     [all...]
tif_ojpeg.c 477 sp->vsetparent=tif->tif_tagmethods.vsetfield;
478 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
    [all...]
tif_dir.c 854 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]

Completed in 266 milliseconds