public class com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer extends com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer<com.sun.scenario.effect.impl.state.BoxRenderState>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer
  super_class: com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer
{
  public void <init>(com.sun.scenario.effect.FilterContext, com.sun.scenario.effect.impl.Renderer, java.lang.String);
    descriptor: (Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer this
        start local 1 // com.sun.scenario.effect.FilterContext fctx
        start local 2 // com.sun.scenario.effect.impl.Renderer r
        start local 3 // java.lang.String uniqueName
         0: .line 45
            aload 0 /* this */
            aload 1 /* fctx */
            aload 2 /* r */
            aload 3 /* uniqueName */
            invokespecial com.sun.scenario.effect.impl.sw.sse.SSEEffectPeer.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
         1: .line 46
            return
        end local 3 // java.lang.String uniqueName
        end local 2 // com.sun.scenario.effect.impl.Renderer r
        end local 1 // com.sun.scenario.effect.FilterContext fctx
        end local 0 // com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/scenario/effect/impl/sw/sse/SSEBoxBlurPeer;
            0    2     1        fctx  Lcom/sun/scenario/effect/FilterContext;
            0    2     2           r  Lcom/sun/scenario/effect/impl/Renderer;
            0    2     3  uniqueName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      fctx        
      r           
      uniqueName  

  public com.sun.scenario.effect.ImageData filter(com.sun.scenario.effect.Effect, com.sun.scenario.effect.impl.state.BoxRenderState, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/BoxRenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=8, locals=26, args_size=6
        start local 0 // com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer this
        start local 1 // com.sun.scenario.effect.Effect effect
        start local 2 // com.sun.scenario.effect.impl.state.BoxRenderState brstate
        start local 3 // com.sun.javafx.geom.transform.BaseTransform transform
        start local 4 // com.sun.javafx.geom.Rectangle outputClip
        start local 5 // com.sun.scenario.effect.ImageData[] inputs
         0: .line 55
            aload 0 /* this */
            aload 2 /* brstate */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.setRenderState:(Lcom/sun/scenario/effect/impl/state/RenderState;)V
         1: .line 58
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.getPass:()I
            ifne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 6 /* horizontal */
        start local 6 // boolean horizontal
         4: .line 61
            iload 6 /* horizontal */
            ifeq 5
            aload 2 /* brstate */
            iconst_0
            invokevirtual com.sun.scenario.effect.impl.state.BoxRenderState.getBoxPixelSize:(I)I
            iconst_1
            isub
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 7 /* hinc */
        start local 7 // int hinc
         7: .line 62
            iload 6 /* horizontal */
            ifeq 8
            iconst_0
            goto 9
      StackMap locals: int
      StackMap stack:
         8: aload 2 /* brstate */
            iconst_1
            invokevirtual com.sun.scenario.effect.impl.state.BoxRenderState.getBoxPixelSize:(I)I
            iconst_1
            isub
      StackMap locals:
      StackMap stack: int
         9: istore 8 /* vinc */
        start local 8 // int vinc
        10: .line 63
            aload 2 /* brstate */
            invokevirtual com.sun.scenario.effect.impl.state.BoxRenderState.getBlurPasses:()I
            istore 9 /* iterations */
        start local 9 // int iterations
        11: .line 64
            iload 9 /* iterations */
            iconst_1
            if_icmplt 12
            iload 7 /* hinc */
            iconst_1
            if_icmpge 14
            iload 8 /* vinc */
            iconst_1
            if_icmpge 14
        12: .line 65
      StackMap locals: int int
      StackMap stack:
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.addref:()Z
            pop
        13: .line 66
            aload 5 /* inputs */
            iconst_0
            aaload
            areturn
        14: .line 70
      StackMap locals:
      StackMap stack:
            iload 7 /* hinc */
            iload 9 /* iterations */
            imul
            iconst_1
            iadd
            bipush -2
            iand
            istore 10 /* growx */
        start local 10 // int growx
        15: .line 71
            iload 8 /* vinc */
            iload 9 /* iterations */
            imul
            iconst_1
            iadd
            bipush -2
            iand
            istore 11 /* growy */
        start local 11 // int growy
        16: .line 75
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedImage:()Lcom/sun/scenario/effect/Filterable;
            checkcast com.sun.scenario.effect.impl.HeapImage
            astore 12 /* src */
        start local 12 // com.sun.scenario.effect.impl.HeapImage src
        17: .line 76
            aload 5 /* inputs */
            iconst_0
            aaload
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedBounds:()Lcom/sun/javafx/geom/Rectangle;
            astore 13 /* srcr */
        start local 13 // com.sun.javafx.geom.Rectangle srcr
        18: .line 78
            aload 12 /* src */
            astore 14 /* cur */
        start local 14 // com.sun.scenario.effect.impl.HeapImage cur
        19: .line 79
            aload 13 /* srcr */
            getfield com.sun.javafx.geom.Rectangle.width:I
            istore 15 /* curw */
        start local 15 // int curw
        20: .line 80
            aload 13 /* srcr */
            getfield com.sun.javafx.geom.Rectangle.height:I
            istore 16 /* curh */
        start local 16 // int curh
        21: .line 81
            aload 14 /* cur */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getScanlineStride:()I
            istore 17 /* curscan */
        start local 17 // int curscan
        22: .line 82
            aload 14 /* cur */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPixelArray:()[I
            astore 18 /* curPixels */
        start local 18 // int[] curPixels
        23: .line 84
            iload 15 /* curw */
            iload 10 /* growx */
            iadd
            istore 19 /* finalw */
        start local 19 // int finalw
        24: .line 85
            iload 16 /* curh */
            iload 11 /* growy */
            iadd
            istore 20 /* finalh */
        start local 20 // int finalh
        25: .line 86
            goto 48
        26: .line 87
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.BoxRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] int int int int int int com.sun.scenario.effect.impl.HeapImage com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int int int[] int int
      StackMap stack:
            iload 15 /* curw */
            iload 7 /* hinc */
            iadd
            istore 21 /* neww */
        start local 21 // int neww
        27: .line 88
            iload 16 /* curh */
            iload 8 /* vinc */
            iadd
            istore 22 /* newh */
        start local 22 // int newh
        28: .line 89
            iload 21 /* neww */
            iload 19 /* finalw */
            if_icmple 29
            iload 19 /* finalw */
            istore 21 /* neww */
        29: .line 90
      StackMap locals: int int
      StackMap stack:
            iload 22 /* newh */
            iload 20 /* finalh */
            if_icmple 30
            iload 20 /* finalh */
            istore 22 /* newh */
        30: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.getRenderer:()Lcom/sun/scenario/effect/impl/Renderer;
            iload 21 /* neww */
            iload 22 /* newh */
            invokevirtual com.sun.scenario.effect.impl.Renderer.getCompatibleImage:(II)Lcom/sun/scenario/effect/impl/PoolFilterable;
            checkcast com.sun.scenario.effect.impl.HeapImage
            astore 23 /* dst */
        start local 23 // com.sun.scenario.effect.impl.HeapImage dst
        31: .line 92
            aload 23 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getScanlineStride:()I
            istore 24 /* newscan */
        start local 24 // int newscan
        32: .line 93
            aload 23 /* dst */
            invokeinterface com.sun.scenario.effect.impl.HeapImage.getPixelArray:()[I
            astore 25 /* newPixels */
        start local 25 // int[] newPixels
        33: .line 94
            iload 6 /* horizontal */
            ifeq 38
        34: .line 95
            aload 25 /* newPixels */
            iload 21 /* neww */
            iload 22 /* newh */
            iload 24 /* newscan */
        35: .line 96
            aload 18 /* curPixels */
            iload 15 /* curw */
            iload 16 /* curh */
            iload 17 /* curscan */
        36: .line 95
            invokestatic com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.filterHorizontal:([IIII[IIII)V
        37: .line 97
            goto 41
        38: .line 98
      StackMap locals: com.sun.scenario.effect.impl.HeapImage int int[]
      StackMap stack:
            aload 25 /* newPixels */
            iload 21 /* neww */
            iload 22 /* newh */
            iload 24 /* newscan */
        39: .line 99
            aload 18 /* curPixels */
            iload 15 /* curw */
            iload 16 /* curh */
            iload 17 /* curscan */
        40: .line 98
            invokestatic com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.filterVertical:([IIII[IIII)V
        41: .line 101
      StackMap locals:
      StackMap stack:
            aload 14 /* cur */
            aload 12 /* src */
            if_acmpeq 43
        42: .line 102
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.getRenderer:()Lcom/sun/scenario/effect/impl/Renderer;
            aload 14 /* cur */
            invokevirtual com.sun.scenario.effect.impl.Renderer.releaseCompatibleImage:(Lcom/sun/scenario/effect/Filterable;)V
        43: .line 104
      StackMap locals:
      StackMap stack:
            aload 23 /* dst */
            astore 14 /* cur */
        44: .line 105
            iload 21 /* neww */
            istore 15 /* curw */
        45: .line 106
            iload 22 /* newh */
            istore 16 /* curh */
        46: .line 107
            aload 25 /* newPixels */
            astore 18 /* curPixels */
        47: .line 108
            iload 24 /* newscan */
            istore 17 /* curscan */
        end local 25 // int[] newPixels
        end local 24 // int newscan
        end local 23 // com.sun.scenario.effect.impl.HeapImage dst
        end local 22 // int newh
        end local 21 // int neww
        48: .line 86
      StackMap locals: com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer com.sun.scenario.effect.Effect com.sun.scenario.effect.impl.state.BoxRenderState com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.Rectangle com.sun.scenario.effect.ImageData[] int int int int int int com.sun.scenario.effect.impl.HeapImage com.sun.javafx.geom.Rectangle com.sun.scenario.effect.impl.HeapImage int int int int[] int int
      StackMap stack:
            iload 15 /* curw */
            iload 19 /* finalw */
            if_icmplt 26
            iload 16 /* curh */
            iload 20 /* finalh */
            if_icmplt 26
        49: .line 112
            new com.sun.javafx.geom.Rectangle
            dup
            aload 13 /* srcr */
            getfield com.sun.javafx.geom.Rectangle.x:I
            iload 10 /* growx */
            iconst_2
            idiv
            isub
            aload 13 /* srcr */
            getfield com.sun.javafx.geom.Rectangle.y:I
            iload 11 /* growy */
            iconst_2
            idiv
            isub
            iload 15 /* curw */
            iload 16 /* curh */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(IIII)V
        50: .line 111
            astore 21 /* dstBounds */
        start local 21 // com.sun.javafx.geom.Rectangle dstBounds
        51: .line 113
            new com.sun.scenario.effect.ImageData
            dup
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.getFilterContext:()Lcom/sun/scenario/effect/FilterContext;
            aload 14 /* cur */
            aload 21 /* dstBounds */
            invokespecial com.sun.scenario.effect.ImageData.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/Filterable;Lcom/sun/javafx/geom/Rectangle;)V
            areturn
        end local 21 // com.sun.javafx.geom.Rectangle dstBounds
        end local 20 // int finalh
        end local 19 // int finalw
        end local 18 // int[] curPixels
        end local 17 // int curscan
        end local 16 // int curh
        end local 15 // int curw
        end local 14 // com.sun.scenario.effect.impl.HeapImage cur
        end local 13 // com.sun.javafx.geom.Rectangle srcr
        end local 12 // com.sun.scenario.effect.impl.HeapImage src
        end local 11 // int growy
        end local 10 // int growx
        end local 9 // int iterations
        end local 8 // int vinc
        end local 7 // int hinc
        end local 6 // boolean horizontal
        end local 5 // com.sun.scenario.effect.ImageData[] inputs
        end local 4 // com.sun.javafx.geom.Rectangle outputClip
        end local 3 // com.sun.javafx.geom.transform.BaseTransform transform
        end local 2 // com.sun.scenario.effect.impl.state.BoxRenderState brstate
        end local 1 // com.sun.scenario.effect.Effect effect
        end local 0 // com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   52     0        this  Lcom/sun/scenario/effect/impl/sw/sse/SSEBoxBlurPeer;
            0   52     1      effect  Lcom/sun/scenario/effect/Effect;
            0   52     2     brstate  Lcom/sun/scenario/effect/impl/state/BoxRenderState;
            0   52     3   transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   52     4  outputClip  Lcom/sun/javafx/geom/Rectangle;
            0   52     5      inputs  [Lcom/sun/scenario/effect/ImageData;
            4   52     6  horizontal  Z
            7   52     7        hinc  I
           10   52     8        vinc  I
           11   52     9  iterations  I
           15   52    10       growx  I
           16   52    11       growy  I
           17   52    12         src  Lcom/sun/scenario/effect/impl/HeapImage;
           18   52    13        srcr  Lcom/sun/javafx/geom/Rectangle;
           19   52    14         cur  Lcom/sun/scenario/effect/impl/HeapImage;
           20   52    15        curw  I
           21   52    16        curh  I
           22   52    17     curscan  I
           23   52    18   curPixels  [I
           24   52    19      finalw  I
           25   52    20      finalh  I
           27   48    21        neww  I
           28   48    22        newh  I
           31   48    23         dst  Lcom/sun/scenario/effect/impl/HeapImage;
           32   48    24     newscan  I
           33   48    25   newPixels  [I
           51   52    21   dstBounds  Lcom/sun/javafx/geom/Rectangle;
    MethodParameters:
            Name  Flags
      effect      
      brstate     
      transform   
      outputClip  
      inputs      

  private static native void filterHorizontal(int[], int, int, int, int[], int, int, int);
    descriptor: ([IIII[IIII)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      dstPixels  
      dstw       
      dsth       
      dstscan    
      srcPixels  
      srcw       
      srch       
      srcscan    

  private static native void filterVertical(int[], int, int, int, int[], int, int, int);
    descriptor: ([IIII[IIII)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      dstPixels  
      dstw       
      dsth       
      dstscan    
      srcPixels  
      srcw       
      srch       
      srcscan    

  public com.sun.scenario.effect.ImageData filter(com.sun.scenario.effect.Effect, com.sun.scenario.effect.impl.state.RenderState, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.Rectangle, com.sun.scenario.effect.ImageData[]);
    descriptor: (Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/RenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.scenario.effect.impl.state.BoxRenderState
            aload 3
            aload 4
            aload 5
            invokevirtual com.sun.scenario.effect.impl.sw.sse.SSEBoxBlurPeer.filter:(Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/impl/state/BoxRenderState;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/scenario/effect/impl/sw/sse/SSEEffectPeer<Lcom/sun/scenario/effect/impl/state/BoxRenderState;>;
SourceFile: "SSEBoxBlurPeer.java"