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

  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 105 tsize_t tiff_read(thandle_t context, tdata_t buf, tsize_t length) {
123 tsize_t tiff_write(thandle_t context, tdata_t buf, tsize_t length) {
170 int tiff_map(thandle_t context, tdata_t*, toff_t*) {
174 void tiff_unmap(thandle_t context, tdata_t, toff_t) {}
  /external/ImageMagick/coders/
tiff.c 940 static int TIFFMapBlob(thandle_t image,tdata_t *base,toff_t *size)
942 *base=(tdata_t *) GetBlobStreamData((Image *) image);
943 if (*base != (tdata_t *) NULL)
945 if (*base != (tdata_t *) NULL)
950 static tsize_t TIFFReadBlob(thandle_t image,tdata_t data,tsize_t size)
961 tdata_t scanline)
975 static void TIFFUnmapBlob(thandle_t image,tdata_t base,toff_t size)
1006 static tsize_t TIFFWriteBlob(thandle_t image,tdata_t data,tsize_t size)
    [all...]
  /external/pdfium/third_party/libtiff/
tiffio.h 78 typedef void* tdata_t; /* image data ref */ typedef

Completed in 377 milliseconds