Class ShadowNativeSweepGradient

    • Constructor Detail

      • ShadowNativeSweepGradient

        public ShadowNativeSweepGradient()
    • Method Detail

      • nativeCreate

        @Implementation(minSdk=29)
        protected static long nativeCreate​(long matrix,
                                           float x,
                                           float y,
                                           long[] colors,
                                           float[] positions,
                                           long colorSpaceHandle)
      • nativeCreate1

        @Implementation(minSdk=26,
                        maxSdk=28)
        protected static long nativeCreate1​(long matrix,
                                            float x,
                                            float y,
                                            int[] colors,
                                            float[] positions)
      • nativeCreate2

        @Implementation(minSdk=26,
                        maxSdk=28)
        protected static long nativeCreate2​(long matrix,
                                            float x,
                                            float y,
                                            int color0,
                                            int color1)