Home
last modified time | relevance | path

Searched refs:TIFFGetG (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/test/
H A Draw_decode.c137 TIFFGetG(rgba) >= (uint32) min_green && in check_rgba_pixel()
138 TIFFGetG(rgba) <= (uint32) max_green && in check_rgba_pixel()
149 TIFFGetG(rgba), min_green, max_green, in check_rgba_pixel()
/libtiff-4.0.7/tools/
H A Drgb2ycbcr.c191 lumaGreen[TIFFGetG(RGB)] + in cvtClump()
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp254 rgbDib[i].rgbGreen = TIFFGetG(rgbTif[i]); in TIFFRGBA2DIB()
/libtiff-4.0.7/libtiff/
H A Dtiffio.h240 #define TIFFGetG(abgr) (((abgr) >> 8) & 0xff) macro