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

/openjdk7/jdk/src/share/classes/sun/java2d/cmm/
H A DColorTransform.java41 public int Gamut = 3; field in interface:ColorTransform
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgmt.c223 // Gamut LUT Creation -----------------------------------------------------------------------------------------
328 cmsPipeline* Gamut; local
419 Gamut = cmsPipelineAlloc(ContextID, 3, 1);
421 if (Gamut != NULL) {
424 cmsPipelineInsertStage(Gamut, cmsAT_BEGIN, CLUT);
430 Gamut = NULL; // Didn't work...
439 return Gamut;
H A Dcmssm.c61 // Gamut boundary description by using Jan Morovic's Segment maxima method
98 cmsGDBPoint Gamut[SECTORS][SECTORS]; member in struct:__anon842
381 return &gbd ->Gamut[theta][alpha];
488 pt = &gbd ->Gamut[t][a];
515 if (gbd ->Gamut[theta][alpha].Type != GP_EMPTY) return TRUE;
568 gbd ->Gamut[theta][alpha].p = closel;
569 gbd ->Gamut[theta][alpha].Type = GP_MODELED;
705 pt = &gbd ->Gamut[i][j];
730 pt = &gbd ->Gamut[i][j];

Completed in 2019 milliseconds