class com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer implements com.sun.openpisces.AlphaConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer
  super_class: java.lang.Object
{
  static byte[] savedAlphaMap;
    descriptor: [B
    flags: (0x0008) ACC_STATIC

  int x;
    descriptor: I
    flags: (0x0000) 

  int y;
    descriptor: I
    flags: (0x0000) 

  int width;
    descriptor: I
    flags: (0x0000) 

  int height;
    descriptor: I
    flags: (0x0000) 

  byte[] alphas;
    descriptor: [B
    flags: (0x0000) 

  byte[] alphaMap;
    descriptor: [B
    flags: (0x0000) 

  java.nio.ByteBuffer alphabuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  com.sun.prism.impl.shape.MaskData maskdata;
    descriptor: Lcom/sun/prism/impl/shape/MaskData;
    flags: (0x0000) 

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
        start local 1 // int alphalen
         0: .line 118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            new com.sun.prism.impl.shape.MaskData
            dup
            invokespecial com.sun.prism.impl.shape.MaskData.<init>:()V
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.maskdata:Lcom/sun/prism/impl/shape/MaskData;
         2: .line 119
            aload 0 /* this */
            iload 1 /* alphalen */
            newarray 8
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
         3: .line 120
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphabuffer:Ljava/nio/ByteBuffer;
         4: .line 121
            return
        end local 1 // int alphalen
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;
            0    5     1  alphalen  I
    MethodParameters:
          Name  Flags
      alphalen  

  public void setBoundsNoClone(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 124
            aload 0 /* this */
            iload 1 /* x */
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.x:I
         1: .line 125
            aload 0 /* this */
            iload 2 /* y */
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.y:I
         2: .line 126
            aload 0 /* this */
            iload 3 /* w */
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.width:I
         3: .line 127
            aload 0 /* this */
            iload 4 /* h */
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.height:I
         4: .line 128
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.maskdata:Lcom/sun/prism/impl/shape/MaskData;
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphabuffer:Ljava/nio/ByteBuffer;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual com.sun.prism.impl.shape.MaskData.update:(Ljava/nio/ByteBuffer;IIII)V
         5: .line 129
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;
            0    6     1     x  I
            0    6     2     y  I
            0    6     3     w  I
            0    6     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public int getOriginX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 133
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.x:I
            ireturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public int getOriginY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 138
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.y:I
            ireturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.width:I
            ireturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 148
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.height:I
            ireturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public byte[] getAlphasNoClone();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 152
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
            areturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public int getAlphaLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 156
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
            arraylength
            ireturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public com.sun.prism.impl.shape.MaskData getMaskData();
    descriptor: ()Lcom/sun/prism/impl/shape/MaskData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
         0: .line 160
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.maskdata:Lcom/sun/prism/impl/shape/MaskData;
            areturn
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;

  public void setMaxAlpha(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
        start local 1 // int maxalpha
         0: .line 165
            getstatic com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.savedAlphaMap:[B
            astore 2 /* map */
        start local 2 // byte[] map
         1: .line 166
            aload 2 /* map */
            ifnull 2
            aload 2 /* map */
            arraylength
            iload 1 /* maxalpha */
            iconst_1
            iadd
            if_icmpeq 9
         2: .line 167
      StackMap locals: byte[]
      StackMap stack:
            iload 1 /* maxalpha */
            iconst_1
            iadd
            newarray 8
            astore 2 /* map */
         3: .line 168
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 169
      StackMap locals: int
      StackMap stack:
            aload 2 /* map */
            iload 3 /* i */
            iload 3 /* i */
            sipush 255
            imul
            iload 1 /* maxalpha */
            iconst_2
            idiv
            iadd
            iload 1 /* maxalpha */
            idiv
            i2b
            bastore
         6: .line 168
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* maxalpha */
            if_icmple 5
        end local 3 // int i
         8: .line 171
            aload 2 /* map */
            putstatic com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.savedAlphaMap:[B
         9: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* map */
            putfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphaMap:[B
        10: .line 174
            return
        end local 2 // byte[] map
        end local 1 // int maxalpha
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;
            0   11     1  maxalpha  I
            1   11     2       map  [B
            4    8     3         i  I
    MethodParameters:
          Name  Flags
      maxalpha  

  public void setAndClearRelativeAlphas(int[], int, int, int);
    descriptor: ([IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=11, args_size=5
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
        start local 1 // int[] alphaRow
        start local 2 // int pix_y
        start local 3 // int pix_from
        start local 4 // int pix_to
         0: .line 182
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.width:I
            istore 5 /* w */
        start local 5 // int w
         1: .line 183
            iload 2 /* pix_y */
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.y:I
            isub
            iload 5 /* w */
            imul
            istore 6 /* off */
        start local 6 // int off
         2: .line 184
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
            astore 7 /* out */
        start local 7 // byte[] out
         3: .line 185
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphaMap:[B
            astore 8 /* map */
        start local 8 // byte[] map
         4: .line 186
            iconst_0
            istore 9 /* a */
        start local 9 // int a
         5: .line 187
            iconst_0
            istore 10 /* i */
        start local 10 // int i
         6: goto 11
         7: .line 188
      StackMap locals: com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer int[] int int int int int byte[] byte[] int int
      StackMap stack:
            iload 9 /* a */
            aload 1 /* alphaRow */
            iload 10 /* i */
            iaload
            iadd
            istore 9 /* a */
         8: .line 189
            aload 1 /* alphaRow */
            iload 10 /* i */
            iconst_0
            iastore
         9: .line 190
            aload 7 /* out */
            iload 6 /* off */
            iload 10 /* i */
            iadd
            aload 8 /* map */
            iload 9 /* a */
            baload
            bastore
        10: .line 187
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 10 /* i */
            iload 5 /* w */
            if_icmplt 7
        end local 10 // int i
        12: .line 192
            return
        end local 9 // int a
        end local 8 // byte[] map
        end local 7 // byte[] out
        end local 6 // int off
        end local 5 // int w
        end local 4 // int pix_to
        end local 3 // int pix_from
        end local 2 // int pix_y
        end local 1 // int[] alphaRow
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;
            0   13     1  alphaRow  [I
            0   13     2     pix_y  I
            0   13     3  pix_from  I
            0   13     4    pix_to  I
            1   13     5         w  I
            2   13     6       off  I
            3   13     7       out  [B
            4   13     8       map  [B
            5   13     9         a  I
            6   12    10         i  I
    MethodParameters:
          Name  Flags
      alphaRow  
      pix_y     
      pix_from  
      pix_to    

  public void setAndClearRelativeAlphas2(int[], int, int, int);
    descriptor: ([IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=14, args_size=5
        start local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
        start local 1 // int[] alphaDeltas
        start local 2 // int pix_y
        start local 3 // int pix_from
        start local 4 // int pix_to
         0: .line 197
            iload 4 /* pix_to */
            iload 3 /* pix_from */
            if_icmplt 26
         1: .line 198
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphas:[B
            astore 5 /* out */
        start local 5 // byte[] out
         2: .line 199
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.alphaMap:[B
            astore 6 /* map */
        start local 6 // byte[] map
         3: .line 200
            iload 3 /* pix_from */
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.x:I
            isub
            istore 7 /* from */
        start local 7 // int from
         4: .line 201
            iload 4 /* pix_to */
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.x:I
            isub
            istore 8 /* to */
        start local 8 // int to
         5: .line 202
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.width:I
            istore 9 /* w */
        start local 9 // int w
         6: .line 203
            iload 2 /* pix_y */
            aload 0 /* this */
            getfield com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer.y:I
            isub
            iload 9 /* w */
            imul
            istore 10 /* off */
        start local 10 // int off
         7: .line 205
            iconst_0
            istore 11 /* i */
        start local 11 // int i
         8: .line 206
            goto 11
         9: .line 207
      StackMap locals: com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer int[] int int int byte[] byte[] int int int int int
      StackMap stack:
            aload 5 /* out */
            iload 10 /* off */
            iload 11 /* i */
            iadd
            iconst_0
            bastore
        10: .line 208
            iinc 11 /* i */ 1
        11: .line 206
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 7 /* from */
            if_icmplt 9
        12: .line 210
            iconst_0
            istore 12 /* curAlpha */
        start local 12 // int curAlpha
        13: .line 211
            goto 19
        14: .line 212
      StackMap locals: int
      StackMap stack:
            iload 12 /* curAlpha */
            aload 1 /* alphaDeltas */
            iload 11 /* i */
            iaload
            iadd
            istore 12 /* curAlpha */
        15: .line 213
            aload 1 /* alphaDeltas */
            iload 11 /* i */
            iconst_0
            iastore
        16: .line 214
            aload 6 /* map */
            iload 12 /* curAlpha */
            baload
            istore 13 /* a */
        start local 13 // byte a
        17: .line 215
            aload 5 /* out */
            iload 10 /* off */
            iload 11 /* i */
            iadd
            iload 13 /* a */
            bastore
        18: .line 216
            iinc 11 /* i */ 1
        end local 13 // byte a
        19: .line 211
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 8 /* to */
            if_icmple 14
        20: .line 218
            aload 1 /* alphaDeltas */
            iload 11 /* i */
            iconst_0
            iastore
        21: .line 219
            goto 24
        22: .line 220
      StackMap locals:
      StackMap stack:
            aload 5 /* out */
            iload 10 /* off */
            iload 11 /* i */
            iadd
            iconst_0
            bastore
        23: .line 221
            iinc 11 /* i */ 1
        24: .line 219
      StackMap locals:
      StackMap stack:
            iload 11 /* i */
            iload 9 /* w */
            if_icmplt 22
        end local 12 // int curAlpha
        end local 11 // int i
        end local 10 // int off
        end local 9 // int w
        end local 8 // int to
        end local 7 // int from
        end local 6 // byte[] map
        end local 5 // byte[] out
        25: .line 223
            goto 27
        26: .line 224
      StackMap locals: com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer int[] int int int
      StackMap stack:
            aload 1 /* alphaDeltas */
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
        27: .line 226
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int pix_to
        end local 3 // int pix_from
        end local 2 // int pix_y
        end local 1 // int[] alphaDeltas
        end local 0 // com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lcom/sun/prism/impl/shape/OpenPiscesRasterizer$Consumer;
            0   28     1  alphaDeltas  [I
            0   28     2        pix_y  I
            0   28     3     pix_from  I
            0   28     4       pix_to  I
            2   25     5          out  [B
            3   25     6          map  [B
            4   25     7         from  I
            5   25     8           to  I
            6   25     9            w  I
            7   25    10          off  I
            8   25    11            i  I
           13   25    12     curAlpha  I
           17   19    13            a  B
    MethodParameters:
             Name  Flags
      alphaDeltas  
      pix_y        
      pix_from     
      pix_to       
}
SourceFile: "OpenPiscesRasterizer.java"
NestHost: com.sun.prism.impl.shape.OpenPiscesRasterizer
InnerClasses:
  private Consumer = com.sun.prism.impl.shape.OpenPiscesRasterizer$Consumer of com.sun.prism.impl.shape.OpenPiscesRasterizer