Searched refs:templ (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c510 cmsSpherical closel, templ; local
554 ToSpherical(&templ, &temp);
557 if ( templ.r > closel.r &&
558 templ.theta >= (theta*180.0/SECTORS) &&
559 templ.theta <= ((theta+1)*180.0/SECTORS) &&
560 templ.alpha >= (alpha*360.0/SECTORS) &&
561 templ.alpha <= ((alpha+1)*360.0/SECTORS)) {
563 closel = templ;

Completed in 210 milliseconds