Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssm.c39 #define SECTORS 16 // number of divisions in alpha and theta macro
69 cmsGDBPoint Gamut[SECTORS][SECTORS];
170 *alpha = (int) floor(((sp->alpha * (SECTORS)) / 360.0) ); in QuantizeToSector()
171 *theta = (int) floor(((sp->theta * (SECTORS)) / 180.0) ); in QuantizeToSector()
173 if (*alpha >= SECTORS) in QuantizeToSector()
174 *alpha = SECTORS-1; in QuantizeToSector()
175 if (*theta >= SECTORS) in QuantizeToSector()
176 *theta = SECTORS-1; in QuantizeToSector()
347 if (alpha < 0 || theta < 0 || alpha >= SECTORS || theta >= SECTORS) { in GetPoint()
453 a %= SECTORS; in FindNearSectors()
[all …]