Home | History | Annotate | Download | only in src

Lines Matching refs:cmsFloat64Number

48 cmsBool  CMSEXPORT cmsWhitePointFromTemp(cmsCIExyY* WhitePoint, cmsFloat64Number TempK)
50 cmsFloat64Number x, y;
51 cmsFloat64Number T, T2, T3;
52 // cmsFloat64Number M1, M2;
98 cmsFloat64Number mirek; // temp (in microreciprocal kelvin)
99 cmsFloat64Number ut; // u coord of intersection w/ blackbody locus
100 cmsFloat64Number vt; // v coord of intersection w/ blackbody locus
101 cmsFloat64Number tt; // slope of ISOTEMPERATURE. line
144 cmsBool CMSEXPORT cmsTempFromWhitePoint(cmsFloat64Number* TempK, const cmsCIExyY* WhitePoint)
147 cmsFloat64Number us,vs;
148 cmsFloat64Number uj,vj,tj,di,dj,mi,mj;
149 cmsFloat64Number xs, ys;
283 cmsFloat64Number xn, yn;
284 cmsFloat64Number xr, yr;
285 cmsFloat64Number xg, yg;
286 cmsFloat64Number xb, yb;