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

  /external/opencv3/3rdparty/libtiff/
tif_read.c 34 int TIFFFillStrip(TIFF* tif, uint32 strip);
228 if (!TIFFFillStrip(tif, strip))
355 if (!TIFFFillStrip(tif,strip))
490 TIFFFillStrip(TIFF* tif, uint32 strip)
492 static const char module[] = "TIFFFillStrip";
    [all...]
  /external/pdfium/third_party/libtiff/
tif_read.c 34 int TIFFFillStrip(TIFF* tif, uint32 strip);
228 if (!TIFFFillStrip(tif, strip))
355 if (!TIFFFillStrip(tif,strip))
490 TIFFFillStrip(TIFF* tif, uint32 strip)
492 static const char module[] = "TIFFFillStrip";
    [all...]

Completed in 55 milliseconds