MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / nativeDistort

Method nativeDistort

src/com/cloudream/ishow/algorithm/Effect.java:296–296  ·  view source on GitHub ↗
(Bitmap image, PointF point0, PointF point1, float strength, int type)

Source from the content-addressed store, hash-verified

294 private static native void nativeApplyWhirlPinch2(Bitmap image, float whirl, float pinch, float radius);
295
296 private static native void nativeDistort(Bitmap image, PointF point0, PointF point1, float strength, int type);
297
298 private static native void nativeCatmullRomSpline(PointF result, float t, PointF p0, PointF p1, PointF p2, PointF p3);
299

Callers 1

distortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected