Class ShadowNativeBitmapShader

    • Constructor Detail

      • ShadowNativeBitmapShader

        public ShadowNativeBitmapShader()
    • Method Detail

      • nativeCreate

        @Implementation(minSdk=26,
                        maxSdk=28)
        protected static long nativeCreate​(long nativeMatrix,
                                           Bitmap bitmap,
                                           int shaderTileModeX,
                                           int shaderTileModeY)
      • nativeCreate

        @Implementation(minSdk=29,
                        maxSdk=30)
        protected static long nativeCreate​(long nativeMatrix,
                                           long bitmapHandle,
                                           int shaderTileModeX,
                                           int shaderTileModeY)
      • nativeCreate

        @Implementation(minSdk=31,
                        maxSdk=32)
        protected static long nativeCreate​(long nativeMatrix,
                                           long bitmapHandle,
                                           int shaderTileModeX,
                                           int shaderTileModeY,
                                           boolean filter)
      • nativeCreate

        @Implementation(minSdk=33)
        protected static long nativeCreate​(long nativeMatrix,
                                           long bitmapHandle,
                                           int shaderTileModeX,
                                           int shaderTileModeY,
                                           boolean filter,
                                           boolean isDirectSampled)