HomeSort by relevance Sort by last modified time
    Searched full:vgetparent (Results 1 - 8 of 8) sorted by null

  /external/pdfium/third_party/libtiff/
tif_predict.h 53 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon29488
tif_zip.c 78 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon29489
336 tif->tif_tagmethods.vgetfield = sp->vgetparent;
386 return (*sp->vgetparent)(tif, tag, ap);
428 sp->vgetparent = tif->tif_tagmethods.vgetfield;
tif_predict.c 702 assert(sp->vgetparent != NULL);
709 return (*sp->vgetparent)(tif, tag, ap);
753 sp->vgetparent = tif->tif_tagmethods.vgetfield;
781 tif->tif_tagmethods.vgetfield = sp->vgetparent;
tif_fax3.c 61 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon29472
1112 tif->tif_tagmethods.vgetfield = sp->b.vgetparent;
    [all...]
tif_jpeg.c 173 TIFFVGetMethod vgetparent; /* super-class method */ member in struct:__anon29476
    [all...]
tif_luv.c 169 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:logLuvState
    [all...]
tif_pixarlog.c 468 TIFFVSetMethod vgetparent; /* super-class method */ member in struct:__anon29487
    [all...]
tif_ojpeg.c 259 TIFFVGetMethod vgetparent; member in struct:__anon29483
474 sp->vgetparent=tif->tif_tagmethods.vgetfield;
527 return (*sp->vgetparent)(tif,tag,ap);
    [all...]

Completed in 588 milliseconds