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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c1602 int mono, nRed, nGreen, nBlue;
1692 nRed = 2;
1700 nRed = 1 << CountBits(visInfoPtr->red_mask);
1708 nRed = 32;
1715 nRed = ip[0];
1723 nRed = 1 << visInfoPtr->depth;
1732 sprintf(buf, ((mono) ? "%d": "%d/%d/%d"), nRed, nGreen, nBlue);
2286 int nRed, nGreen, nBlue, mono, numColors;
2294 nRed = strtol(palette, &endp, 10);
2296 || (nRed <
1595 int mono, nRed, nGreen, nBlue; local
2272 int nRed, nGreen, nBlue, mono, numColors; local
2525 int numColors, nRed, nGreen, nBlue; local
3637 int nRed, nGreen, nBlue, result; local
[all...]

Completed in 19 milliseconds