Home
last modified time | relevance | path

Searched refs:TIFFFillStrip (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libtiff/
DREADME.pdfium17 …pstream-OOM-gtTileContig: allocates the decoded buffer only after a first successful TIFFFillStrip.
Dtif_read.c37 int TIFFFillStrip(TIFF* tif, uint32 strip);
360 if (!TIFFFillStrip(tif, strip)) in TIFFSeek()
518 if (!TIFFFillStrip(tif,strip)) in TIFFReadEncodedStrip()
551 if (!TIFFFillStrip(tif,strip)) in _TIFFReadEncodedStripAndAllocBuffer()
743 TIFFFillStrip(TIFF* tif, uint32 strip) in TIFFFillStrip() function
D0025-upstream-OOM-gtTileContig.patch311 + * * if *buf == NULL, *buf = _TIFFmalloc(bufsizetoalloc) only after TIFFFillStrip() has
335 + if (!TIFFFillStrip(tif,strip))
Dtif_jpeg.c47 int TIFFFillStrip(TIFF* tif, uint32 strip);