Home
last modified time | relevance | path

Searched refs:gtStripContig (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
D0025-upstream-OOM-gtTileContig.patch121 @@ -940,13 +955,14 @@ gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h)
137 @@ -954,12 +970,7 @@ gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h)
151 @@ -981,11 +992,12 @@ gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h)
Dtif_getimage.c38 static int gtStripContig(TIFFRGBAImage*, uint32*, uint32, uint32);
952 gtStripContig(TIFFRGBAImage* img, uint32* raster, uint32 w, uint32 h) in gtStripContig() function
2636 img->get = TIFFIsTiled(img->tif) ? gtTileContig : gtStripContig; in PickContigCase()