Home | History | Annotate | Download | only in src

Lines Matching defs:Gamut

32 // Gamut boundary description by using Jan Morovic's Segment maxima method
69 cmsGDBPoint Gamut[SECTORS][SECTORS];
352 return &gbd ->Gamut[theta][alpha];
355 // Add a point to gamut descriptor. Point to add is in Lab color space.
388 // Check if a given point falls inside gamut
402 // In gamut only if radius is greater
459 pt = &gbd ->Gamut[t][a];
486 if (gbd ->Gamut[theta][alpha].Type != GP_EMPTY) return TRUE;
539 gbd ->Gamut[theta][alpha].p = closel;
540 gbd ->Gamut[theta][alpha].Type = GP_MODELED;
670 // We need to transverse all gamut hull.
676 pt = &gbd ->Gamut[i][j];
701 pt = &gbd ->Gamut[i][j];