HomeSort by relevance Sort by last modified time
    Searched refs:Gamut (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsgmt.c 194 // Gamut LUT Creation -----------------------------------------------------------------------------------------
196 // Used by gamut & softproofing
202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamut
206 // This sampler does compute gamut boundaries by comparing original
208 // of maximum are considered out of gamut.
222 // Assume in-gamut by default.
229 // does return in-gamut values,
248 // if dE1 is small and dE2 is small, value is likely to be in gamut
253 // if dE1 is small and dE2 is big, undefined. Assume in gamut
257 // dE1 is big and dE2 is small, clearly out of gamut
    [all...]
cmssm.c 32 // Gamut boundary description by using Jan Morovic's Segment maxima method
69 cmsGDBPoint Gamut[SECTORS][SECTORS];
353 return &gbd ->Gamut[theta][alpha];
356 // Add a point to gamut descriptor. Point to add is in Lab color space.
389 // Check if a given point falls inside gamut
403 // In gamut only if radius is greater
460 pt = &gbd ->Gamut[t][a];
487 if (gbd ->Gamut[theta][alpha].Type != GP_EMPTY) return TRUE;
540 gbd ->Gamut[theta][alpha].p = closel;
541 gbd ->Gamut[theta][alpha].Type = GP_MODELED
    [all...]

Completed in 48 milliseconds