Method
nativeDistort
(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 | |
Tested by
no test coverage detected