final class com.sun.glass.ui.monocle.MonoclePixels extends com.sun.glass.ui.Pixels
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.glass.ui.monocle.MonoclePixels
  super_class: com.sun.glass.ui.Pixels
{
  void <init>(int, int, java.nio.ByteBuffer);
    descriptor: (IILjava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.ByteBuffer data
         0: .line 37
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            aload 3 /* data */
            invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/ByteBuffer;)V
         1: .line 38
            return
        end local 3 // java.nio.ByteBuffer data
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    2     1   width  I
            0    2     2  height  I
            0    2     3    data  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      width   
      height  
      data    

  void <init>(int, int, java.nio.IntBuffer);
    descriptor: (IILjava/nio/IntBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.IntBuffer data
         0: .line 41
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            aload 3 /* data */
            invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/IntBuffer;)V
         1: .line 42
            return
        end local 3 // java.nio.IntBuffer data
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    2     1   width  I
            0    2     2  height  I
            0    2     3    data  Ljava/nio/IntBuffer;
    MethodParameters:
        Name  Flags
      width   
      height  
      data    

  void <init>(int, int, java.nio.IntBuffer, float, float);
    descriptor: (IILjava/nio/IntBuffer;FF)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.IntBuffer data
        start local 4 // float scalex
        start local 5 // float scaley
         0: .line 45
            aload 0 /* this */
            iload 1 /* width */
            iload 2 /* height */
            aload 3 /* data */
            fload 4 /* scalex */
            fload 5 /* scaley */
            invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/IntBuffer;FF)V
         1: .line 46
            return
        end local 5 // float scaley
        end local 4 // float scalex
        end local 3 // java.nio.IntBuffer data
        end local 2 // int height
        end local 1 // int width
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    2     1   width  I
            0    2     2  height  I
            0    2     3    data  Ljava/nio/IntBuffer;
            0    2     4  scalex  F
            0    2     5  scaley  F
    MethodParameters:
        Name  Flags
      width   
      height  
      data    
      scalex  
      scaley  

  private void _copyPixels(java.nio.Buffer, java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // java.nio.Buffer dst
        start local 2 // java.nio.Buffer src
        start local 3 // int size
         0: .line 50
            new java.lang.UnsupportedOperationException
            dup
            ldc "not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int size
        end local 2 // java.nio.Buffer src
        end local 1 // java.nio.Buffer dst
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    1     1   dst  Ljava/nio/Buffer;
            0    1     2   src  Ljava/nio/Buffer;
            0    1     3  size  I
    MethodParameters:
      Name  Flags
      dst   
      src   
      size  

  protected void _fillDirectByteBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 54
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            ifnull 8
         1: .line 55
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
         2: .line 56
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifeq 5
         3: .line 57
            aload 0 /* this */
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getWidth:()I
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getHeight:()I
            imul
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
         4: .line 58
            goto 6
         5: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         6: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
         7: .line 62
            goto 22
         8: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
            pop
         9: .line 64
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.isDirect:()Z
            ifeq 12
        10: .line 65
            aload 0 /* this */
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getWidth:()I
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getHeight:()I
            imul
            invokevirtual com.sun.glass.ui.monocle.MonoclePixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
        11: .line 66
            goto 21
        12: .line 67
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 20
        14: .line 68
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.get:()I
            istore 3 /* data */
        start local 3 // int data
        15: .line 69
            aload 1 /* bb */
            iload 3 /* data */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        16: .line 70
            aload 1 /* bb */
            iload 3 /* data */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        17: .line 71
            aload 1 /* bb */
            iload 3 /* data */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        18: .line 72
            aload 1 /* bb */
            iload 3 /* data */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        end local 3 // int data
        19: .line 67
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.capacity:()I
            if_icmplt 14
        end local 2 // int i
        21: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
            pop
        22: .line 77
      StackMap locals:
      StackMap stack:
            aload 1 /* bb */
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
        23: .line 78
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0   24     1    bb  Ljava/nio/ByteBuffer;
           13   21     2     i  I
           15   19     3  data  I
    MethodParameters:
      Name  Flags
      bb    

  protected void _attachInt(long, int, int, java.nio.IntBuffer, int[], int);
    descriptor: (JIILjava/nio/IntBuffer;[II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // long nativeWindowPointer
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.nio.IntBuffer ints
        start local 6 // int[] array
        start local 7 // int offset
         0: .line 82
            new java.lang.UnsupportedOperationException
            dup
            ldc "not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // int offset
        end local 6 // int[] array
        end local 5 // java.nio.IntBuffer ints
        end local 4 // int h
        end local 3 // int w
        end local 1 // long nativeWindowPointer
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    1     1  nativeWindowPointer  J
            0    1     3                    w  I
            0    1     4                    h  I
            0    1     5                 ints  Ljava/nio/IntBuffer;
            0    1     6                array  [I
            0    1     7               offset  I
    MethodParameters:
                     Name  Flags
      nativeWindowPointer  
      w                    
      h                    
      ints                 
      array                
      offset               

  protected void _attachByte(long, int, int, java.nio.ByteBuffer, byte[], int);
    descriptor: (JIILjava/nio/ByteBuffer;[BI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // com.sun.glass.ui.monocle.MonoclePixels this
        start local 1 // long ptr
        start local 3 // int w
        start local 4 // int h
        start local 5 // java.nio.ByteBuffer bytes
        start local 6 // byte[] array
        start local 7 // int offset
         0: .line 88
            new java.lang.UnsupportedOperationException
            dup
            ldc "not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // int offset
        end local 6 // byte[] array
        end local 5 // java.nio.ByteBuffer bytes
        end local 4 // int h
        end local 3 // int w
        end local 1 // long ptr
        end local 0 // com.sun.glass.ui.monocle.MonoclePixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/glass/ui/monocle/MonoclePixels;
            0    1     1     ptr  J
            0    1     3       w  I
            0    1     4       h  I
            0    1     5   bytes  Ljava/nio/ByteBuffer;
            0    1     6   array  [B
            0    1     7  offset  I
    MethodParameters:
        Name  Flags
      ptr     
      w       
      h       
      bytes   
      array   
      offset  
}
SourceFile: "MonoclePixels.java"