Searched refs:colorlist (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java275 Color colorlist[]; field in class:RenderTests.Context
312 rctx.colorlist = alphacolor ? randAlphaColors : randOpaqueColors;
413 Color rCArray[] = rctx.colorlist;
458 Color rCArray[] = rctx.colorlist;
503 Color rCArray[] = rctx.colorlist;
539 Color rCArray[] = rctx.colorlist;
586 Color rCArray[] = rctx.colorlist;
629 Color rCArray[] = rctx.colorlist;
683 Color rCArray[] = rctx.colorlist;
740 Color rCArray[] = rctx.colorlist;
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c651 JSAMPLE colorlist[])
656 * placed in colorlist[].
772 colorlist[ncolors++] = (JSAMPLE) i;
780 int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[])
816 icolor = GETJSAMPLE(colorlist[i]);
871 JSAMPLE colorlist[MAXNUMCOLORS]; local
892 numcolors = find_nearby_colors(cinfo, minc0, minc1, minc2, colorlist);
895 find_best_colors(cinfo, minc0, minc1, minc2, numcolors, colorlist,
650 find_nearby_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, JSAMPLE colorlist[]) argument
779 find_best_colors(j_decompress_ptr cinfo, int minc0, int minc1, int minc2, int numcolors, JSAMPLE colorlist[], JSAMPLE bestcolor[]) argument

Completed in 38 milliseconds