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

Method _nMakeSpotLitSpecular

shared/java/ImageFilter.java:1104–1104  ·  view source on GitHub ↗
(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop)

Source from the content-addressed store, hash-verified

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);
1104 public static native long _nMakeSpotLitSpecular(float x0, float y0, float z0, float x1, float y1, float z1, float falloffExponent, float cutoffAngle, int lightColor, float surfaceScale, float ks, float shininess, long input, Rect crop);
1105 public static native long _nMakeRuntimeShader(long builderPtr, float maxSampleRadius, String[] childShaderNames, long[] inputs);
1106}

Callers 1

makeSpotLitSpecularMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected