public final class org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed extends org.apache.batik.ext.awt.image.rendered.AbstractRed
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
  super_class: org.apache.batik.ext.awt.image.rendered.AbstractRed
{
  private org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo;
    descriptor: Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
    flags: (0x0002) ACC_PRIVATE

  private static final java.awt.geom.AffineTransform IDENTITY;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private double baseFrequencyX;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double baseFrequencyY;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private int numOctaves;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int seed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.awt.geom.Rectangle2D tile;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.geom.AffineTransform txf;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0002) ACC_PRIVATE

  private boolean isFractalNoise;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int[] channels;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  double[] tx;
    descriptor: [D
    flags: (0x0000) 

  double[] ty;
    descriptor: [D
    flags: (0x0000) 

  private static final int RAND_m;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  private static final int RAND_a;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16807

  private static final int RAND_q;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 127773

  private static final int RAND_r;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2836

  private static final int BSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private static final int BM;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  private static final double PerlinN;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4096.0

  private final int[] latticeSelector;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double[] gradient;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 146
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            putstatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.IDENTITY:Ljava/awt/geom/AffineTransform;
         1: .line 212
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public double getBaseFrequencyX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 217
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dreturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public double getBaseFrequencyY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 221
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dreturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public int getNumOctaves();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 225
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public int getSeed();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 229
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.seed:I
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public java.awt.geom.Rectangle2D getTile();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 233
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tile:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.clone:()Ljava/lang/Object;
            checkcast java.awt.geom.Rectangle2D
            areturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public boolean isFractalNoise();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 237
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.isFractalNoise:Z
            ireturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;

  public boolean[] getChannels();
    descriptor: ()[Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
         0: .line 241
            iconst_4
            newarray 4
            astore 1 /* channels */
        start local 1 // boolean[] channels
         1: .line 242
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed boolean[] top int int int[]
      StackMap stack:
         2: aload 5
            iload 3
            iaload
            istore 2 /* channel */
        start local 2 // int channel
         3: aload 1 /* channels */
            iload 2 /* channel */
            iconst_1
            bastore
        end local 2 // int channel
         4: iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 244
            aload 1 /* channels */
            areturn
        end local 1 // boolean[] channels
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            1    7     1  channels  [Z
            3    4     2   channel  I

  public final int setupSeed(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int seed
         0: .line 248
            iload 1 /* seed */
            ifgt 1
            iload 1 /* seed */
            ldc 2147483646
            irem
            ineg
            iconst_1
            iadd
            istore 1 /* seed */
         1: .line 249
      StackMap locals:
      StackMap stack:
            iload 1 /* seed */
            ldc 2147483646
            if_icmple 2
            ldc 2147483646
            istore 1 /* seed */
         2: .line 250
      StackMap locals:
      StackMap stack:
            iload 1 /* seed */
            ireturn
        end local 1 // int seed
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0    3     1  seed  I
    MethodParameters:
      Name  Flags
      seed  

  public final int random(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int seed
         0: .line 254
            sipush 16807
            iload 1 /* seed */
            ldc 127773
            irem
            imul
            sipush 2836
            iload 1 /* seed */
            ldc 127773
            idiv
            imul
            isub
            istore 2 /* result */
        start local 2 // int result
         1: .line 255
            iload 2 /* result */
            ifgt 2
            iload 2 /* result */
            ldc 2147483647
            iadd
            istore 2 /* result */
         2: .line 256
      StackMap locals: int
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int seed
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0    3     1    seed  I
            1    3     2  result  I
    MethodParameters:
      Name  Flags
      seed  

  private void initLattice(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=13, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int seed
         0: .line 262
            aload 0 /* this */
            iload 1 /* seed */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.setupSeed:(I)I
            istore 1 /* seed */
         1: .line 264
            iconst_0
            istore 10 /* k */
        start local 10 // int k
         2: goto 13
         3: .line 265
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top top top int
      StackMap stack:
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         4: goto 11
         5: .line 266
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top int top int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* seed */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.random:(I)I
            dup
            istore 1 /* seed */
            sipush 512
            irem
            sipush 256
            isub
            i2d
            dstore 2 /* u */
        start local 2 // double u
         6: .line 267
            aload 0 /* this */
            iload 1 /* seed */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.random:(I)I
            dup
            istore 1 /* seed */
            sipush 512
            irem
            sipush 256
            isub
            i2d
            dstore 4 /* v */
        start local 4 // double v
         7: .line 269
            dconst_1
            dload 2 /* u */
            dload 2 /* u */
            dmul
            dload 4 /* v */
            dload 4 /* v */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            ddiv
            dstore 6 /* s */
        start local 6 // double s
         8: .line 270
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 8 /* i */
            bipush 8
            imul
            iload 10 /* k */
            iconst_2
            imul
            iadd
            dload 2 /* u */
            dload 6 /* s */
            dmul
            dastore
         9: .line 271
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 8 /* i */
            bipush 8
            imul
            iload 10 /* k */
            iconst_2
            imul
            iadd
            iconst_1
            iadd
            dload 4 /* v */
            dload 6 /* s */
            dmul
            dastore
        10: .line 265
            iinc 8 /* i */ 1
        end local 6 // double s
        end local 4 // double v
        end local 2 // double u
      StackMap locals:
      StackMap stack:
        11: iload 8 /* i */
            sipush 256
            if_icmplt 5
        12: .line 264
            iinc 10 /* k */ 1
        end local 8 // int i
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top top top int
      StackMap stack:
        13: iload 10 /* k */
            iconst_4
            if_icmplt 3
        14: .line 275
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        15: goto 18
        16: .line 276
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top int top int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 8 /* i */
            iload 8 /* i */
            iastore
        17: .line 275
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 8 /* i */
            sipush 256
            if_icmplt 16
        19: .line 278
            goto 32
        20: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 8 /* i */
            iaload
            istore 10 /* k */
        21: .line 280
            aload 0 /* this */
            iload 1 /* seed */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.random:(I)I
            dup
            istore 1 /* seed */
            sipush 256
            irem
            istore 9 /* j */
        start local 9 // int j
        22: .line 281
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 8 /* i */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 9 /* j */
            iaload
            iastore
        23: .line 282
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 9 /* j */
            iload 10 /* k */
            iastore
        24: .line 286
            iload 8 /* i */
            iconst_3
            ishl
            istore 11 /* s1 */
        start local 11 // int s1
        25: .line 287
            iload 9 /* j */
            iconst_3
            ishl
            istore 12 /* s2 */
        start local 12 // int s2
        26: .line 288
            iconst_0
            istore 9 /* j */
            goto 31
        27: .line 289
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* s1 */
            iload 9 /* j */
            iadd
            daload
            dstore 6 /* s */
        start local 6 // double s
        28: .line 290
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* s1 */
            iload 9 /* j */
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* s2 */
            iload 9 /* j */
            iadd
            daload
            dastore
        29: .line 291
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* s2 */
            iload 9 /* j */
            iadd
            dload 6 /* s */
            dastore
        30: .line 288
            iinc 9 /* j */ 1
        end local 6 // double s
      StackMap locals:
      StackMap stack:
        31: iload 9 /* j */
            bipush 8
            if_icmplt 27
        end local 12 // int s2
        end local 11 // int s1
        end local 9 // int j
        32: .line 278
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top int top int
      StackMap stack:
            iinc 8 /* i */ -1
            iload 8 /* i */
            ifgt 20
        33: .line 294
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            sipush 256
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iconst_0
            iaload
            iastore
        34: .line 295
            iconst_0
            istore 9 /* j */
        start local 9 // int j
        35: goto 38
        36: .line 296
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int top top top top top top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            sipush 2048
            iload 9 /* j */
            iadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 9 /* j */
            daload
            dastore
        37: .line 295
            iinc 9 /* j */ 1
      StackMap locals:
      StackMap stack:
        38: iload 9 /* j */
            bipush 8
            if_icmplt 36
        39: .line 297
            return
        end local 10 // int k
        end local 9 // int j
        end local 8 // int i
        end local 1 // int seed
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   40     1  seed  I
            6   11     2     u  D
            7   11     4     v  D
            8   11     6     s  D
           28   31     6     s  D
            4   13     8     i  I
           15   40     8     i  I
           22   32     9     j  I
           35   40     9     j  I
            2   40    10     k  I
           25   32    11    s1  I
           26   32    12    s2  I
    MethodParameters:
      Name  Flags
      seed  

  private static final double s_curve(double);
    descriptor: (D)D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // double t
         0: .line 301
            dload 0 /* t */
            dload 0 /* t */
            dmul
            ldc 3.0
            ldc 2.0
            dload 0 /* t */
            dmul
            dsub
            dmul
            dreturn
        end local 0 // double t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  D
    MethodParameters:
      Name  Flags
      t     final

  private static final double lerp(double, double, double);
    descriptor: (DDD)D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=8, locals=6, args_size=3
        start local 0 // double t
        start local 2 // double a
        start local 4 // double b
         0: .line 305
            dload 2 /* a */
            dload 0 /* t */
            dload 4 /* b */
            dload 2 /* a */
            dsub
            dmul
            dadd
            dreturn
        end local 4 // double b
        end local 2 // double a
        end local 0 // double t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     t  D
            0    1     2     a  D
            0    1     4     b  D
    MethodParameters:
      Name  Flags
      t     
      a     
      b     

  private final void noise2(double[], double, double);
    descriptor: ([DDD)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=17, locals=22, args_size=4
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // double[] noise
        start local 2 // double vec0
        start local 4 // double vec1
         0: .line 321
            dload 2 /* vec0 */
            ldc 4096.0
            dadd
            dstore 2 /* vec0 */
         1: .line 322
            dload 2 /* vec0 */
            d2i
            sipush 255
            iand
            istore 6 /* b0 */
        start local 6 // int b0
         2: .line 324
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 6 /* b0 */
            iaload
            istore 8 /* i */
        start local 8 // int i
         3: .line 325
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 6 /* b0 */
            iconst_1
            iadd
            iaload
            istore 9 /* j */
        start local 9 // int j
         4: .line 327
            dload 2 /* vec0 */
            dload 2 /* vec0 */
            d2i
            i2d
            dsub
            dstore 10 /* rx0 */
        start local 10 // double rx0
         5: .line 328
            dload 10 /* rx0 */
            dconst_1
            dsub
            dstore 12 /* rx1 */
        start local 12 // double rx1
         6: .line 329
            dload 10 /* rx0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 18 /* sx */
        start local 18 // double sx
         7: .line 331
            dload 4 /* vec1 */
            ldc 4096.0
            dadd
            dstore 4 /* vec1 */
         8: .line 332
            dload 4 /* vec1 */
            d2i
            istore 6 /* b0 */
         9: .line 336
            iload 9 /* j */
            iload 6 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 7 /* b1 */
        start local 7 // int b1
        10: .line 337
            iload 8 /* i */
            iload 6 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 6 /* b0 */
        11: .line 339
            dload 4 /* vec1 */
            dload 4 /* vec1 */
            d2i
            i2d
            dsub
            dstore 14 /* ry0 */
        start local 14 // double ry0
        12: .line 340
            dload 14 /* ry0 */
            dconst_1
            dsub
            dstore 16 /* ry1 */
        start local 16 // double ry1
        13: .line 341
            dload 14 /* ry0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 20 /* sy */
        start local 20 // double sy
        14: .line 343
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 51
                    2: 39
                    3: 27
                    4: 15
              default: 63
          }
        15: .line 346
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double[] double double int int int int double double double double double double
      StackMap stack:
            aload 1 /* noise */
            iconst_3
        16: .line 347
            dload 20 /* sy */
        17: .line 348
            dload 18 /* sx */
        18: .line 349
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 6
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        19: .line 350
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 6
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        20: .line 348
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        21: .line 351
            dload 18 /* sx */
        22: .line 352
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        23: .line 353
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        24: .line 351
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        25: .line 347
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        26: .line 346
            dastore
        27: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_2
        28: .line 356
            dload 20 /* sy */
        29: .line 357
            dload 18 /* sx */
        30: .line 358
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_4
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        31: .line 359
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_4
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        32: .line 357
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        33: .line 360
            dload 18 /* sx */
        34: .line 361
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        35: .line 362
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        36: .line 360
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        37: .line 356
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        38: .line 355
            dastore
        39: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_1
        40: .line 365
            dload 20 /* sy */
        41: .line 366
            dload 18 /* sx */
        42: .line 367
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_2
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        43: .line 368
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_2
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        44: .line 366
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        45: .line 369
            dload 18 /* sx */
        46: .line 370
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        47: .line 371
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        48: .line 369
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        49: .line 365
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        50: .line 364
            dastore
        51: .line 373
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_0
        52: .line 374
            dload 20 /* sy */
        53: .line 375
            dload 18 /* sx */
        54: .line 376
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_0
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        55: .line 377
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_0
            iadd
            daload
            dmul
            dload 14 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        56: .line 375
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        57: .line 378
            dload 18 /* sx */
        58: .line 379
            dload 10 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        59: .line 380
            dload 12 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 16 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        60: .line 378
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        61: .line 374
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        62: .line 373
            dastore
        63: .line 382
      StackMap locals:
      StackMap stack:
            return
        end local 20 // double sy
        end local 18 // double sx
        end local 16 // double ry1
        end local 14 // double ry0
        end local 12 // double rx1
        end local 10 // double rx0
        end local 9 // int j
        end local 8 // int i
        end local 7 // int b1
        end local 6 // int b0
        end local 4 // double vec1
        end local 2 // double vec0
        end local 1 // double[] noise
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   64     0   this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   64     1  noise  [D
            0   64     2   vec0  D
            0   64     4   vec1  D
            2   64     6     b0  I
           10   64     7     b1  I
            3   64     8      i  I
            4   64     9      j  I
            5   64    10    rx0  D
            6   64    12    rx1  D
           12   64    14    ry0  D
           13   64    16    ry1  D
            7   64    18     sx  D
           14   64    20     sy  D
    MethodParameters:
       Name  Flags
      noise  final
      vec0   
      vec1   

  private final void noise2Stitch(double[], double, double, org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo);
    descriptor: ([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=17, locals=29, args_size=5
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // double[] noise
        start local 2 // double vec0
        start local 4 // double vec1
        start local 6 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
         0: .line 402
            dload 2 /* vec0 */
            ldc 4096.0
            dadd
            dstore 15 /* t */
        start local 15 // double t
         1: .line 403
            dload 15 /* t */
            d2i
            istore 7 /* b0 */
        start local 7 // int b0
         2: .line 404
            iload 7 /* b0 */
            iconst_1
            iadd
            istore 8 /* b1 */
        start local 8 // int b1
         3: .line 406
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapX:I
            if_icmplt 9
         4: .line 407
            iload 7 /* b0 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapX:I
            if_icmplt 8
         5: .line 408
            iload 7 /* b0 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
            isub
            istore 7 /* b0 */
         6: .line 409
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
            isub
            istore 8 /* b1 */
         7: .line 410
            goto 9
         8: .line 411
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo int int top top top top top top double
      StackMap stack:
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
            isub
            istore 8 /* b1 */
         9: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 7 /* b0 */
            sipush 255
            iand
            iaload
            istore 9 /* i */
        start local 9 // int i
        10: .line 415
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 8 /* b1 */
            sipush 255
            iand
            iaload
            istore 10 /* j */
        start local 10 // int j
        11: .line 417
            dload 15 /* t */
            dload 15 /* t */
            d2i
            i2d
            dsub
            dstore 17 /* rx0 */
        start local 17 // double rx0
        12: .line 418
            dload 17 /* rx0 */
            dconst_1
            dsub
            dstore 19 /* rx1 */
        start local 19 // double rx1
        13: .line 419
            dload 17 /* rx0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 25 /* sx */
        start local 25 // double sx
        14: .line 421
            dload 4 /* vec1 */
            ldc 4096.0
            dadd
            dstore 15 /* t */
        15: .line 422
            dload 15 /* t */
            d2i
            istore 7 /* b0 */
        16: .line 423
            iload 7 /* b0 */
            iconst_1
            iadd
            istore 8 /* b1 */
        17: .line 425
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapY:I
            if_icmplt 23
        18: .line 426
            iload 7 /* b0 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapY:I
            if_icmplt 22
        19: .line 427
            iload 7 /* b0 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
            isub
            istore 7 /* b0 */
        20: .line 428
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
            isub
            istore 8 /* b1 */
        21: .line 429
            goto 23
        22: .line 430
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo int int int int top top top top double double double top top top top double
      StackMap stack:
            iload 8 /* b1 */
            aload 6 /* stitchInfo */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
            isub
            istore 8 /* b1 */
        23: .line 437
      StackMap locals:
      StackMap stack:
            iload 9 /* i */
            iload 7 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 11 /* b00 */
        start local 11 // int b00
        24: .line 438
            iload 10 /* j */
            iload 7 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 12 /* b10 */
        start local 12 // int b10
        25: .line 439
            iload 9 /* i */
            iload 8 /* b1 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 13 /* b01 */
        start local 13 // int b01
        26: .line 440
            iload 10 /* j */
            iload 8 /* b1 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 14 /* b11 */
        start local 14 // int b11
        27: .line 442
            dload 15 /* t */
            dload 15 /* t */
            d2i
            i2d
            dsub
            dstore 21 /* ry0 */
        start local 21 // double ry0
        28: .line 443
            dload 21 /* ry0 */
            dconst_1
            dsub
            dstore 23 /* ry1 */
        start local 23 // double ry1
        29: .line 444
            dload 21 /* ry0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 27 /* sy */
        start local 27 // double sy
        30: .line 446
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 67
                    2: 55
                    3: 43
                    4: 31
              default: 79
          }
        31: .line 449
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo int int int int int int int int double double double double double double double
      StackMap stack:
            aload 1 /* noise */
            iconst_3
        32: .line 450
            dload 27 /* sy */
        33: .line 451
            dload 25 /* sx */
        34: .line 452
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            bipush 6
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        35: .line 453
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            bipush 6
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        36: .line 451
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        37: .line 454
            dload 25 /* sx */
        38: .line 455
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            bipush 6
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        39: .line 456
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            bipush 6
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        40: .line 454
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        41: .line 450
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        42: .line 449
            dastore
        43: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_2
        44: .line 459
            dload 27 /* sy */
        45: .line 460
            dload 25 /* sx */
        46: .line 461
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_4
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        47: .line 462
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_4
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        48: .line 460
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        49: .line 463
            dload 25 /* sx */
        50: .line 464
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_4
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        51: .line 465
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_4
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        52: .line 463
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        53: .line 459
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        54: .line 458
            dastore
        55: .line 467
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_1
        56: .line 468
            dload 27 /* sy */
        57: .line 469
            dload 25 /* sx */
        58: .line 470
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_2
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        59: .line 471
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_2
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        60: .line 469
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        61: .line 472
            dload 25 /* sx */
        62: .line 473
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_2
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        63: .line 474
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_2
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        64: .line 472
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        65: .line 468
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        66: .line 467
            dastore
        67: .line 476
      StackMap locals:
      StackMap stack:
            aload 1 /* noise */
            iconst_0
        68: .line 477
            dload 27 /* sy */
        69: .line 478
            dload 25 /* sx */
        70: .line 479
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_0
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 11 /* b00 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        71: .line 480
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_0
            iadd
            daload
            dmul
            dload 21 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b10 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        72: .line 478
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        73: .line 481
            dload 25 /* sx */
        74: .line 482
            dload 17 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_0
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b01 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        75: .line 483
            dload 19 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_0
            iadd
            daload
            dmul
            dload 23 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 14 /* b11 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        76: .line 481
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        77: .line 477
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        78: .line 476
            dastore
        79: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 27 // double sy
        end local 25 // double sx
        end local 23 // double ry1
        end local 21 // double ry0
        end local 19 // double rx1
        end local 17 // double rx0
        end local 15 // double t
        end local 14 // int b11
        end local 13 // int b01
        end local 12 // int b10
        end local 11 // int b00
        end local 10 // int j
        end local 9 // int i
        end local 8 // int b1
        end local 7 // int b0
        end local 6 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
        end local 4 // double vec1
        end local 2 // double vec0
        end local 1 // double[] noise
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   80     0        this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   80     1       noise  [D
            0   80     2        vec0  D
            0   80     4        vec1  D
            0   80     6  stitchInfo  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            2   80     7          b0  I
            3   80     8          b1  I
           10   80     9           i  I
           11   80    10           j  I
           24   80    11         b00  I
           25   80    12         b10  I
           26   80    13         b01  I
           27   80    14         b11  I
            1   80    15           t  D
           12   80    17         rx0  D
           13   80    19         rx1  D
           28   80    21         ry0  D
           29   80    23         ry1  D
           14   80    25          sx  D
           30   80    27          sy  D
    MethodParameters:
            Name  Flags
      noise       final
      vec0        final
      vec1        final
      stitchInfo  final

  private final int turbulence_4(double, double, double[]);
    descriptor: (DD[D)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=15, locals=31, args_size=4
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // double pointX
        start local 3 // double pointY
        start local 5 // double[] fSum
         0: .line 500
            ldc 255.0
            dstore 8 /* ratio */
        start local 8 // double ratio
         1: .line 504
            dload 1 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 1 /* pointX */
         2: .line 505
            dload 3 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 3 /* pointY */
         3: .line 506
            aload 5 /* fSum */
            iconst_0
            aload 5 /* fSum */
            iconst_1
            aload 5 /* fSum */
            iconst_2
            aload 5 /* fSum */
            iconst_3
            dconst_0
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         4: .line 508
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            istore 14 /* nOctave */
        start local 14 // int nOctave
         5: goto 73
         6: .line 509
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double top top top top int
      StackMap stack:
            dload 1 /* pointX */
            ldc 4096.0
            dadd
            dstore 15 /* px */
        start local 15 // double px
         7: .line 511
            dload 15 /* px */
            d2i
            sipush 255
            iand
            istore 12 /* b0 */
        start local 12 // int b0
         8: .line 512
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 12 /* b0 */
            iaload
            istore 10 /* i */
        start local 10 // int i
         9: .line 513
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 12 /* b0 */
            iconst_1
            iadd
            iaload
            istore 11 /* j */
        start local 11 // int j
        10: .line 515
            dload 15 /* px */
            dload 15 /* px */
            d2i
            i2d
            dsub
            dstore 19 /* rx0 */
        start local 19 // double rx0
        11: .line 516
            dload 19 /* rx0 */
            dconst_1
            dsub
            dstore 21 /* rx1 */
        start local 21 // double rx1
        12: .line 517
            dload 19 /* rx0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 27 /* sx */
        start local 27 // double sx
        13: .line 519
            dload 3 /* pointY */
            ldc 4096.0
            dadd
            dstore 17 /* py */
        start local 17 // double py
        14: .line 520
            dload 17 /* py */
            d2i
            sipush 255
            iand
            istore 12 /* b0 */
        15: .line 521
            iload 12 /* b0 */
            iconst_1
            iadd
            sipush 255
            iand
            istore 13 /* b1 */
        start local 13 // int b1
        16: .line 523
            iload 11 /* j */
            iload 12 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 13 /* b1 */
        17: .line 524
            iload 10 /* i */
            iload 12 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 12 /* b0 */
        18: .line 526
            dload 17 /* py */
            dload 17 /* py */
            d2i
            i2d
            dsub
            dstore 23 /* ry0 */
        start local 23 // double ry0
        19: .line 527
            dload 23 /* ry0 */
            dconst_1
            dsub
            dstore 25 /* ry1 */
        start local 25 // double ry1
        20: .line 528
            dload 23 /* ry0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 29 /* sy */
        start local 29 // double sy
        21: .line 530
            dload 29 /* sy */
        22: .line 531
            dload 27 /* sx */
        23: .line 532
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_0
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        24: .line 533
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_0
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        25: .line 531
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        26: .line 534
            dload 27 /* sx */
        27: .line 535
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        28: .line 536
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        29: .line 534
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        30: .line 530
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
            dstore 6 /* n */
        start local 6 // double n
        31: .line 538
            dload 6 /* n */
            dconst_0
            dcmpg
            ifge 32
            aload 5 /* fSum */
            iconst_0
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 33
        32: .line 539
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] double double int int int int int double double double double double double double double
      StackMap stack:
            aload 5 /* fSum */
            iconst_0
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        33: .line 541
      StackMap locals:
      StackMap stack:
            dload 29 /* sy */
        34: .line 542
            dload 27 /* sx */
        35: .line 543
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_2
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        36: .line 544
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_2
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        37: .line 542
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        38: .line 545
            dload 27 /* sx */
        39: .line 546
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        40: .line 547
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        41: .line 545
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        42: .line 541
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
            dstore 6 /* n */
        43: .line 549
            dload 6 /* n */
            dconst_0
            dcmpg
            ifge 44
            aload 5 /* fSum */
            iconst_1
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 45
        44: .line 550
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_1
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        45: .line 552
      StackMap locals:
      StackMap stack:
            dload 29 /* sy */
        46: .line 553
            dload 27 /* sx */
        47: .line 554
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_4
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        48: .line 555
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_4
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        49: .line 553
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        50: .line 556
            dload 27 /* sx */
        51: .line 557
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        52: .line 558
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        53: .line 556
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        54: .line 552
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
            dstore 6 /* n */
        55: .line 560
            dload 6 /* n */
            dconst_0
            dcmpg
            ifge 56
            aload 5 /* fSum */
            iconst_2
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 57
        56: .line 561
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_2
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        57: .line 563
      StackMap locals:
      StackMap stack:
            dload 29 /* sy */
        58: .line 564
            dload 27 /* sx */
        59: .line 565
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 6
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        60: .line 566
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 6
            iadd
            daload
            dmul
            dload 23 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        61: .line 564
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        62: .line 567
            dload 27 /* sx */
        63: .line 568
            dload 19 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 12 /* b0 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        64: .line 569
            dload 21 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 25 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 13 /* b1 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        65: .line 567
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        66: .line 563
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
            dstore 6 /* n */
        67: .line 570
            dload 6 /* n */
            dconst_0
            dcmpg
            ifge 68
            aload 5 /* fSum */
            iconst_3
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 69
        68: .line 571
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_3
            dup2
            daload
            dload 6 /* n */
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        69: .line 573
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
            ldc 0.5
            dmul
            dstore 8 /* ratio */
        70: .line 574
            dload 1 /* pointX */
            ldc 2.0
            dmul
            dstore 1 /* pointX */
        71: .line 575
            dload 3 /* pointY */
            ldc 2.0
            dmul
            dstore 3 /* pointY */
        72: .line 508
            iinc 14 /* nOctave */ -1
        end local 29 // double sy
        end local 27 // double sx
        end local 25 // double ry1
        end local 23 // double ry0
        end local 21 // double rx1
        end local 19 // double rx0
        end local 17 // double py
        end local 15 // double px
        end local 13 // int b1
        end local 12 // int b0
        end local 11 // int j
        end local 10 // int i
        end local 6 // double n
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double top top top top int
      StackMap stack:
        73: iload 14 /* nOctave */
            ifgt 6
        74: .line 578
            aload 5 /* fSum */
            iconst_0
            daload
            d2i
            istore 10 /* i */
        start local 10 // int i
        75: .line 579
            iload 10 /* i */
            sipush -256
            iand
            ifne 77
            iload 10 /* i */
            bipush 16
            ishl
            istore 11 /* j */
        start local 11 // int j
        76: goto 80
        end local 11 // int j
        77: .line 580
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double int top top top int
      StackMap stack:
            iload 10 /* i */
            ldc -2147483648
            iand
            ifeq 78
            iconst_0
            goto 79
      StackMap locals:
      StackMap stack:
        78: ldc 16711680
      StackMap locals:
      StackMap stack: int
        79: istore 11 /* j */
        start local 11 // int j
        80: .line 582
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double int int top top int
      StackMap stack:
            aload 5 /* fSum */
            iconst_1
            daload
            d2i
            istore 10 /* i */
        81: .line 583
            iload 10 /* i */
            sipush -256
            iand
            ifne 82
            iload 11 /* j */
            iload 10 /* i */
            bipush 8
            ishl
            ior
            istore 11 /* j */
            goto 85
        82: .line 584
      StackMap locals:
      StackMap stack:
            iload 11 /* j */
            iload 10 /* i */
            ldc -2147483648
            iand
            ifeq 83
            iconst_0
            goto 84
      StackMap locals:
      StackMap stack: int
        83: ldc 65280
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double int int top top int
      StackMap stack: int int
        84: ior
            istore 11 /* j */
        85: .line 586
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_2
            daload
            d2i
            istore 10 /* i */
        86: .line 587
            iload 10 /* i */
            sipush -256
            iand
            ifne 87
            iload 11 /* j */
            iload 10 /* i */
            ior
            istore 11 /* j */
            goto 90
        87: .line 588
      StackMap locals:
      StackMap stack:
            iload 11 /* j */
            iload 10 /* i */
            ldc -2147483648
            iand
            ifeq 88
            iconst_0
            goto 89
      StackMap locals:
      StackMap stack: int
        88: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double int int top top int
      StackMap stack: int int
        89: ior
            istore 11 /* j */
        90: .line 590
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_3
            daload
            d2i
            istore 10 /* i */
        91: .line 591
            iload 10 /* i */
            sipush -256
            iand
            ifne 92
            iload 11 /* j */
            iload 10 /* i */
            bipush 24
            ishl
            ior
            istore 11 /* j */
            goto 95
        92: .line 592
      StackMap locals:
      StackMap stack:
            iload 11 /* j */
            iload 10 /* i */
            ldc -2147483648
            iand
            ifeq 93
            iconst_0
            goto 94
      StackMap locals:
      StackMap stack: int
        93: ldc -16777216
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top double int int top top int
      StackMap stack: int int
        94: ior
            istore 11 /* j */
        95: .line 593
      StackMap locals:
      StackMap stack:
            iload 11 /* j */
            ireturn
        end local 14 // int nOctave
        end local 11 // int j
        end local 10 // int i
        end local 8 // double ratio
        end local 5 // double[] fSum
        end local 3 // double pointY
        end local 1 // double pointX
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   96     0     this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   96     1   pointX  D
            0   96     3   pointY  D
            0   96     5     fSum  [D
           31   73     6        n  D
            1   96     8    ratio  D
            9   73    10        i  I
           75   96    10        i  I
           10   73    11        j  I
           76   77    11        j  I
           80   96    11        j  I
            8   73    12       b0  I
           16   73    13       b1  I
            5   96    14  nOctave  I
            7   73    15       px  D
           14   73    17       py  D
           11   73    19      rx0  D
           12   73    21      rx1  D
           19   73    23      ry0  D
           20   73    25      ry1  D
           13   73    27       sx  D
           21   73    29       sy  D
    MethodParameters:
        Name  Flags
      pointX  
      pointY  
      fSum    final

  private final void turbulence(int[], double, double, double[], double[]);
    descriptor: ([IDD[D[D)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=12, locals=11, args_size=6
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int[] rgb
        start local 2 // double pointX
        start local 4 // double pointY
        start local 6 // double[] fSum
        start local 7 // double[] noise
         0: .line 612
            aload 6 /* fSum */
            iconst_0
            aload 6 /* fSum */
            iconst_1
            aload 6 /* fSum */
            iconst_2
            aload 6 /* fSum */
            iconst_3
            dconst_0
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         1: .line 613
            ldc 255.0
            dstore 8 /* ratio */
        start local 8 // double ratio
         2: .line 614
            dload 2 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 2 /* pointX */
         3: .line 615
            dload 4 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 4 /* pointY */
         4: .line 616
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 95
                    2: 72
                    3: 42
                    4: 5
              default: 110
          }
         5: .line 618
      StackMap locals: double
      StackMap stack:
            iconst_0
            istore 10 /* nOctave */
        start local 10 // int nOctave
         6: goto 20
         7: .line 619
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2:([DDD)V
         8: .line 621
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 9
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 10
         9: .line 622
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        10: .line 623
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 11
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 12
        11: .line 624
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        12: .line 625
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_2
            daload
            dconst_0
            dcmpg
            ifge 13
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 14
        13: .line 626
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        14: .line 627
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_3
            daload
            dconst_0
            dcmpg
            ifge 15
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 16
        15: .line 628
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        16: .line 629
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
            ldc 0.5
            dmul
            dstore 8 /* ratio */
        17: .line 630
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        18: .line 631
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        19: .line 618
            iinc 10 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 7
        end local 10 // int nOctave
        21: .line 634
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
        22: .line 635
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 26
        23: .line 636
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 24
            iconst_0
            goto 25
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        24: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        25: iastore
        26: .line 637
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            d2i
            iastore
        27: .line 638
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 31
        28: .line 639
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 29
            iconst_0
            goto 30
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        29: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        30: iastore
        31: .line 640
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            d2i
            iastore
        32: .line 641
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 36
        33: .line 642
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 34
            iconst_0
            goto 35
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        34: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        35: iastore
        36: .line 643
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_3
            aload 6 /* fSum */
            iconst_3
            daload
            d2i
            iastore
        37: .line 644
            aload 1 /* rgb */
            iconst_3
            iaload
            sipush -256
            iand
            ifeq 110
        38: .line 645
            aload 1 /* rgb */
            iconst_3
            aload 1 /* rgb */
            iconst_3
            iaload
            ldc -2147483648
            iand
            ifeq 39
            iconst_0
            goto 40
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        39: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        40: iastore
        41: .line 646
            goto 110
        42: .line 648
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* nOctave */
        start local 10 // int nOctave
        43: goto 55
        44: .line 649
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2:([DDD)V
        45: .line 651
            aload 7 /* noise */
            iconst_2
            daload
            dconst_0
            dcmpg
            ifge 46
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 47
        46: .line 652
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        47: .line 653
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 48
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 49
        48: .line 654
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        49: .line 655
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 50
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 51
        50: .line 656
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        51: .line 657
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
            ldc 0.5
            dmul
            dstore 8 /* ratio */
        52: .line 658
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        53: .line 659
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        54: .line 648
            iinc 10 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        55: iload 10 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 44
        end local 10 // int nOctave
        56: .line 661
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            d2i
            iastore
        57: .line 662
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 61
        58: .line 663
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 59
            iconst_0
            goto 60
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        59: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        60: iastore
        61: .line 664
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            d2i
            iastore
        62: .line 665
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 66
        63: .line 666
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 64
            iconst_0
            goto 65
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        64: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        65: iastore
        66: .line 667
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
        67: .line 668
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 110
        68: .line 669
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 69
            iconst_0
            goto 70
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        69: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        70: iastore
        71: .line 670
            goto 110
        72: .line 672
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* nOctave */
        start local 10 // int nOctave
        73: goto 83
        74: .line 673
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2:([DDD)V
        75: .line 675
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 76
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 77
        76: .line 676
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        77: .line 677
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 78
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 79
        78: .line 678
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        79: .line 679
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
            ldc 0.5
            dmul
            dstore 8 /* ratio */
        80: .line 680
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        81: .line 681
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        82: .line 672
            iinc 10 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        83: iload 10 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 74
        end local 10 // int nOctave
        84: .line 684
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            d2i
            iastore
        85: .line 685
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 89
        86: .line 686
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 87
            iconst_0
            goto 88
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        87: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        88: iastore
        89: .line 687
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
        90: .line 688
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 110
        91: .line 689
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 92
            iconst_0
            goto 93
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
        92: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
        93: iastore
        94: .line 690
            goto 110
        95: .line 692
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* nOctave */
        start local 10 // int nOctave
        96: goto 104
        97: .line 693
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2:([DDD)V
        98: .line 695
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 99
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dsub
            dastore
            goto 100
        99: .line 696
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
       100: .line 697
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
            ldc 0.5
            dmul
            dstore 8 /* ratio */
       101: .line 698
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
       102: .line 699
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
       103: .line 692
            iinc 10 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
       104: iload 10 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 97
        end local 10 // int nOctave
       105: .line 702
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
       106: .line 703
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 110
       107: .line 704
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 108
            iconst_0
            goto 109
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int
       108: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double
      StackMap stack: int[] int int
       109: iastore
       110: .line 707
      StackMap locals:
      StackMap stack:
            return
        end local 8 // double ratio
        end local 7 // double[] noise
        end local 6 // double[] fSum
        end local 4 // double pointY
        end local 2 // double pointX
        end local 1 // int[] rgb
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0  111     0     this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0  111     1      rgb  [I
            0  111     2   pointX  D
            0  111     4   pointY  D
            0  111     6     fSum  [D
            0  111     7    noise  [D
            2  111     8    ratio  D
            6   21    10  nOctave  I
           43   56    10  nOctave  I
           73   84    10  nOctave  I
           96  105    10  nOctave  I
    MethodParameters:
        Name  Flags
      rgb     final
      pointX  
      pointY  
      fSum    final
      noise   final

  private final void turbulenceStitch(int[], double, double, double[], double[], org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo);
    descriptor: ([IDD[D[DLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=12, locals=12, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int[] rgb
        start local 2 // double pointX
        start local 4 // double pointY
        start local 6 // double[] fSum
        start local 7 // double[] noise
        start local 8 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
         0: .line 725
            dconst_1
            dstore 9 /* ratio */
        start local 9 // double ratio
         1: .line 726
            dload 2 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 2 /* pointX */
         2: .line 727
            dload 4 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 4 /* pointY */
         3: .line 728
            aload 6 /* fSum */
            iconst_0
            aload 6 /* fSum */
            iconst_1
            aload 6 /* fSum */
            iconst_2
            aload 6 /* fSum */
            iconst_3
            dconst_0
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         4: .line 729
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 98
                    2: 74
                    3: 43
                    4: 5
              default: 114
          }
         5: .line 731
      StackMap locals: double
      StackMap stack:
            iconst_0
            istore 11 /* nOctave */
        start local 11 // int nOctave
         6: goto 21
         7: .line 732
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2Stitch:([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
         8: .line 734
            aload 7 /* noise */
            iconst_3
            daload
            dconst_0
            dcmpg
            ifge 9
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 10
         9: .line 735
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        10: .line 736
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_2
            daload
            dconst_0
            dcmpg
            ifge 11
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 12
        11: .line 737
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        12: .line 738
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 13
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 14
        13: .line 739
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        14: .line 740
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 15
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 16
        15: .line 741
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        16: .line 742
      StackMap locals:
      StackMap stack:
            dload 9 /* ratio */
            ldc 0.5
            dmul
            dstore 9 /* ratio */
        17: .line 743
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        18: .line 744
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        19: .line 746
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.doubleFrequency:()V
        20: .line 731
            iinc 11 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        21: iload 11 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 7
        end local 11 // int nOctave
        22: .line 748
            aload 1 /* rgb */
            iconst_3
            aload 6 /* fSum */
            iconst_3
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        23: .line 749
            aload 1 /* rgb */
            iconst_3
            iaload
            sipush -256
            iand
            ifeq 27
        24: .line 750
            aload 1 /* rgb */
            iconst_3
            aload 1 /* rgb */
            iconst_3
            iaload
            ldc -2147483648
            iand
            ifeq 25
            iconst_0
            goto 26
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        25: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        26: iastore
        27: .line 751
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        28: .line 752
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 32
        29: .line 753
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 30
            iconst_0
            goto 31
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        30: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        31: iastore
        32: .line 754
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        33: .line 755
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 37
        34: .line 756
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 35
            iconst_0
            goto 36
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        35: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        36: iastore
        37: .line 757
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        38: .line 758
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 114
        39: .line 759
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 40
            iconst_0
            goto 41
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        40: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        41: iastore
        42: .line 760
            goto 114
        43: .line 762
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* nOctave */
        start local 11 // int nOctave
        44: goto 57
        45: .line 763
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2Stitch:([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
        46: .line 764
            aload 7 /* noise */
            iconst_2
            daload
            dconst_0
            dcmpg
            ifge 47
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 48
        47: .line 765
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        48: .line 766
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 49
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 50
        49: .line 767
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        50: .line 768
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 51
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 52
        51: .line 769
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        52: .line 770
      StackMap locals:
      StackMap stack:
            dload 9 /* ratio */
            ldc 0.5
            dmul
            dstore 9 /* ratio */
        53: .line 771
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        54: .line 772
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        55: .line 774
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.doubleFrequency:()V
        56: .line 762
            iinc 11 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        57: iload 11 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 45
        end local 11 // int nOctave
        58: .line 776
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        59: .line 777
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 63
        60: .line 778
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 61
            iconst_0
            goto 62
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        61: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        62: iastore
        63: .line 779
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        64: .line 780
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 68
        65: .line 781
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 66
            iconst_0
            goto 67
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        66: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        67: iastore
        68: .line 782
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        69: .line 783
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 114
        70: .line 784
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 71
            iconst_0
            goto 72
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        71: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        72: iastore
        73: .line 785
            goto 114
        74: .line 787
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* nOctave */
        start local 11 // int nOctave
        75: goto 86
        76: .line 788
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2Stitch:([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
        77: .line 789
            aload 7 /* noise */
            iconst_1
            daload
            dconst_0
            dcmpg
            ifge 78
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 79
        78: .line 790
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        79: .line 791
      StackMap locals:
      StackMap stack:
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 80
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 81
        80: .line 792
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        81: .line 793
      StackMap locals:
      StackMap stack:
            dload 9 /* ratio */
            ldc 0.5
            dmul
            dstore 9 /* ratio */
        82: .line 794
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        83: .line 795
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        84: .line 797
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.doubleFrequency:()V
        85: .line 787
            iinc 11 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
        86: iload 11 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 76
        end local 11 // int nOctave
        87: .line 799
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        88: .line 800
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 92
        89: .line 801
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 90
            iconst_0
            goto 91
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        90: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        91: iastore
        92: .line 802
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            ldc 255.0
            dmul
            d2i
            iastore
        93: .line 803
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 114
        94: .line 804
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 95
            iconst_0
            goto 96
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
        95: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
        96: iastore
        97: .line 805
            goto 114
        98: .line 807
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* nOctave */
        start local 11 // int nOctave
        99: goto 108
       100: .line 808
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2Stitch:([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
       101: .line 809
            aload 7 /* noise */
            iconst_0
            daload
            dconst_0
            dcmpg
            ifge 102
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dsub
            dastore
            goto 103
       102: .line 810
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
       103: .line 811
      StackMap locals:
      StackMap stack:
            dload 9 /* ratio */
            ldc 0.5
            dmul
            dstore 9 /* ratio */
       104: .line 812
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
       105: .line 813
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
       106: .line 815
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.doubleFrequency:()V
       107: .line 807
            iinc 11 /* nOctave */ 1
      StackMap locals:
      StackMap stack:
       108: iload 11 /* nOctave */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            if_icmplt 100
        end local 11 // int nOctave
       109: .line 817
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            ldc 255.0
            dmul
            d2i
            iastore
       110: .line 818
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 114
       111: .line 819
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 112
            iconst_0
            goto 113
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int
       112: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double
      StackMap stack: int[] int int
       113: iastore
       114: .line 822
      StackMap locals:
      StackMap stack:
            return
        end local 9 // double ratio
        end local 8 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
        end local 7 // double[] noise
        end local 6 // double[] fSum
        end local 4 // double pointY
        end local 2 // double pointX
        end local 1 // int[] rgb
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  115     0        this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0  115     1         rgb  [I
            0  115     2      pointX  D
            0  115     4      pointY  D
            0  115     6        fSum  [D
            0  115     7       noise  [D
            0  115     8  stitchInfo  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            1  115     9       ratio  D
            6   22    11     nOctave  I
           44   58    11     nOctave  I
           75   87    11     nOctave  I
           99  109    11     nOctave  I
    MethodParameters:
            Name  Flags
      rgb         final
      pointX      
      pointY      
      fSum        final
      noise       final
      stitchInfo  

  private final int turbulenceFractal_4(double, double, double[]);
    descriptor: (DD[D)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=19, locals=29, args_size=4
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // double pointX
        start local 3 // double pointY
        start local 5 // double[] fSum
         0: .line 837
            ldc 127.5
            dstore 27 /* ratio */
        start local 27 // double ratio
         1: .line 839
            dload 1 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 1 /* pointX */
         2: .line 840
            dload 3 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 3 /* pointY */
         3: .line 841
            aload 5 /* fSum */
            iconst_0
            aload 5 /* fSum */
            iconst_1
            aload 5 /* fSum */
            iconst_2
            aload 5 /* fSum */
            iconst_3
            ldc 127.5
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         4: .line 843
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            istore 8 /* nOctave */
        start local 8 // int nOctave
         5: goto 73
         6: .line 844
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int top top top top top top top top top top top top top top top top top top double
      StackMap stack:
            dload 1 /* pointX */
            ldc 4096.0
            dadd
            dstore 11 /* px */
        start local 11 // double px
         7: .line 846
            dload 11 /* px */
            d2i
            sipush 255
            iand
            istore 6 /* b0 */
        start local 6 // int b0
         8: .line 847
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 6 /* b0 */
            iaload
            istore 9 /* i */
        start local 9 // int i
         9: .line 848
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
            iload 6 /* b0 */
            iconst_1
            iadd
            iaload
            istore 10 /* j */
        start local 10 // int j
        10: .line 850
            dload 11 /* px */
            dload 11 /* px */
            d2i
            i2d
            dsub
            dstore 15 /* rx0 */
        start local 15 // double rx0
        11: .line 851
            dload 15 /* rx0 */
            dconst_1
            dsub
            dstore 17 /* rx1 */
        start local 17 // double rx1
        12: .line 852
            dload 15 /* rx0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 23 /* sx */
        start local 23 // double sx
        13: .line 854
            dload 3 /* pointY */
            ldc 4096.0
            dadd
            dstore 13 /* py */
        start local 13 // double py
        14: .line 855
            dload 13 /* py */
            d2i
            sipush 255
            iand
            istore 6 /* b0 */
        15: .line 856
            iload 6 /* b0 */
            iconst_1
            iadd
            sipush 255
            iand
            istore 7 /* b1 */
        start local 7 // int b1
        16: .line 858
            iload 10 /* j */
            iload 6 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 7 /* b1 */
        17: .line 859
            iload 9 /* i */
            iload 6 /* b0 */
            iadd
            sipush 255
            iand
            iconst_3
            ishl
            istore 6 /* b0 */
        18: .line 861
            dload 13 /* py */
            dload 13 /* py */
            d2i
            i2d
            dsub
            dstore 19 /* ry0 */
        start local 19 // double ry0
        19: .line 862
            dload 19 /* ry0 */
            dconst_1
            dsub
            dstore 21 /* ry1 */
        start local 21 // double ry1
        20: .line 863
            dload 19 /* ry0 */
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.s_curve:(D)D
            dstore 25 /* sy */
        start local 25 // double sy
        21: .line 865
            aload 5 /* fSum */
            iconst_0
            dup2
            daload
            dload 25 /* sy */
        22: .line 866
            dload 23 /* sx */
        23: .line 867
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_0
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        24: .line 868
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_0
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_1
            iadd
            daload
            dmul
            dadd
        25: .line 866
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        26: .line 869
            dload 23 /* sx */
        27: .line 870
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        28: .line 871
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_0
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_1
            iadd
            daload
            dmul
            dadd
        29: .line 869
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        30: .line 865
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        31: .line 871
            dload 27 /* ratio */
            dmul
        32: .line 865
            dadd
            dastore
        33: .line 873
            aload 5 /* fSum */
            iconst_1
            dup2
            daload
            dload 25 /* sy */
        34: .line 874
            dload 23 /* sx */
        35: .line 875
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_2
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        36: .line 876
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_2
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_3
            iadd
            daload
            dmul
            dadd
        37: .line 874
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        38: .line 877
            dload 23 /* sx */
        39: .line 878
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        40: .line 879
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_2
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_3
            iadd
            daload
            dmul
            dadd
        41: .line 877
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        42: .line 873
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        43: .line 879
            dload 27 /* ratio */
            dmul
        44: .line 873
            dadd
            dastore
        45: .line 881
            aload 5 /* fSum */
            iconst_2
            dup2
            daload
            dload 25 /* sy */
        46: .line 882
            dload 23 /* sx */
        47: .line 883
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_4
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        48: .line 884
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_4
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            iconst_5
            iadd
            daload
            dmul
            dadd
        49: .line 882
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        50: .line 885
            dload 23 /* sx */
        51: .line 886
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        52: .line 887
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_4
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            iconst_5
            iadd
            daload
            dmul
            dadd
        53: .line 885
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        54: .line 881
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        55: .line 887
            dload 27 /* ratio */
            dmul
        56: .line 881
            dadd
            dastore
        57: .line 889
            aload 5 /* fSum */
            iconst_3
            dup2
            daload
            dload 25 /* sy */
        58: .line 890
            dload 23 /* sx */
        59: .line 891
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 6
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        60: .line 892
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 6
            iadd
            daload
            dmul
            dload 19 /* ry0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 7
            iadd
            daload
            dmul
            dadd
        61: .line 890
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        62: .line 893
            dload 23 /* sx */
        63: .line 894
            dload 15 /* rx0 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 6 /* b0 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        64: .line 895
            dload 17 /* rx1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            bipush 6
            iadd
            daload
            dmul
            dload 21 /* ry1 */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
            iload 7 /* b1 */
            bipush 8
            iadd
            bipush 7
            iadd
            daload
            dmul
            dadd
        65: .line 893
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        66: .line 889
            invokestatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.lerp:(DDD)D
        67: .line 895
            dload 27 /* ratio */
            dmul
        68: .line 889
            dadd
            dastore
        69: .line 897
            dload 27 /* ratio */
            ldc 0.5
            dmul
            dstore 27 /* ratio */
        70: .line 898
            dload 1 /* pointX */
            ldc 2.0
            dmul
            dstore 1 /* pointX */
        71: .line 899
            dload 3 /* pointY */
            ldc 2.0
            dmul
            dstore 3 /* pointY */
        72: .line 843
            iinc 8 /* nOctave */ -1
        end local 25 // double sy
        end local 23 // double sx
        end local 21 // double ry1
        end local 19 // double ry0
        end local 17 // double rx1
        end local 15 // double rx0
        end local 13 // double py
        end local 11 // double px
        end local 10 // int j
        end local 9 // int i
        end local 7 // int b1
        end local 6 // int b0
      StackMap locals:
      StackMap stack:
        73: iload 8 /* nOctave */
            ifgt 6
        74: .line 902
            aload 5 /* fSum */
            iconst_0
            daload
            d2i
            istore 9 /* i */
        start local 9 // int i
        75: .line 903
            iload 9 /* i */
            sipush -256
            iand
            ifne 77
            iload 9 /* i */
            bipush 16
            ishl
            istore 10 /* j */
        start local 10 // int j
        76: goto 80
        end local 10 // int j
        77: .line 904
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int int top top top top top top top top top top top top top top top top top double
      StackMap stack:
            iload 9 /* i */
            ldc -2147483648
            iand
            ifeq 78
            iconst_0
            goto 79
      StackMap locals:
      StackMap stack:
        78: ldc 16711680
      StackMap locals:
      StackMap stack: int
        79: istore 10 /* j */
        start local 10 // int j
        80: .line 906
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int int int top top top top top top top top top top top top top top top top double
      StackMap stack:
            aload 5 /* fSum */
            iconst_1
            daload
            d2i
            istore 9 /* i */
        81: .line 907
            iload 9 /* i */
            sipush -256
            iand
            ifne 82
            iload 10 /* j */
            iload 9 /* i */
            bipush 8
            ishl
            ior
            istore 10 /* j */
            goto 85
        82: .line 908
      StackMap locals:
      StackMap stack:
            iload 10 /* j */
            iload 9 /* i */
            ldc -2147483648
            iand
            ifeq 83
            iconst_0
            goto 84
      StackMap locals:
      StackMap stack: int
        83: ldc 65280
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int int int top top top top top top top top top top top top top top top top double
      StackMap stack: int int
        84: ior
            istore 10 /* j */
        85: .line 910
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_2
            daload
            d2i
            istore 9 /* i */
        86: .line 911
            iload 9 /* i */
            sipush -256
            iand
            ifne 87
            iload 10 /* j */
            iload 9 /* i */
            ior
            istore 10 /* j */
            goto 90
        87: .line 912
      StackMap locals:
      StackMap stack:
            iload 10 /* j */
            iload 9 /* i */
            ldc -2147483648
            iand
            ifeq 88
            iconst_0
            goto 89
      StackMap locals:
      StackMap stack: int
        88: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int int int top top top top top top top top top top top top top top top top double
      StackMap stack: int int
        89: ior
            istore 10 /* j */
        90: .line 914
      StackMap locals:
      StackMap stack:
            aload 5 /* fSum */
            iconst_3
            daload
            d2i
            istore 9 /* i */
        91: .line 915
            iload 9 /* i */
            sipush -256
            iand
            ifne 92
            iload 10 /* j */
            iload 9 /* i */
            bipush 24
            ishl
            ior
            istore 10 /* j */
            goto 95
        92: .line 916
      StackMap locals:
      StackMap stack:
            iload 10 /* j */
            iload 9 /* i */
            ldc -2147483648
            iand
            ifeq 93
            iconst_0
            goto 94
      StackMap locals:
      StackMap stack: int
        93: ldc -16777216
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double double[] top top int int int top top top top top top top top top top top top top top top top double
      StackMap stack: int int
        94: ior
            istore 10 /* j */
        95: .line 917
      StackMap locals:
      StackMap stack:
            iload 10 /* j */
            ireturn
        end local 27 // double ratio
        end local 10 // int j
        end local 9 // int i
        end local 8 // int nOctave
        end local 5 // double[] fSum
        end local 3 // double pointY
        end local 1 // double pointX
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   96     0     this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   96     1   pointX  D
            0   96     3   pointY  D
            0   96     5     fSum  [D
            8   73     6       b0  I
           16   73     7       b1  I
            5   96     8  nOctave  I
            9   73     9        i  I
           75   96     9        i  I
           10   73    10        j  I
           76   77    10        j  I
           80   96    10        j  I
            7   73    11       px  D
           14   73    13       py  D
           11   73    15      rx0  D
           12   73    17      rx1  D
           19   73    19      ry0  D
           20   73    21      ry1  D
           13   73    23       sx  D
           21   73    25       sy  D
            1   96    27    ratio  D
    MethodParameters:
        Name  Flags
      pointX  
      pointY  
      fSum    final

  private final void turbulenceFractal(int[], double, double, double[], double[]);
    descriptor: ([IDD[D[D)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=12, locals=11, args_size=6
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int[] rgb
        start local 2 // double pointX
        start local 4 // double pointY
        start local 6 // double[] fSum
        start local 7 // double[] noise
         0: .line 935
            ldc 127.5
            dstore 8 /* ratio */
        start local 8 // double ratio
         1: .line 937
            aload 6 /* fSum */
            iconst_0
            aload 6 /* fSum */
            iconst_1
            aload 6 /* fSum */
            iconst_2
            aload 6 /* fSum */
            iconst_3
            ldc 127.5
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         2: .line 938
            dload 2 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 2 /* pointX */
         3: .line 939
            dload 4 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 4 /* pointY */
         4: .line 940
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            istore 10 /* nOctave */
        start local 10 // int nOctave
         5: goto 17
         6: .line 941
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2:([DDD)V
         7: .line 943
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 11
                    2: 10
                    3: 9
                    4: 8
              default: 12
          }
         8: .line 945
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
         9: .line 947
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        10: .line 949
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        11: .line 951
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 8 /* ratio */
            dmul
            dadd
            dastore
        12: .line 952
      StackMap locals:
      StackMap stack:
            dload 8 /* ratio */
        13: .line 954
            ldc 0.5
            dmul
            dstore 8 /* ratio */
        14: .line 955
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        15: .line 956
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        16: .line 940
            iinc 10 /* nOctave */ -1
      StackMap locals:
      StackMap stack:
        17: iload 10 /* nOctave */
            ifgt 6
        18: .line 959
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 34
                    2: 29
                    3: 24
                    4: 19
              default: 39
          }
        19: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_3
            aload 6 /* fSum */
            iconst_3
            daload
            d2i
            iastore
        20: .line 962
            aload 1 /* rgb */
            iconst_3
            iaload
            sipush -256
            iand
            ifeq 24
        21: .line 963
            aload 1 /* rgb */
            iconst_3
            aload 1 /* rgb */
            iconst_3
            iaload
            ldc -2147483648
            iand
            ifeq 22
            iconst_0
            goto 23
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int
        22: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int int
        23: iastore
        24: .line 965
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            d2i
            iastore
        25: .line 966
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 29
        26: .line 967
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 27
            iconst_0
            goto 28
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int
        27: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int int
        28: iastore
        29: .line 969
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            d2i
            iastore
        30: .line 970
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 34
        31: .line 971
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 32
            iconst_0
            goto 33
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int
        32: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int int
        33: iastore
        34: .line 973
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
        35: .line 974
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 39
        36: .line 975
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 37
            iconst_0
            goto 38
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int
        37: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] double int
      StackMap stack: int[] int int
        38: iastore
        39: .line 977
      StackMap locals:
      StackMap stack:
            return
        end local 10 // int nOctave
        end local 8 // double ratio
        end local 7 // double[] noise
        end local 6 // double[] fSum
        end local 4 // double pointY
        end local 2 // double pointX
        end local 1 // int[] rgb
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   40     0     this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   40     1      rgb  [I
            0   40     2   pointX  D
            0   40     4   pointY  D
            0   40     6     fSum  [D
            0   40     7    noise  [D
            1   40     8    ratio  D
            5   40    10  nOctave  I
    MethodParameters:
        Name  Flags
      rgb     final
      pointX  
      pointY  
      fSum    final
      noise   final

  private final void turbulenceFractalStitch(int[], double, double, double[], double[], org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo);
    descriptor: ([IDD[D[DLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=12, locals=12, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // int[] rgb
        start local 2 // double pointX
        start local 4 // double pointY
        start local 6 // double[] fSum
        start local 7 // double[] noise
        start local 8 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
         0: .line 996
            ldc 127.5
            dstore 9 /* ratio */
        start local 9 // double ratio
         1: .line 998
            aload 6 /* fSum */
            iconst_0
            aload 6 /* fSum */
            iconst_1
            aload 6 /* fSum */
            iconst_2
            aload 6 /* fSum */
            iconst_3
            ldc 127.5
            dup2_x2
            dastore
            dup2_x2
            dastore
            dup2_x2
            dastore
            dastore
         2: .line 999
            dload 2 /* pointX */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            dstore 2 /* pointX */
         3: .line 1000
            dload 4 /* pointY */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            dstore 4 /* pointY */
         4: .line 1001
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            istore 11 /* nOctave */
        start local 11 // int nOctave
         5: goto 18
         6: .line 1002
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* noise */
            dload 2 /* pointX */
            dload 4 /* pointY */
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.noise2Stitch:([DDDLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
         7: .line 1004
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 11
                    2: 10
                    3: 9
                    4: 8
              default: 12
          }
         8: .line 1006
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_3
            dup2
            daload
            aload 7 /* noise */
            iconst_3
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
         9: .line 1008
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_2
            dup2
            daload
            aload 7 /* noise */
            iconst_2
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        10: .line 1010
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_1
            dup2
            daload
            aload 7 /* noise */
            iconst_1
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        11: .line 1012
      StackMap locals:
      StackMap stack:
            aload 6 /* fSum */
            iconst_0
            dup2
            daload
            aload 7 /* noise */
            iconst_0
            daload
            dload 9 /* ratio */
            dmul
            dadd
            dastore
        12: .line 1013
      StackMap locals:
      StackMap stack:
            dload 9 /* ratio */
        13: .line 1015
            ldc 0.5
            dmul
            dstore 9 /* ratio */
        14: .line 1016
            dload 2 /* pointX */
            ldc 2.0
            dmul
            dstore 2 /* pointX */
        15: .line 1017
            dload 4 /* pointY */
            ldc 2.0
            dmul
            dstore 4 /* pointY */
        16: .line 1018
            aload 8 /* stitchInfo */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.doubleFrequency:()V
        17: .line 1001
            iinc 11 /* nOctave */ -1
      StackMap locals:
      StackMap stack:
        18: iload 11 /* nOctave */
            ifgt 6
        19: .line 1021
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            tableswitch { // 1 - 4
                    1: 35
                    2: 30
                    3: 25
                    4: 20
              default: 40
          }
        20: .line 1023
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_3
            aload 6 /* fSum */
            iconst_3
            daload
            d2i
            iastore
        21: .line 1024
            aload 1 /* rgb */
            iconst_3
            iaload
            sipush -256
            iand
            ifeq 25
        22: .line 1025
            aload 1 /* rgb */
            iconst_3
            aload 1 /* rgb */
            iconst_3
            iaload
            ldc -2147483648
            iand
            ifeq 23
            iconst_0
            goto 24
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int
        23: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int int
        24: iastore
        25: .line 1027
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_2
            aload 6 /* fSum */
            iconst_2
            daload
            d2i
            iastore
        26: .line 1028
            aload 1 /* rgb */
            iconst_2
            iaload
            sipush -256
            iand
            ifeq 30
        27: .line 1029
            aload 1 /* rgb */
            iconst_2
            aload 1 /* rgb */
            iconst_2
            iaload
            ldc -2147483648
            iand
            ifeq 28
            iconst_0
            goto 29
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int
        28: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int int
        29: iastore
        30: .line 1031
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_1
            aload 6 /* fSum */
            iconst_1
            daload
            d2i
            iastore
        31: .line 1032
            aload 1 /* rgb */
            iconst_1
            iaload
            sipush -256
            iand
            ifeq 35
        32: .line 1033
            aload 1 /* rgb */
            iconst_1
            aload 1 /* rgb */
            iconst_1
            iaload
            ldc -2147483648
            iand
            ifeq 33
            iconst_0
            goto 34
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int
        33: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int int
        34: iastore
        35: .line 1035
      StackMap locals:
      StackMap stack:
            aload 1 /* rgb */
            iconst_0
            aload 6 /* fSum */
            iconst_0
            daload
            d2i
            iastore
        36: .line 1036
            aload 1 /* rgb */
            iconst_0
            iaload
            sipush -256
            iand
            ifeq 40
        37: .line 1037
            aload 1 /* rgb */
            iconst_0
            aload 1 /* rgb */
            iconst_0
            iaload
            ldc -2147483648
            iand
            ifeq 38
            iconst_0
            goto 39
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int
        38: sipush 255
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int[] double double double[] double[] org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo double int
      StackMap stack: int[] int int
        39: iastore
        40: .line 1039
      StackMap locals:
      StackMap stack:
            return
        end local 11 // int nOctave
        end local 9 // double ratio
        end local 8 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo stitchInfo
        end local 7 // double[] noise
        end local 6 // double[] fSum
        end local 4 // double pointY
        end local 2 // double pointX
        end local 1 // int[] rgb
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   41     1         rgb  [I
            0   41     2      pointX  D
            0   41     4      pointY  D
            0   41     6        fSum  [D
            0   41     7       noise  [D
            0   41     8  stitchInfo  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            1   41     9       ratio  D
            5   41    11     nOctave  I
    MethodParameters:
            Name  Flags
      rgb         final
      pointX      
      pointY      
      fSum        final
      noise       final
      stitchInfo  

  public java.awt.image.WritableRaster copyData(java.awt.image.WritableRaster);
    descriptor: (Ljava/awt/image/WritableRaster;)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=31, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // java.awt.image.WritableRaster dest
         0: .line 1049
            aload 1 /* dest */
            ifnonnull 4
         1: .line 1050
            new java.lang.IllegalArgumentException
            dup
         2: .line 1051
            ldc "Cannot generate a noise pattern into a null raster"
         3: .line 1050
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1054
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            istore 2 /* w */
        start local 2 // int w
         5: .line 1055
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            istore 3 /* h */
        start local 3 // int h
         6: .line 1058
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getDataBuffer:()Ljava/awt/image/DataBuffer;
            checkcast java.awt.image.DataBufferInt
            astore 4 /* dstDB */
        start local 4 // java.awt.image.DataBufferInt dstDB
         7: .line 1060
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getMinX:()I
            istore 6 /* minX */
        start local 6 // int minX
         8: .line 1061
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getMinY:()I
            istore 7 /* minY */
        start local 7 // int minY
         9: .line 1062
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getSampleModel:()Ljava/awt/image/SampleModel;
            checkcast java.awt.image.SinglePixelPackedSampleModel
            astore 5 /* sppsm */
        start local 5 // java.awt.image.SinglePixelPackedSampleModel sppsm
        10: .line 1063
            aload 4 /* dstDB */
            invokevirtual java.awt.image.DataBufferInt.getOffset:()I
        11: .line 1064
            aload 5 /* sppsm */
            iload 6 /* minX */
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getSampleModelTranslateX:()I
            isub
        12: .line 1065
            iload 7 /* minY */
            aload 1 /* dest */
            invokevirtual java.awt.image.WritableRaster.getSampleModelTranslateY:()I
            isub
        13: .line 1064
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getOffset:(II)I
        14: .line 1063
            iadd
            istore 8 /* dstOff */
        start local 8 // int dstOff
        15: .line 1067
            aload 4 /* dstDB */
            invokevirtual java.awt.image.DataBufferInt.getBankData:()[[I
            iconst_0
            aaload
            astore 9 /* destPixels */
        start local 9 // int[] destPixels
        16: .line 1068
            aload 5 /* sppsm */
            invokevirtual java.awt.image.SinglePixelPackedSampleModel.getScanlineStride:()I
            iload 2 /* w */
            isub
            istore 10 /* dstAdjust */
        start local 10 // int dstAdjust
        17: .line 1071
            iload 8 /* dstOff */
            istore 13 /* dp */
        start local 13 // int dp
        18: .line 1072
            iconst_4
            newarray 10
            astore 14 /* rgb */
        start local 14 // int[] rgb
        19: .line 1073
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            dconst_0
            dastore
            astore 15 /* fSum */
        start local 15 // double[] fSum
        20: .line 1074
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            dconst_0
            dastore
            astore 16 /* noise */
        start local 16 // double[] noise
        21: .line 1077
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tx:[D
            iconst_0
            daload
            dstore 17 /* tx0 */
        start local 17 // double tx0
        22: .line 1078
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tx:[D
            iconst_1
            daload
            dstore 19 /* tx1 */
        start local 19 // double tx1
        23: .line 1081
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.ty:[D
            iconst_0
            daload
            iload 2 /* w */
            i2d
            dload 17 /* tx0 */
            dmul
            dsub
            dstore 21 /* ty0 */
        start local 21 // double ty0
        24: .line 1082
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.ty:[D
            iconst_1
            daload
            iload 2 /* w */
            i2d
            dload 19 /* tx1 */
            dmul
            dsub
            dstore 23 /* ty1 */
        start local 23 // double ty1
        25: .line 1084
            iconst_2
            newarray 7
            dup
            iconst_0
            iload 6 /* minX */
            i2d
            dastore
            dup
            iconst_1
            iload 7 /* minY */
            i2d
            dastore
            astore 25 /* p */
        start local 25 // double[] p
        26: .line 1085
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.txf:Ljava/awt/geom/AffineTransform;
            aload 25 /* p */
            iconst_0
            aload 25 /* p */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        27: .line 1086
            aload 25 /* p */
            iconst_0
            daload
            dstore 26 /* point_0 */
        start local 26 // double point_0
        28: .line 1087
            aload 25 /* p */
            iconst_1
            daload
            dstore 28 /* point_1 */
        start local 28 // double point_1
        29: .line 1089
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.isFractalNoise:Z
            ifeq 93
        30: .line 1090
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            ifnonnull 69
        31: .line 1091
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            iconst_4
            if_icmpne 49
        32: .line 1092
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        33: goto 47
        34: .line 1093
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
        35: goto 42
        36: .line 1094
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 0 /* this */
        37: .line 1095
            dload 26 /* point_0 */
            dload 28 /* point_1 */
            aload 15 /* fSum */
        38: .line 1094
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulenceFractal_4:(DD[D)I
            iastore
        39: .line 1096
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
        40: .line 1097
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
        41: .line 1093
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
        42: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 36
        43: .line 1099
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
        44: .line 1100
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
        45: .line 1101
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
        46: .line 1092
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
        47: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 34
        48: .line 1103
            goto 155
        end local 11 // int i
        49: .line 1104
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int top top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        50: goto 67
        51: .line 1105
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
        52: goto 62
        53: .line 1106
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            aload 0 /* this */
            aload 14 /* rgb */
            dload 26 /* point_0 */
            dload 28 /* point_1 */
            aload 15 /* fSum */
            aload 16 /* noise */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulenceFractal:([IDD[D[D)V
        54: .line 1109
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 14 /* rgb */
            iconst_3
            iaload
            bipush 24
            ishl
        55: .line 1110
            aload 14 /* rgb */
            iconst_0
            iaload
            bipush 16
            ishl
            ior
        56: .line 1111
            aload 14 /* rgb */
            iconst_1
            iaload
            bipush 8
            ishl
            ior
        57: .line 1112
            aload 14 /* rgb */
            iconst_2
            iaload
            ior
        58: .line 1109
            iastore
        59: .line 1113
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
        60: .line 1114
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
        61: .line 1105
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
        62: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 53
        63: .line 1116
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
        64: .line 1117
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
        65: .line 1118
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
        66: .line 1104
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
        67: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 51
        68: .line 1121
            goto 155
        end local 11 // int i
        69: .line 1123
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int top top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            new org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
            dup
            invokespecial org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.<init>:()V
            astore 30 /* si */
        start local 30 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo si
        70: .line 1124
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        71: goto 91
        72: .line 1125
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
        73: goto 86
        74: .line 1126
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
            aload 30 /* si */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.assign:(Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
        75: .line 1127
            aload 0 /* this */
            aload 14 /* rgb */
            dload 26 /* point_0 */
            dload 28 /* point_1 */
        76: .line 1128
            aload 15 /* fSum */
            aload 16 /* noise */
            aload 30 /* si */
        77: .line 1127
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulenceFractalStitch:([IDD[D[DLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
        78: .line 1131
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 14 /* rgb */
            iconst_3
            iaload
            bipush 24
            ishl
        79: .line 1132
            aload 14 /* rgb */
            iconst_0
            iaload
            bipush 16
            ishl
            ior
        80: .line 1133
            aload 14 /* rgb */
            iconst_1
            iaload
            bipush 8
            ishl
            ior
        81: .line 1134
            aload 14 /* rgb */
            iconst_2
            iaload
            ior
        82: .line 1131
            iastore
        83: .line 1135
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
        84: .line 1136
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
        85: .line 1125
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
        86: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 74
        87: .line 1138
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
        88: .line 1139
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
        89: .line 1140
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
        90: .line 1124
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
        91: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 72
        end local 30 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo si
        92: .line 1143
            goto 155
        end local 11 // int i
        93: .line 1145
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int top top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            ifnonnull 132
        94: .line 1146
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            iconst_4
            if_icmpne 112
        95: .line 1147
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        96: goto 110
        97: .line 1148
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
        98: goto 105
        99: .line 1149
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 0 /* this */
       100: .line 1150
            dload 26 /* point_0 */
            dload 28 /* point_1 */
            aload 15 /* fSum */
       101: .line 1149
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulence_4:(DD[D)I
            iastore
       102: .line 1152
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
       103: .line 1153
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
       104: .line 1148
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
       105: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 99
       106: .line 1155
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
       107: .line 1156
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
       108: .line 1157
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
       109: .line 1147
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
       110: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 97
       111: .line 1159
            goto 155
        end local 11 // int i
       112: .line 1160
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int top top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       113: goto 130
       114: .line 1161
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
       115: goto 125
       116: .line 1162
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            aload 0 /* this */
            aload 14 /* rgb */
            dload 26 /* point_0 */
            dload 28 /* point_1 */
            aload 15 /* fSum */
            aload 16 /* noise */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulence:([IDD[D[D)V
       117: .line 1165
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 14 /* rgb */
            iconst_3
            iaload
            bipush 24
            ishl
       118: .line 1166
            aload 14 /* rgb */
            iconst_0
            iaload
            bipush 16
            ishl
            ior
       119: .line 1167
            aload 14 /* rgb */
            iconst_1
            iaload
            bipush 8
            ishl
            ior
       120: .line 1168
            aload 14 /* rgb */
            iconst_2
            iaload
            ior
       121: .line 1165
            iastore
       122: .line 1169
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
       123: .line 1170
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
       124: .line 1161
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
       125: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 116
       126: .line 1172
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
       127: .line 1173
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
       128: .line 1174
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
       129: .line 1160
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
       130: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 114
       131: .line 1177
            goto 155
        end local 11 // int i
       132: .line 1179
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int top top int int[] double[] double[] double double double double double[] double double
      StackMap stack:
            new org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
            dup
            invokespecial org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.<init>:()V
            astore 30 /* si */
        start local 30 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo si
       133: .line 1180
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       134: goto 154
       135: .line 1181
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
            iload 13 /* dp */
            iload 2 /* w */
            iadd
            istore 12 /* end */
        start local 12 // int end
       136: goto 149
       137: .line 1182
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int int int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
            aload 30 /* si */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.assign:(Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
       138: .line 1183
            aload 0 /* this */
            aload 14 /* rgb */
            dload 26 /* point_0 */
            dload 28 /* point_1 */
       139: .line 1184
            aload 15 /* fSum */
            aload 16 /* noise */
            aload 30 /* si */
       140: .line 1183
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.turbulenceStitch:([IDD[D[DLorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;)V
       141: .line 1187
            aload 9 /* destPixels */
            iload 13 /* dp */
            aload 14 /* rgb */
            iconst_3
            iaload
            bipush 24
            ishl
       142: .line 1188
            aload 14 /* rgb */
            iconst_0
            iaload
            bipush 16
            ishl
            ior
       143: .line 1189
            aload 14 /* rgb */
            iconst_1
            iaload
            bipush 8
            ishl
            ior
       144: .line 1190
            aload 14 /* rgb */
            iconst_2
            iaload
            ior
       145: .line 1187
            iastore
       146: .line 1191
            dload 26 /* point_0 */
            dload 17 /* tx0 */
            dadd
            dstore 26 /* point_0 */
       147: .line 1192
            dload 28 /* point_1 */
            dload 19 /* tx1 */
            dadd
            dstore 28 /* point_1 */
       148: .line 1181
            iinc 13 /* dp */ 1
      StackMap locals:
      StackMap stack:
       149: iload 13 /* dp */
            iload 12 /* end */
            if_icmplt 137
       150: .line 1194
            dload 26 /* point_0 */
            dload 21 /* ty0 */
            dadd
            dstore 26 /* point_0 */
       151: .line 1195
            dload 28 /* point_1 */
            dload 23 /* ty1 */
            dadd
            dstore 28 /* point_1 */
       152: .line 1196
            iload 13 /* dp */
            iload 10 /* dstAdjust */
            iadd
            istore 13 /* dp */
       153: .line 1180
            iinc 11 /* i */ 1
        end local 12 // int end
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed java.awt.image.WritableRaster int int java.awt.image.DataBufferInt java.awt.image.SinglePixelPackedSampleModel int int int int[] int int top int int[] double[] double[] double double double double double[] double double org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
      StackMap stack:
       154: iload 11 /* i */
            iload 3 /* h */
            if_icmplt 135
        end local 30 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo si
       155: .line 1201
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            areturn
        end local 28 // double point_1
        end local 26 // double point_0
        end local 25 // double[] p
        end local 23 // double ty1
        end local 21 // double ty0
        end local 19 // double tx1
        end local 17 // double tx0
        end local 16 // double[] noise
        end local 15 // double[] fSum
        end local 14 // int[] rgb
        end local 13 // int dp
        end local 11 // int i
        end local 10 // int dstAdjust
        end local 9 // int[] destPixels
        end local 8 // int dstOff
        end local 7 // int minY
        end local 6 // int minX
        end local 5 // java.awt.image.SinglePixelPackedSampleModel sppsm
        end local 4 // java.awt.image.DataBufferInt dstDB
        end local 3 // int h
        end local 2 // int w
        end local 1 // java.awt.image.WritableRaster dest
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  156     0        this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0  156     1        dest  Ljava/awt/image/WritableRaster;
            5  156     2           w  I
            6  156     3           h  I
            7  156     4       dstDB  Ljava/awt/image/DataBufferInt;
           10  156     5       sppsm  Ljava/awt/image/SinglePixelPackedSampleModel;
            8  156     6        minX  I
            9  156     7        minY  I
           15  156     8      dstOff  I
           16  156     9  destPixels  [I
           17  156    10   dstAdjust  I
           33   49    11           i  I
           50   69    11           i  I
           71   93    11           i  I
           96  112    11           i  I
          113  132    11           i  I
          134  156    11           i  I
           35   47    12         end  I
           52   67    12         end  I
           73   91    12         end  I
           98  110    12         end  I
          115  130    12         end  I
          136  154    12         end  I
           18  156    13          dp  I
           19  156    14         rgb  [I
           20  156    15        fSum  [D
           21  156    16       noise  [D
           22  156    17         tx0  D
           23  156    19         tx1  D
           24  156    21         ty0  D
           25  156    23         ty1  D
           26  156    25           p  [D
           28  156    26     point_0  D
           29  156    28     point_1  D
           70   92    30          si  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
          133  155    30          si  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
    MethodParameters:
      Name  Flags
      dest  

  public void <init>(double, double, int, int, boolean, java.awt.geom.Rectangle2D, java.awt.geom.AffineTransform, java.awt.Rectangle, java.awt.color.ColorSpace, boolean);
    descriptor: (DDIIZLjava/awt/geom/Rectangle2D;Ljava/awt/geom/AffineTransform;Ljava/awt/Rectangle;Ljava/awt/color/ColorSpace;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=26, args_size=11
        start local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
        start local 1 // double baseFrequencyX
        start local 3 // double baseFrequencyY
        start local 5 // int numOctaves
        start local 6 // int seed
        start local 7 // boolean isFractalNoise
        start local 8 // java.awt.geom.Rectangle2D tile
        start local 9 // java.awt.geom.AffineTransform txf
        start local 10 // java.awt.Rectangle devRect
        start local 11 // java.awt.color.ColorSpace cs
        start local 12 // boolean alpha
         0: .line 1220
            aload 0 /* this */
            invokespecial org.apache.batik.ext.awt.image.rendered.AbstractRed.<init>:()V
         1: .line 141
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
         2: .line 194
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
            dconst_1
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tx:[D
         3: .line 195
            aload 0 /* this */
            iconst_2
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            dconst_1
            dastore
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.ty:[D
         4: .line 213
            aload 0 /* this */
            sipush 257
            newarray 10
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.latticeSelector:[I
         5: .line 214
            aload 0 /* this */
            sipush 2056
            newarray 7
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.gradient:[D
         6: .line 1230
            aload 0 /* this */
            dload 1 /* baseFrequencyX */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
         7: .line 1231
            aload 0 /* this */
            dload 3 /* baseFrequencyY */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
         8: .line 1232
            aload 0 /* this */
            iload 6 /* seed */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.seed:I
         9: .line 1233
            aload 0 /* this */
            iload 7 /* isFractalNoise */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.isFractalNoise:Z
        10: .line 1234
            aload 0 /* this */
            aload 8 /* tile */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tile:Ljava/awt/geom/Rectangle2D;
        11: .line 1235
            aload 0 /* this */
            aload 9 /* txf */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.txf:Ljava/awt/geom/AffineTransform;
        12: .line 1237
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.txf:Ljava/awt/geom/AffineTransform;
            ifnonnull 14
        13: .line 1238
            aload 0 /* this */
            getstatic org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.IDENTITY:Ljava/awt/geom/AffineTransform;
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.txf:Ljava/awt/geom/AffineTransform;
        14: .line 1240
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double int int int java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.Rectangle java.awt.color.ColorSpace int
      StackMap stack:
            aload 11 /* cs */
            invokevirtual java.awt.color.ColorSpace.getNumComponents:()I
            istore 13 /* nChannels */
        start local 13 // int nChannels
        15: .line 1241
            iload 12 /* alpha */
            ifeq 16
            iinc 13 /* nChannels */ 1
        16: .line 1242
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 13 /* nChannels */
            newarray 10
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
        17: .line 1243
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        18: goto 21
        19: .line 1244
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            iload 14 /* i */
            iload 14 /* i */
            iastore
        20: .line 1243
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 14 /* i */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.channels:[I
            arraylength
            if_icmplt 19
        end local 14 // int i
        22: .line 1246
            aload 9 /* txf */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tx:[D
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.tx:[D
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:([DI[DII)V
        23: .line 1247
            aload 9 /* txf */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.ty:[D
            iconst_0
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.ty:[D
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:([DI[DII)V
        24: .line 1249
            iconst_2
            newarray 7
            dup
            iconst_0
            ldc 0.5
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            astore 14 /* vecX */
        start local 14 // double[] vecX
        25: .line 1250
            iconst_2
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            ldc 0.5
            dastore
            astore 15 /* vecY */
        start local 15 // double[] vecY
        26: .line 1251
            aload 9 /* txf */
            aload 14 /* vecX */
            iconst_0
            aload 14 /* vecX */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:([DI[DII)V
        27: .line 1252
            aload 9 /* txf */
            aload 15 /* vecY */
            iconst_0
            aload 15 /* vecY */
            iconst_0
            iconst_1
            invokevirtual java.awt.geom.AffineTransform.deltaTransform:([DI[DII)V
        28: .line 1267
            aload 14 /* vecX */
            iconst_0
            daload
            invokestatic java.lang.Math.abs:(D)D
            aload 15 /* vecY */
            iconst_0
            daload
            invokestatic java.lang.Math.abs:(D)D
            invokestatic java.lang.Math.max:(DD)D
            dstore 16 /* dx */
        start local 16 // double dx
        29: .line 1268
            dload 16 /* dx */
            invokestatic java.lang.Math.log:(D)D
            dload 1 /* baseFrequencyX */
            invokestatic java.lang.Math.log:(D)D
            dadd
        30: .line 1269
            ldc 2.0
            invokestatic java.lang.Math.log:(D)D
        31: .line 1268
            ddiv
            invokestatic java.lang.Math.round:(D)J
            l2i
            ineg
            istore 18 /* maxX */
        start local 18 // int maxX
        32: .line 1271
            aload 14 /* vecX */
            iconst_1
            daload
            invokestatic java.lang.Math.abs:(D)D
            aload 15 /* vecY */
            iconst_1
            daload
            invokestatic java.lang.Math.abs:(D)D
            invokestatic java.lang.Math.max:(DD)D
            dstore 19 /* dy */
        start local 19 // double dy
        33: .line 1272
            dload 19 /* dy */
            invokestatic java.lang.Math.log:(D)D
            dload 3 /* baseFrequencyY */
            invokestatic java.lang.Math.log:(D)D
            dadd
        34: .line 1273
            ldc 2.0
            invokestatic java.lang.Math.log:(D)D
        35: .line 1272
            ddiv
            invokestatic java.lang.Math.round:(D)J
            l2i
            ineg
            istore 21 /* maxY */
        start local 21 // int maxY
        36: .line 1275
            aload 0 /* this */
            iload 5 /* numOctaves */
            iload 18 /* maxX */
            if_icmple 37
            iload 18 /* maxX */
            goto 38
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double int int int java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.Rectangle java.awt.color.ColorSpace int int double[] double[] double int double int
      StackMap stack: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
        37: iload 5 /* numOctaves */
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double int int int java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.Rectangle java.awt.color.ColorSpace int int double[] double[] double int double int
      StackMap stack: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int
        38: putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
        39: .line 1276
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            iload 21 /* maxY */
            if_icmple 40
            iload 21 /* maxY */
            goto 41
      StackMap locals:
      StackMap stack: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed
        40: aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
      StackMap locals: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed double double int int int java.awt.geom.Rectangle2D java.awt.geom.AffineTransform java.awt.Rectangle java.awt.color.ColorSpace int int double[] double[] double int double int
      StackMap stack: org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed int
        41: putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
        42: .line 1278
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            iconst_1
            if_icmpge 44
            iload 5 /* numOctaves */
            iconst_1
            if_icmple 44
        43: .line 1279
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
        44: .line 1281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
            bipush 8
            if_icmple 46
        45: .line 1286
            aload 0 /* this */
            bipush 8
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.numOctaves:I
        46: .line 1288
      StackMap locals:
      StackMap stack:
            aload 8 /* tile */
            ifnull 68
        47: .line 1292
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dload 1 /* baseFrequencyX */
            dmul
            invokestatic java.lang.Math.floor:(D)D
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            ddiv
            dstore 22 /* lowFreq */
        start local 22 // double lowFreq
        48: .line 1293
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dload 1 /* baseFrequencyX */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            ddiv
            dstore 24 /* highFreq */
        start local 24 // double highFreq
        49: .line 1294
            dload 1 /* baseFrequencyX */
            dload 22 /* lowFreq */
            ddiv
            dload 24 /* highFreq */
            dload 1 /* baseFrequencyX */
            ddiv
            dcmpg
            ifge 51
        50: .line 1295
            aload 0 /* this */
            dload 22 /* lowFreq */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            goto 52
        51: .line 1297
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            dload 24 /* highFreq */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
        52: .line 1299
      StackMap locals:
      StackMap stack:
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dload 3 /* baseFrequencyY */
            dmul
            invokestatic java.lang.Math.floor:(D)D
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            ddiv
            dstore 22 /* lowFreq */
        53: .line 1300
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dload 3 /* baseFrequencyY */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            ddiv
            dstore 24 /* highFreq */
        54: .line 1301
            dload 3 /* baseFrequencyY */
            dload 22 /* lowFreq */
            ddiv
            dload 24 /* highFreq */
            dload 3 /* baseFrequencyY */
            ddiv
            dcmpg
            ifge 56
        55: .line 1302
            aload 0 /* this */
            dload 22 /* lowFreq */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            goto 57
        56: .line 1304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 24 /* highFreq */
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
        57: .line 1310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
            dup
            invokespecial org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.<init>:()V
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
        58: .line 1311
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
            d2i
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
        59: .line 1312
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
            d2i
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
        60: .line 1313
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyX:D
            dmul
        61: .line 1314
            ldc 4096.0
            dadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
            i2d
            dadd
            d2i
        62: .line 1313
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapX:I
        63: .line 1315
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            aload 8 /* tile */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.baseFrequencyY:D
            dmul
        64: .line 1316
            ldc 4096.0
            dadd
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
            i2d
            dadd
            d2i
        65: .line 1315
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.wrapY:I
        66: .line 1320
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
            ifne 67
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            iconst_1
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.width:I
        67: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
            ifne 68
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.stitchInfo:Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed$StitchInfo;
            iconst_1
            putfield org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo.height:I
        end local 24 // double highFreq
        end local 22 // double lowFreq
        68: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* seed */
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.initLattice:(I)V
        69: .line 1332
            iload 12 /* alpha */
            ifeq 75
        70: .line 1333
            new java.awt.image.DirectColorModel
            dup
        71: .line 1334
            aload 11 /* cs */
            bipush 32
            ldc 16711680
            ldc 65280
            sipush 255
            ldc -16777216
        72: .line 1335
            iconst_0
            iconst_3
        73: .line 1333
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
            astore 22 /* cm */
        start local 22 // java.awt.image.ColorModel cm
        74: .line 1335
            goto 79
        end local 22 // java.awt.image.ColorModel cm
        75: .line 1337
      StackMap locals:
      StackMap stack:
            new java.awt.image.DirectColorModel
            dup
        76: .line 1338
            aload 11 /* cs */
            bipush 24
            ldc 16711680
            ldc 65280
            sipush 255
            iconst_0
        77: .line 1339
            iconst_0
            iconst_3
        78: .line 1337
            invokespecial java.awt.image.DirectColorModel.<init>:(Ljava/awt/color/ColorSpace;IIIIIZI)V
            astore 22 /* cm */
        start local 22 // java.awt.image.ColorModel cm
        79: .line 1341
      StackMap locals: java.awt.image.ColorModel
      StackMap stack:
            invokestatic org.apache.batik.ext.awt.image.rendered.AbstractTiledRed.getDefaultTileSize:()I
            istore 23 /* tileSize */
        start local 23 // int tileSize
        80: .line 1342
            aload 0 /* this */
            aconst_null
            aload 10 /* devRect */
            aload 22 /* cm */
        81: .line 1343
            aload 22 /* cm */
            iload 23 /* tileSize */
            iload 23 /* tileSize */
            invokevirtual java.awt.image.ColorModel.createCompatibleSampleModel:(II)Ljava/awt/image/SampleModel;
        82: .line 1344
            iconst_0
            iconst_0
            aconst_null
        83: .line 1342
            invokevirtual org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.init:(Lorg/apache/batik/ext/awt/image/rendered/CachableRed;Ljava/awt/Rectangle;Ljava/awt/image/ColorModel;Ljava/awt/image/SampleModel;IILjava/util/Map;)V
        84: .line 1345
            return
        end local 23 // int tileSize
        end local 22 // java.awt.image.ColorModel cm
        end local 21 // int maxY
        end local 19 // double dy
        end local 18 // int maxX
        end local 16 // double dx
        end local 15 // double[] vecY
        end local 14 // double[] vecX
        end local 13 // int nChannels
        end local 12 // boolean alpha
        end local 11 // java.awt.color.ColorSpace cs
        end local 10 // java.awt.Rectangle devRect
        end local 9 // java.awt.geom.AffineTransform txf
        end local 8 // java.awt.geom.Rectangle2D tile
        end local 7 // boolean isFractalNoise
        end local 6 // int seed
        end local 5 // int numOctaves
        end local 3 // double baseFrequencyY
        end local 1 // double baseFrequencyX
        end local 0 // org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   85     0            this  Lorg/apache/batik/ext/awt/image/rendered/TurbulencePatternRed;
            0   85     1  baseFrequencyX  D
            0   85     3  baseFrequencyY  D
            0   85     5      numOctaves  I
            0   85     6            seed  I
            0   85     7  isFractalNoise  Z
            0   85     8            tile  Ljava/awt/geom/Rectangle2D;
            0   85     9             txf  Ljava/awt/geom/AffineTransform;
            0   85    10         devRect  Ljava/awt/Rectangle;
            0   85    11              cs  Ljava/awt/color/ColorSpace;
            0   85    12           alpha  Z
           15   85    13       nChannels  I
           18   22    14               i  I
           25   85    14            vecX  [D
           26   85    15            vecY  [D
           29   85    16              dx  D
           32   85    18            maxX  I
           33   85    19              dy  D
           36   85    21            maxY  I
           48   68    22         lowFreq  D
           49   68    24        highFreq  D
           74   75    22              cm  Ljava/awt/image/ColorModel;
           79   85    22              cm  Ljava/awt/image/ColorModel;
           80   85    23        tileSize  I
    MethodParameters:
                Name  Flags
      baseFrequencyX  
      baseFrequencyY  
      numOctaves      
      seed            
      isFractalNoise  
      tile            
      txf             
      devRect         
      cs              
      alpha           
}
SourceFile: "TurbulencePatternRed.java"
NestMembers:
  org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo
InnerClasses:
  final StitchInfo = org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed$StitchInfo of org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed