Home | History | Annotate | Download | only in graphics

Lines Matching refs:colors

55     /*package*/ static long nativeCreate1(long matrix, float x, float y, int colors[], float
57 SweepGradient_Delegate newDelegate = new SweepGradient_Delegate(matrix, x, y, colors,
76 * @param colors The colors to be distributed between around the center.
77 * There must be at least 2 colors in the array.
79 * each corresponding color in the colors array, beginning
82 * If positions is NULL, then the colors are automatically
86 int colors[], float positions[]) {
87 super(nativeMatrix, colors, positions);
96 public SweepGradientPaint(float cx, float cy, int[] colors,
98 super(colors, positions, null /*tileMode*/);