Home | History | Annotate | Download | only in libtiff

Lines Matching refs:whitePoint

2176     float   *whitePoint;
2189 TIFFGetFieldDefaulted(img->tif, TIFFTAG_WHITEPOINT, &whitePoint);
2191 refWhite[0] = whitePoint[0] / whitePoint[1] * refWhite[1];
2192 refWhite[2] = (1.0F - whitePoint[0] - whitePoint[1])
2193 / whitePoint[1] * refWhite[1];