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

Method _nMakePointLitDiffuse

shared/java/ImageFilter.java:1100–1100  ·  view source on GitHub ↗
(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop)

Source from the content-addressed store, hash-verified

1098 public static native long _nMakeErode(float rx, float ry, long input, Rect crop);
1099 public static native long _nMakeDistantLitDiffuse(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1100 public static native long _nMakePointLitDiffuse(float x, float y, float z, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1101 public static native long _nMakeSpotLitDiffuse(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float kd, long input, Rect crop);
1102 public static native long _nMakeDistantLitSpecular(float x, float y, float z, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1103 public static native long _nMakePointLitSpecular(float x, float y, float z, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);

Callers 1

makePointLitDiffuseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected