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

  /external/pdfium/third_party/libtiff/
tif_tile.c 75 TIFFCheckTile(TIFF* tif, uint32 x, uint32 y, uint32 z, uint16 s)
tif_write.c 339 if (!TIFFCheckTile(tif, x, y, z, s))
tiffio.h 461 extern int TIFFCheckTile(TIFF* tif, uint32 x, uint32 y, uint32 z, uint16 s);
tif_read.c 639 if (!TIFFCheckRead(tif, 1) || !TIFFCheckTile(tif, x, y, z, s))
    [all...]

Completed in 51 milliseconds