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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmssm.c502 cmsBool InterpolateMissingSector(cmsGDB* gbd, int alpha, int theta) function
588 if (!InterpolateMissingSector(gbd, alpha, 0)) return FALSE;
594 if (!InterpolateMissingSector(gbd, alpha, SECTORS-1)) return FALSE;
602 if (!InterpolateMissingSector(gbd, alpha, theta)) return FALSE;

Completed in 35 milliseconds