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

Method _nMakeDropShadowCS

shared/java/ImageFilter.java:1082–1082  ·  view source on GitHub ↗
(float dx, float dy, float sigmaX, float sigmaY, float r, float g, float b, float a, long colorSpace, long input, Rect crop)

Source from the content-addressed store, hash-verified

1080 public static native long _nMakeCrop(float l, float t, float r, float b, int tileMode, long input);
1081 public static native long _nMakeDisplacementMap(int xChan, int yChan, float scale, long displacement, long color, Rect crop);
1082 public static native long _nMakeDropShadowCS(float dx, float dy, float sigmaX, float sigmaY, float r, float g, float b, float a, long colorSpace, long input, Rect crop);
1083 public static native long _nMakeDropShadow(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop);
1084 public static native long _nMakeDropShadowOnlyCS(float dx, float dy, float sigmaX, float sigmaY, float r, float g, float b, float a, long colorSpace, long input, Rect crop);
1085 public static native long _nMakeDropShadowOnly(float dx, float dy, float sigmaX, float sigmaY, int color, long input, Rect crop);

Callers 1

makeDropShadowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected