public class sun.awt.Win32ColorModel24 extends java.awt.image.ComponentColorModel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.Win32ColorModel24
  super_class: java.awt.image.ComponentColorModel
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.awt.Win32ColorModel24 this
         0: .line 45
            aload 0 /* this */
            sipush 1000
            invokestatic java.awt.color.ColorSpace.getInstance:(I)Ljava/awt/color/ColorSpace;
         1: .line 46
            iconst_3
            newarray 10
            dup
            iconst_0
            bipush 8
            iastore
            dup
            iconst_1
            bipush 8
            iastore
            dup
            iconst_2
            bipush 8
            iastore
            iconst_0
            iconst_0
         2: .line 47
            iconst_1
            iconst_0
            invokespecial java.awt.image.ComponentColorModel.<init>:(Ljava/awt/color/ColorSpace;[IZZII)V
         3: .line 48
            return
        end local 0 // sun.awt.Win32ColorModel24 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/Win32ColorModel24;

  public java.awt.image.WritableRaster createCompatibleWritableRaster(int, int);
    descriptor: (II)Ljava/awt/image/WritableRaster;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // sun.awt.Win32ColorModel24 this
        start local 1 // int w
        start local 2 // int h
         0: .line 57
            iconst_3
            newarray 10
            dup
            iconst_0
            iconst_2
            iastore
            dup
            iconst_1
            iconst_1
            iastore
            astore 3 /* bOffs */
        start local 3 // int[] bOffs
         1: .line 58
            iconst_0
         2: .line 59
            iload 1 /* w */
            iload 2 /* h */
            iload 1 /* w */
            iconst_3
            imul
            iconst_3
         3: .line 60
            aload 3 /* bOffs */
            aconst_null
         4: .line 58
            invokestatic java.awt.image.Raster.createInterleavedRaster:(IIIII[ILjava/awt/Point;)Ljava/awt/image/WritableRaster;
            areturn
        end local 3 // int[] bOffs
        end local 2 // int h
        end local 1 // int w
        end local 0 // sun.awt.Win32ColorModel24 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/awt/Win32ColorModel24;
            0    5     1      w  I
            0    5     2      h  I
            1    5     3  bOffs  [I
    MethodParameters:
      Name  Flags
      w     
      h     

  public java.awt.image.SampleModel createCompatibleSampleModel(int, int);
    descriptor: (II)Ljava/awt/image/SampleModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=3
        start local 0 // sun.awt.Win32ColorModel24 this
        start local 1 // int w
        start local 2 // int h
         0: .line 69
            iconst_3
            newarray 10
            dup
            iconst_0
            iconst_2
            iastore
            dup
            iconst_1
            iconst_1
            iastore
            astore 3 /* bOffs */
        start local 3 // int[] bOffs
         1: .line 70
            new java.awt.image.PixelInterleavedSampleModel
            dup
            iconst_0
         2: .line 71
            iload 1 /* w */
            iload 2 /* h */
            iconst_3
            iload 1 /* w */
            iconst_3
            imul
            aload 3 /* bOffs */
         3: .line 70
            invokespecial java.awt.image.PixelInterleavedSampleModel.<init>:(IIIII[I)V
            areturn
        end local 3 // int[] bOffs
        end local 2 // int h
        end local 1 // int w
        end local 0 // sun.awt.Win32ColorModel24 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/awt/Win32ColorModel24;
            0    4     1      w  I
            0    4     2      h  I
            1    4     3  bOffs  [I
    MethodParameters:
      Name  Flags
      w     
      h     
}
SourceFile: "Win32ColorModel24.java"