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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c204 int mindist, i, t, d; local
213 mindist = 256;
221 if (d < mindist) {
223 mindist = d;
230 mindist = 256 * 256 * 256;
235 if (d >= mindist)
239 if (d >= mindist)
243 if (d >= mindist)
247 if (d < mindist) {
249 mindist
671 int mindist, besti; local
1107 int mindist, besti; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c644 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
666 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ local
686 * We save the minimum distance for each color in mindist[];
760 mindist[i] = min_dist; /* save away the results */
771 if (mindist[i] <= minmaxdist)
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c4014 int mindist, i, t, d; local
4023 mindist = 256;
4034 if (d < mindist) {
4036 mindist = d;
4043 mindist = 256 * 256 * 256;
4050 if (d >= mindist) {
4055 if (d >= mindist) {
4060 if (d >= mindist) {
4065 if (d < mindist) {
4067 mindist
[all...]

Completed in 1067 milliseconds