final class com.sun.glass.ui.gtk.GtkPixels 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.gtk.GtkPixels
  super_class: com.sun.glass.ui.Pixels
{
  public void <init>(int, int, java.nio.ByteBuffer);
    descriptor: (IILjava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.gtk.GtkPixels this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.ByteBuffer data
         0: .line 35
            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 36
            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.gtk.GtkPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/gtk/GtkPixels;
            0    2     1   width  I
            0    2     2  height  I
            0    2     3    data  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      width   
      height  
      data    

  public void <init>(int, int, java.nio.IntBuffer);
    descriptor: (IILjava/nio/IntBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.gtk.GtkPixels this
        start local 1 // int width
        start local 2 // int height
        start local 3 // java.nio.IntBuffer data
         0: .line 39
            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 40
            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.gtk.GtkPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/gtk/GtkPixels;
            0    2     1   width  I
            0    2     2  height  I
            0    2     3    data  Ljava/nio/IntBuffer;
    MethodParameters:
        Name  Flags
      width   
      height  
      data    

  public void <init>(int, int, java.nio.IntBuffer, float, float);
    descriptor: (IILjava/nio/IntBuffer;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.glass.ui.gtk.GtkPixels 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 43
            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 44
            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.gtk.GtkPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/gtk/GtkPixels;
            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  

  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.gtk.GtkPixels this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 49
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            ifnull 8
         1: .line 50
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
         2: .line 51
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifeq 5
         3: .line 52
            aload 0 /* this */
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.gtk.GtkPixels.getWidth:()I
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.gtk.GtkPixels.getHeight:()I
            imul
            invokevirtual com.sun.glass.ui.gtk.GtkPixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
         4: .line 53
            goto 6
         5: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         6: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.bytes:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
            pop
         7: .line 57
            goto 22
         8: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
            pop
         9: .line 59
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.isDirect:()Z
            ifeq 12
        10: .line 60
            aload 0 /* this */
            aload 1 /* bb */
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.gtk.GtkPixels.getWidth:()I
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.gtk.GtkPixels.getHeight:()I
            imul
            invokevirtual com.sun.glass.ui.gtk.GtkPixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
        11: .line 61
            goto 21
        12: .line 62
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 20
        14: .line 63
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.get:()I
            istore 3 /* data */
        start local 3 // int data
        15: .line 64
            aload 1 /* bb */
            iload 3 /* data */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        16: .line 65
            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 66
            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 67
            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 62
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.capacity:()I
            if_icmplt 14
        end local 2 // int i
        21: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.glass.ui.gtk.GtkPixels.ints:Ljava/nio/IntBuffer;
            invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
            pop
        22: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // com.sun.glass.ui.gtk.GtkPixels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/sun/glass/ui/gtk/GtkPixels;
            0   23     1    bb  Ljava/nio/ByteBuffer;
           13   21     2     i  I
           15   19     3  data  I
    MethodParameters:
      Name  Flags
      bb    

  protected native void _copyPixels(java.nio.Buffer, java.nio.Buffer, int);
    descriptor: (Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
      Name  Flags
      dst   
      src   
      size  

  protected native void _attachInt(long, int, int, java.nio.IntBuffer, int[], int);
    descriptor: (JIILjava/nio/IntBuffer;[II)V
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
        Name  Flags
      ptr     
      w       
      h       
      ints    
      array   
      offset  

  protected native void _attachByte(long, int, int, java.nio.ByteBuffer, byte[], int);
    descriptor: (JIILjava/nio/ByteBuffer;[BI)V
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
        Name  Flags
      ptr     
      w       
      h       
      bytes   
      array   
      offset  
}
SourceFile: "GtkPixels.java"