MCPcopy Create free account
hub / github.com/HumbleUI/Skija / makeRadialGradient

Method makeRadialGradient

shared/java/Shader.java:162–164  ·  view source on GitHub ↗
(Point center, float r, int[] colors)

Source from the content-addressed store, hash-verified

160 // Radial
161
162 public static Shader makeRadialGradient(Point center, float r, int[] colors) {
163 return makeRadialGradient(center._x, center._y, r, colors);
164 }
165
166 public static Shader makeRadialGradient(float x, float y, float r, int[] colors) {
167 return makeRadialGradient(x, y, r, colors, null, GradientStyle.DEFAULT);

Callers 1

drawGradientsMethod · 0.95

Calls 8

onNativeCallMethod · 0.95
_nMakeRadialGradientMethod · 0.95
flattenArrayMethod · 0.95
getPtrMethod · 0.95
reachabilityFenceMethod · 0.95
_getMatrixArrayMethod · 0.80
_getFlagsMethod · 0.45

Tested by

no test coverage detected