Home | History | Annotate | Download | only in cts

Lines Matching defs:COLOR_BLUE

97     private static final int COLOR_BLUE =  makeColor(0, 0, 100);
362 renderColorAndCheckResult(renderer, w, h, COLOR_BLUE);
458 new Integer[] {COLOR_GREEN, COLOR_BLUE, COLOR_RED, COLOR_GREY});
1319 static final int[] kColors = new int[] {COLOR_GREY, COLOR_RED, COLOR_GREEN, COLOR_BLUE};