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

  /external/pdfium/third_party/libtiff/
tif_open.c 294 tif->tif_header_size = sizeof(TIFFHeaderClassic);
307 tif->tif_header_size = sizeof (TIFFHeaderBig);
317 if (!WriteOK(tif, &tif->tif_header, (tmsize_t)(tif->tif_header_size))) {
392 tif->tif_header_size = sizeof(TIFFHeaderClassic);
423 tif->tif_header_size = sizeof(TIFFHeaderBig);
tiffiop.h 142 uint16 tif_header_size; /* file's header block and its length */ member in struct:tiff

Completed in 41 milliseconds