Searched defs:ncomponents (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1282 int ncomponents; local
1315 ncomponents = srcImageP->cmodel.isDefaultCompatCM
1325 if (idx < 0 || idx >= ncomponents) {
1334 if (lut_nbands > ncomponents) {
1335 lut_nbands = ncomponents;
1339 if (SAFE_TO_ALLOC_2(ncomponents, sizeof(unsigned char *))) {
1341 calloc(1, ncomponents * sizeof(unsigned char *));
1407 if (lut_nbands < ncomponents) {
1413 for (j=0; j < ncomponents; j++) {
1827 int ncomponents; local
[all...]

Completed in 87 milliseconds