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

  /external/pdfium/third_party/libtiff/
tif_strip.c 64 uint32 nstrips; local
66 nstrips = (td->td_rowsperstrip == (uint32) -1 ? 1 :
69 nstrips = _TIFFMultiply32(tif, nstrips, (uint32)td->td_samplesperpixel,
71 return (nstrips);
tif_dirread.c 166 static int TIFFFetchStripThing(TIFF* tif, TIFFDirEntry* dir, uint32 nstrips, uint64** lpp);
5543 uint32 nstrips; local
    [all...]

Completed in 1004 milliseconds