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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial com.sun.scenario.effect.impl.EffectPeer.<init>:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/scenario/effect/impl/Renderer;Ljava/lang/String;)V
1: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokevirtual com.sun.scenario.effect.impl.prism.PrCropPeer.getFilterContext:()Lcom/sun/scenario/effect/FilterContext;
astore 6
start local 6 1: aload 5
iconst_0
aaload
astore 7
start local 7 2: aload 7
aconst_null
invokevirtual com.sun.scenario.effect.ImageData.getTransformedBounds:(Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/javafx/geom/Rectangle;
astore 8
start local 8 3: aload 4
aload 8
invokevirtual com.sun.javafx.geom.Rectangle.contains:(Lcom/sun/javafx/geom/Rectangle;)Z
ifeq 6
4: aload 7
invokevirtual com.sun.scenario.effect.ImageData.addref:()Z
pop
5: aload 7
areturn
6: 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
invokespecial com.sun.javafx.geom.Rectangle.<init>:(Lcom/sun/javafx/geom/Rectangle;)V
astore 9
start local 9 7: aload 9
aload 4
invokevirtual com.sun.javafx.geom.Rectangle.intersectWith:(Lcom/sun/javafx/geom/Rectangle;)V
8: aload 9
getfield com.sun.javafx.geom.Rectangle.width:I
istore 10
start local 10 9: aload 9
getfield com.sun.javafx.geom.Rectangle.height:I
istore 11
start local 11 10: aload 0
invokevirtual com.sun.scenario.effect.impl.prism.PrCropPeer.getRenderer:()Lcom/sun/scenario/effect/impl/Renderer;
iload 10
iload 11
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
start local 12 11: aload 7
aload 6
invokevirtual com.sun.scenario.effect.ImageData.validate:(Lcom/sun/scenario/effect/FilterContext;)Z
ifeq 12
aload 12
ifnonnull 14
12: 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
13: goto 16
14: StackMap locals:
StackMap stack:
aload 12
invokevirtual com.sun.scenario.effect.impl.prism.PrDrawable.createGraphics:()Lcom/sun/prism/Graphics;
astore 13
start local 13 15: aload 13
aload 7
aload 9
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 16: StackMap locals:
StackMap stack:
new com.sun.scenario.effect.ImageData
dup
aload 6
aload 12
aload 9
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 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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"