Lines Matching refs:TIFFAppendToStrip
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";
720 if (!TIFFAppendToStrip(tif,