Lines Matching full:param
37 @param pts The start and end points for the gradient.
38 @param colors The array[count] of colors, to be distributed between the two points
39 @param pos May be NULL. array[count] of SkScalars, or NULL, of the relative position of
44 @param count Must be >=2. The number of colors (and pos if not NULL) entries.
45 @param mode The tiling mode
46 @param mapper May be NULL. Callback to modify the spread of the colors.
58 @param center The center of the circle for this gradient
59 @param radius Must be positive. The radius of the circle for this gradient
60 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
61 @param pos May be NULL. The array[count] of SkScalars, or NULL, of the relative position of
66 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
67 @param mode The tiling mode
68 @param mapper May be NULL. Callback to modify the spread of the colors.
81 @param start The center of the start circle for this gradient
82 @param startRadius Must be positive. The radius of the start circle for this gradient.
83 @param end The center of the end circle for this gradient
84 @param endRadius Must be positive. The radius of the end circle for this gradient.
85 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
86 @param pos May be NULL. The array[count] of SkScalars, or NULL, of the relative position of
91 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
92 @param mode The tiling mode
93 @param mapper May be NULL. Callback to modify the spread of the colors.
108 @param cx The X coordinate of the center of the sweep
109 @param cx The Y coordinate of the center of the sweep
110 @param colors The array[count] of colors, to be distributed around the center.
111 @param pos May be NULL. The array[count] of SkScalars, or NULL, of the relative position of
116 @param count Must be >= 2. The number of colors (and pos if not NULL) entries
117 @param mapper May be NULL. Callback to modify the spread of the colors.