Home
last modified time | relevance | path

Searched refs:isUpSampled (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/3rdparty/libtiff/
H A Dtif_strip.c84 (!isUpSampled(tif))) in TIFFVStripSize64()
266 (!isUpSampled(tif))) in TIFFScanlineSize64()
H A Dtif_tile.c202 (!isUpSampled(tif))) in TIFFVTileSize64()
H A Dtif_open.c650 return (isUpSampled(tif));
H A Dtif_dirread.c5848 (!isUpSampled(tif))) in ChopUpSingleUncompressedStrip()
5924 (!isUpSampled(tif))) in TryChopUpUncompressedBigTiff()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h232 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0) macro