public class com.sun.scenario.effect.impl.prism.PrCropPeer extends com.sun.scenario.effect.impl.EffectPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.scenario.effect.impl.prism.PrCropPeer
  super_class: com.sun.scenario.effect.impl.EffectPeer
{
  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.prism.PrCropPeer 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 41
            aload 0 /* this */
            aload 1 /* fctx */
            aload 2 /* r */
            aload 3 /* uniqueName */
            invokespecial com.sun.scenario.effect.impl.EffectPeer.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
         1: .line 42
            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.prism.PrCropPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/scenario/effect/impl/prism/PrCropPeer;
            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.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: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=14, args_size=6
        start local 0 // com.sun.scenario.effect.impl.prism.PrCropPeer this
        start local 1 // com.sun.scenario.effect.Effect effect
        start local 2 // com.sun.scenario.effect.impl.state.RenderState rstate
        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 51
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.prism.PrCropPeer.getFilterContext:()Lcom/sun/scenario/effect/FilterContext;
            astore 6 /* fctx */
        start local 6 // com.sun.scenario.effect.FilterContext fctx
         1: .line 52
            aload 5 /* inputs */
            iconst_0
            aaload
            astore 7 /* srcData */
        start local 7 // com.sun.scenario.effect.ImageData srcData
         2: .line 53
            aload 7 /* srcData */
            aconst_null
            invokevirtual com.sun.scenario.effect.ImageData.getTransformedBounds:(Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
            astore 8 /* srcBounds */
        start local 8 // com.sun.javafx.geom.Rectangle srcBounds
         3: .line 54
            aload 4 /* outputClip */
            aload 8 /* srcBounds */
            invokevirtual com.sun.javafx.geom.Rectangle.contains:(Lcom/sun/javafx/geom/Rectangle;)Z
            ifeq 6
         4: .line 55
            aload 7 /* srcData */
            invokevirtual com.sun.scenario.effect.ImageData.addref:()Z
            pop
         5: .line 56
            aload 7 /* srcData */
            areturn
         6: .line 59
      StackMap locals: com.sun.scenario.effect.FilterContext com.sun.scenario.effect.ImageData com.sun.javafx.geom.Rectangle
      StackMap stack:
            new com.sun.javafx.geom.Rectangle
            dup
            aload 8 /* srcBounds */
            invokespecial com.sun.javafx.geom.Rectangle.<init>:(Lcom/sun/javafx/geom/Rectangle;)V
            astore 9 /* dstBounds */
        start local 9 // com.sun.javafx.geom.Rectangle dstBounds
         7: .line 60
            aload 9 /* dstBounds */
            aload 4 /* outputClip */
            invokevirtual com.sun.javafx.geom.Rectangle.intersectWith:(Lcom/sun/javafx/geom/Rectangle;)V
         8: .line 61
            aload 9 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.width:I
            istore 10 /* w */
        start local 10 // int w
         9: .line 62
            aload 9 /* dstBounds */
            getfield com.sun.javafx.geom.Rectangle.height:I
            istore 11 /* h */
        start local 11 // int h
        10: .line 63
            aload 0 /* this */
            invokevirtual com.sun.scenario.effect.impl.prism.PrCropPeer.getRenderer:()Lcom/sun/scenario/effect/impl/Renderer;
            iload 10 /* w */
            iload 11 /* h */
            invokevirtual com.sun.scenario.effect.impl.Renderer.getCompatibleImage:(II)Lcom/sun/scenario/effect/impl/PoolFilterable;
            checkcast com.sun.scenario.effect.impl.prism.PrDrawable
            astore 12 /* dst */
        start local 12 // com.sun.scenario.effect.impl.prism.PrDrawable dst
        11: .line 65
            aload 7 /* srcData */
            aload 6 /* fctx */
            invokevirtual com.sun.scenario.effect.ImageData.validate:(Lcom/sun/scenario/effect/FilterContext;)Z
            ifeq 12
            aload 12 /* dst */
            ifnonnull 14
        12: .line 66
      StackMap locals: com.sun.scenario.effect.impl.prism.PrCropPeer 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[] com.sun.scenario.effect.FilterContext com.sun.scenario.effect.ImageData com.sun.javafx.geom.Rectangle com.sun.javafx.geom.Rectangle int int com.sun.scenario.effect.impl.prism.PrDrawable
      StackMap stack:
            aconst_null
            astore 12 /* dst */
        13: .line 67
            goto 16
        14: .line 68
      StackMap locals:
      StackMap stack:
            aload 12 /* dst */
            invokevirtual com.sun.scenario.effect.impl.prism.PrDrawable.createGraphics:()Lcom/sun/prism/Graphics;
            astore 13 /* gdst */
        start local 13 // com.sun.prism.Graphics gdst
        15: .line 69
            aload 13 /* gdst */
            aload 7 /* srcData */
            aload 9 /* dstBounds */
            invokestatic com.sun.scenario.effect.impl.prism.PrEffectHelper.renderImageData:(Lcom/sun/prism/Graphics;Lcom/sun/scenario/effect/ImageData;Lcom/sun/javafx/geom/Rectangle;)V
        end local 13 // com.sun.prism.Graphics gdst
        16: .line 72
      StackMap locals:
      StackMap stack:
            new com.sun.scenario.effect.ImageData
            dup
            aload 6 /* fctx */
            aload 12 /* dst */
            aload 9 /* 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 12 // com.sun.scenario.effect.impl.prism.PrDrawable dst
        end local 11 // int h
        end local 10 // int w
        end local 9 // com.sun.javafx.geom.Rectangle dstBounds
        end local 8 // com.sun.javafx.geom.Rectangle srcBounds
        end local 7 // com.sun.scenario.effect.ImageData srcData
        end local 6 // com.sun.scenario.effect.FilterContext fctx
        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.RenderState rstate
        end local 1 // com.sun.scenario.effect.Effect effect
        end local 0 // com.sun.scenario.effect.impl.prism.PrCropPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lcom/sun/scenario/effect/impl/prism/PrCropPeer;
            0   17     1      effect  Lcom/sun/scenario/effect/Effect;
            0   17     2      rstate  Lcom/sun/scenario/effect/impl/state/RenderState;
            0   17     3   transform  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   17     4  outputClip  Lcom/sun/javafx/geom/Rectangle;
            0   17     5      inputs  [Lcom/sun/scenario/effect/ImageData;
            1   17     6        fctx  Lcom/sun/scenario/effect/FilterContext;
            2   17     7     srcData  Lcom/sun/scenario/effect/ImageData;
            3   17     8   srcBounds  Lcom/sun/javafx/geom/Rectangle;
            7   17     9   dstBounds  Lcom/sun/javafx/geom/Rectangle;
            9   17    10           w  I
           10   17    11           h  I
           11   17    12         dst  Lcom/sun/scenario/effect/impl/prism/PrDrawable;
           15   16    13        gdst  Lcom/sun/prism/Graphics;
    MethodParameters:
            Name  Flags
      effect      
      rstate      
      transform   
      outputClip  
      inputs      
}
SourceFile: "PrCropPeer.java"