Home
last modified time | relevance | path

Searched refs:toBounds (Results 1 – 25 of 50) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java136 Rectangle toBounds = shape.getBounds(); in draw() local
137 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
138 toBounds.height, null); in draw()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java136 Rectangle toBounds = shape.getBounds(); in draw() local
137 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
138 toBounds.height, null); in draw()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java136 Rectangle toBounds = shape.getBounds(); in draw() local
137 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
138 toBounds.height, null); in draw()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java126 Rectangle toBounds = shape.getBounds(); in draw() local
127 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
128 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java139 Rectangle toBounds = shape.getBounds(); in draw() local
140 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
141 toBounds.height, null); in draw()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java136 Rectangle toBounds = shape.getBounds(); in draw() local
137 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
138 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java136 Rectangle toBounds = shape.getBounds(); in draw() local
137 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
138 toBounds.height, null); in draw()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java124 Rectangle toBounds = shape.getBounds(); in draw() local
125 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
126 toBounds.height, null); in draw()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java116 Rectangle toBounds = to.getBounds(); in draw() local
117 int x1 = toBounds.x; in draw()
119 int y1 = toBounds.y; in draw()
120 int x2 = x1 + toBounds.width; in draw()
121 int y2 = y1 + toBounds.height; in draw()
122 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
123 toBounds.height / scale, null); in draw()
H A DIncorrectClipXorModeSW2Surface.java126 Rectangle toBounds = shape.getBounds(); in draw() local
127 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
128 toBounds.height, null); in draw()
H A DIncorrectClipXorModeSurface2Surface.java139 Rectangle toBounds = shape.getBounds(); in draw() local
140 g2d.drawImage(from, toBounds.x, toBounds.y, toBounds.width, in draw()
141 toBounds.height, null); in draw()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java115 Rectangle toBounds = to.getBounds(); in draw() local
116 int x1 = toBounds.x; in draw()
118 int y1 = toBounds.y; in draw()
119 int x2 = x1 + toBounds.width; in draw()
120 int y2 = y1 + toBounds.height; in draw()
121 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
122 toBounds.height / scale, null); in draw()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/image/DrawImage/
H A DIncorrectClipSurface2SW.java115 Rectangle toBounds = to.getBounds(); in draw() local
116 int x1 = toBounds.x; in draw()
118 int y1 = toBounds.y; in draw()
119 int x2 = x1 + toBounds.width; in draw()
120 int y2 = y1 + toBounds.height; in draw()
121 big.drawImage(vi, x1, y1, x2, y2, 0, 0, toBounds.width / scale, in draw()
122 toBounds.height / scale, null); in draw()

12