Home
last modified time | relevance | path

Searched refs:dstIn (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/
H A DBitwiseXORComposite.java163 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
166 Rectangle dstInRect = dstIn.getBounds(); in compose()
185 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
231 public void compose(Raster src, Raster dstIn, in compose() argument
240 bX = dstIn.getMinX(); in compose()
241 bY = dstIn.getMinY(); in compose()
244 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
246 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
263 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/awt/
H A DBitwiseXORComposite.java163 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
166 Rectangle dstInRect = dstIn.getBounds(); in compose()
185 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
231 public void compose(Raster src, Raster dstIn, in compose() argument
240 bX = dstIn.getMinX(); in compose()
241 bY = dstIn.getMinY(); in compose()
244 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
246 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
263 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/awt/
H A DBitwiseXORComposite.java162 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) in compose() argument
165 Rectangle dstInRect = dstIn.getBounds(); in compose()
184 dstPix = dstIn.getDataElements(x + dstInRect.x, y + dstInRect.y, in compose()
230 public void compose(Raster src, Raster dstIn, in compose() argument
239 bX = dstIn.getMinX(); in compose()
240 bY = dstIn.getMinY(); in compose()
243 width = Math.min(Math.min(src.getWidth(), dstIn.getWidth()), in compose()
245 height = Math.min(Math.min(src.getHeight(), dstIn.getHeight()), in compose()
262 dstIn.getDataElements(bX, y + bY, width, 1, dstLine); in compose()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/
H A DSunCompositeContext.java91 public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { in compose() argument
96 if (dstIn != dstOut) { in compose()
97 dstOut.setDataElements(0, 0, dstIn); in compose()
112 w = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
113 h = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/
H A DSunCompositeContext.java91 public void compose(Raster srcArg, Raster dstIn, WritableRaster dstOut) { in compose() argument
96 if (dstIn != dstOut) { in compose()
97 dstOut.setDataElements(0, 0, dstIn); in compose()
112 w = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
113 h = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/
H A DSVGComposite.java245 precompose(src, dstIn, dstOut); in compose()
254 if (dstIn != dstOut) in compose()
338 public void precompose(Raster src, Raster dstIn, in precompose() argument
384 public void precompose(Raster src, Raster dstIn, in precompose() argument
532 precompose(src, dstIn, dstOut); in compose()
537 if (dstIn != dstOut) in compose()
586 public void precompose(Raster src, Raster dstIn, in precompose() argument
659 public void precompose(Raster src, Raster dstIn, in precompose() argument
732 public void precompose(Raster src, Raster dstIn, in precompose() argument
816 public void precompose(Raster src, Raster dstIn, in precompose() argument
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/
H A DBlend.java170 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() argument
171 int width = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
172 int height = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
181 dstIn.getDataElements(0, y, width, 1, dstData); in compose()
456 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() argument
457 int width = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
458 int height = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
465 dstIn.getDataElements(0, y, width, 1, dstData); in compose()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/pipe/
H A DGeneralCompositePipe.java96 Raster dstIn; in renderPathTile() local
104 dstIn = dstOut; in renderPathTile()
106 dstIn = dstRaster.createChild(x, y, w, h, 0, 0, null); in renderPathTile()
107 dstOut = dstIn.createCompatibleWritableRaster(); in renderPathTile()
110 compCtxt.compose(srcRaster, dstIn, dstOut); in renderPathTile()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DCompositeContext.java70 void compose(Raster src, Raster dstIn, WritableRaster dstOut); in compose() argument
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DCompositeContext.java70 void compose(Raster src, Raster dstIn, WritableRaster dstOut); in compose() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DCompositeContext.java64 Raster dstIn, in compose() argument

1234