Searched refs:dx2 (Results 51 - 63 of 63) sorted by relevance

123

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DGraphics.java1043 * @param dx2 the <i>x</i> coordinate of the second corner of the
1065 int dx1, int dy1, int dx2, int dy2,
1102 * @param dx2 the <i>x</i> coordinate of the second corner of the
1126 int dx1, int dy1, int dx2, int dy2,
1064 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
1125 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DProxyGraphics2D.java999 * @param dx2 the <i>x</i> coordinate of the second corner of the
1019 int dx1, int dy1, int dx2, int dy2,
1022 return mGraphics.drawImage(img, dx1, dy1, dx2, dy2,
1059 * @param dx2 the <i>x</i> coordinate of the second corner of the
1081 int dx1, int dy1, int dx2, int dy2,
1094 dx1, dy1, dx2, dy2,
1099 dx1, dy1, dx2, dy2,
1018 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
1080 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
H A DPathGraphics.java1587 * @param dx2 the <i>x</i> coordinate of the second corner of the
1607 int dx1, int dy1, int dx2, int dy2,
1612 dx1, dy1, dx2, dy2,
1650 * @param dx2 the <i>x</i> coordinate of the second corner of the
1672 int dx1, int dy1, int dx2, int dy2,
1696 float scalex = (float) (dx2 - dx1) / srcWidth;
1606 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
1671 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DDebugGraphics.java1202 int dx1, int dy1, int dx2, int dy2,
1210 " destination: " + new Rectangle(dx1, dy1, dx2, dy2) +
1218 debugGraphics.drawImage(img, dx1, dy1, dx2, dy2,
1238 dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2,
1244 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2,
1252 int dx1, int dy1, int dx2, int dy2,
1261 " destination: " + new Rectangle(dx1, dy1, dx2, dy2) +
1270 debugGraphics.drawImage(img, dx1, dy1, dx2, dy2,
1290 dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2,
1296 return graphics.drawImage(img, dx1, dy1, dx2, dy
1201 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
1251 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java3091 int dx1, int dy1, int dx2, int dy2,
3114 boolean result = scaleImage(img, dx1, dy1, dx2, dy2,
3130 dx1, dy1, dx2, dy2,
3159 assert dx2 == img.getWidth(observer);
3166 return scaleImage(img, dx1, dy1, dx2, dy2,
3175 private boolean scaleImage(Image img, int dx1, int dy1, int dx2, int dy2, argument
3180 return imagepipe.scaleImage(this, img, dx1, dy1, dx2, dy2, sx1, sy1,
3185 return imagepipe.scaleImage(this, img, dx1, dy1, dx2, dy2, sx1,
3220 int srcWidth, int srcHeight, int dx1, int dy1, int dx2, int dy2,
3244 int dw = dx2
3090 drawHiDPIImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer, AffineTransform xform) argument
3219 getResolutionVariant(MultiResolutionImage img, int srcWidth, int srcHeight, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, AffineTransform xform) argument
3427 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) argument
3439 drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DNullPipe.java141 int dx1, int dy1, int dx2, int dy2,
140 scaleImage(SunGraphics2D sg, Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgColor, ImageObserver observer) argument
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DDrawGlyphList.c143 jint dx1, dy1, dx2, dy2; local
154 dx2 = dx1 + glyphImage.width;
158 if (glyphs.x2 < dx2) glyphs.x2 = dx2;
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTestLayoutVsICU.java667 int dx2, int dy2, int sx1, int sy1, int sx2,
675 int dx2, int dy2, int sx1, int sy1, int sx2,
/openjdk9/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLRenderQueue.c290 jdouble dx2 = NEXT_DOUBLE(b); local
307 dx1, dy1, dx2, dy2);
313 dx1, dy1, dx2, dy2);
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DRenderQueue.cpp426 jdouble dx2 = NEXT_DOUBLE(b); local
443 dx1, dy1, dx2, dy2);
450 dx1, dy1, dx2, dy2);
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DImageRepresentation.java852 int dx1, int dy1, int dx2, int dy2,
878 dx1, dy1, dx2, dy2,
851 drawToBufImage(Graphics g, ToolkitImage img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bg, ImageObserver iw) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DStroker.java144 // Returns true if the vectors (dx1, dy1) and (dx2, dy2) are
146 // the smallest angle between it and dx2,dy2).
149 // q = p2+(dx2,dy2), which is the same as saying p1, p2, q are in a
153 final float dx2, final float dy2)
155 return dx1 * dy2 <= dy1 * dx2;
152 isCW(final float dx1, final float dy1, final float dx2, final float dy2) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DStroker.java210 // Returns true if the vectors (dx1, dy1) and (dx2, dy2) are
212 // the smallest angle between it and dx2,dy2).
215 // q = p2+(dx2,dy2), which is the same as saying p1, p2, q are in a
219 final float dx2, final float dy2)
221 return dx1 * dy2 <= dy1 * dx2;
218 isCW(final float dx1, final float dy1, final float dx2, final float dy2) argument

Completed in 208 milliseconds

123