Searched refs:ptDst (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java2857 * in <code>ptDst</code>.
2858 * If <code>ptDst</code> is <code>null</code>, a new {@link Point2D}
2861 * In either case, <code>ptDst</code>, which contains the
2863 * If <code>ptSrc</code> and <code>ptDst</code> are the same
2867 * @param ptDst the specified <code>Point2D</code> that stores the
2869 * @return the <code>ptDst</code> after transforming
2870 * <code>ptSrc</code> and stroring the result in <code>ptDst</code>.
2873 public Point2D transform(Point2D ptSrc, Point2D ptDst) { argument
2874 if (ptDst == null) {
2876 ptDst
2949 transform(Point2D[] ptSrc, int srcOff, Point2D[] ptDst, int dstOff, int numPts) argument
3439 inverseTransform(Point2D ptSrc, Point2D ptDst) argument
3667 deltaTransform(Point2D ptSrc, Point2D ptDst) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c225 POINT ptDst; local
255 ptDst.x = rect.left;
256 ptDst.y = rect.top;
261 UpdateLayeredWindow(splash->hWnd, hdcDst, &ptDst, &size,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp2693 POINT ptDst; local
2697 ptDst.x = rect.left;
2698 ptDst.y = rect.top;
2709 ::UpdateLayeredWindow(hWnd, hdcDst, &ptDst, &size, hdcSrc, &ptSrc,

Completed in 47 milliseconds