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 337 tif->tif_tagmethods.vsetfield = sp->vsetparent;
430 sp->vsetparent = tif->tif_tagmethods.vsetfield;
431 tif->tif_tagmethods.vsetfield = ZIPVSetField; /* hook for codec tags */
tif_predict.c 756 sp->vsetparent = tif->tif_tagmethods.vsetfield;
757 tif->tif_tagmethods.vsetfield =
782 tif->tif_tagmethods.vsetfield = sp->vsetparent;
tif_fax3.c 1113 tif->tif_tagmethods.vsetfield = sp->b.vsetparent;
    [all...]
tif_luv.c     [all...]
tif_pixarlog.c     [all...]
tiffio.h 335 TIFFVSetMethod vsetfield; /* tag set routine */ member in struct:__anon29499
tif_jpeg.c     [all...]
tif_ojpeg.c 476 sp->vsetparent=tif->tif_tagmethods.vsetfield;
477 tif->tif_tagmethods.vsetfield=OJPEGVSetField;
    [all...]
tif_dir.c 828 (*tif->tif_tagmethods.vsetfield)(tif, tag, ap) : 0;
    [all...]

Completed in 202 milliseconds