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

  /external/opencv3/3rdparty/libtiff/
tif_write.c 46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
134 /* this forces TIFFAppendToStrip() to do a seek */
235 /* Force TIFFAppendToStrip() to consider placing data at end
256 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc))
304 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ?
370 /* Force TIFFAppendToStrip() to consider placing data at end
411 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile,
441 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc) ?
638 TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc)
640 static const char module[] = "TIFFAppendToStrip";
    [all...]
  /external/pdfium/third_party/libtiff/
tif_write.c 46 static int TIFFAppendToStrip(TIFF* tif, uint32 strip, uint8* data, tmsize_t cc);
138 /* this forces TIFFAppendToStrip() to do a seek */
243 /* so that TIFFAppendToStrip() will detect the overflow when it is called the first */
252 /* Force TIFFAppendToStrip() to consider placing data at end
276 !TIFFAppendToStrip(tif, strip, tif->tif_rawdata, tif->tif_rawcc))
328 return (TIFFAppendToStrip(tif, strip, (uint8*) data, cc) ?
394 /* so that TIFFAppendToStrip() will detect the overflow when it is called the first */
403 /* Force TIFFAppendToStrip() to consider placing data at end
455 if (tif->tif_rawcc > 0 && !TIFFAppendToStrip(tif, tile,
485 return (TIFFAppendToStrip(tif, tile, (uint8*) data, cc)
    [all...]

Completed in 1006 milliseconds