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

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

  protected void <init>(int, int, java.nio.IntBuffer, float, float);
    descriptor: (IILjava/nio/IntBuffer;FF)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.glass.ui.ios.IosPixels 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 46
            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 47
            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.ios.IosPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/ios/IosPixels;
            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=0, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.ios.IosPixels this
        start local 1 // java.nio.ByteBuffer bb
         0: .line 50
            return
        end local 1 // java.nio.ByteBuffer bb
        end local 0 // com.sun.glass.ui.ios.IosPixels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/ios/IosPixels;
            0    1     1    bb  Ljava/nio/ByteBuffer;
    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=0, locals=8, args_size=7
        start local 0 // com.sun.glass.ui.ios.IosPixels this
        start local 1 // long ptr
        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 53
            return
        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 ptr
        end local 0 // com.sun.glass.ui.ios.IosPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/glass/ui/ios/IosPixels;
            0    1     1     ptr  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
      ptr     
      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=0, locals=8, args_size=7
        start local 0 // com.sun.glass.ui.ios.IosPixels 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 56
            return
        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.ios.IosPixels this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/glass/ui/ios/IosPixels;
            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: "IosPixels.java"