Searched defs:dstOff (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/image/ |
H A D | PixelGrabber.java | 85 int dstOff; field in class:PixelGrabber 154 dstOff = off; 379 dstOff = 0; 445 dstOff = 0; 504 int dstPtr = dstOff + (srcY - dstY) * dstScan + (srcX - dstX); 509 dstOff = 0; 595 dstOff = 0; 601 int dstPtr = dstOff + (srcY - dstY) * dstScan + (srcX - dstX);
|
/openjdk7/jdk/src/share/classes/java/awt/geom/ |
H A D | AffineTransform.java | 2944 * @param dstOff the offset to the location of the first 2950 Point2D[] ptDst, int dstOff, 2958 Point2D dst = ptDst[dstOff++]; 2965 ptDst[dstOff - 1] = dst; 3018 * @param dstOff the offset to the location of the first 3024 float[] dstPts, int dstOff, 3028 dstOff > srcOff && dstOff < srcOff + numPts * 2) 3038 System.arraycopy(srcPts, srcOff, dstPts, dstOff, numPts * 2); 3040 srcOff = dstOff; 2949 transform(Point2D[] ptSrc, int srcOff, Point2D[] ptDst, int dstOff, int numPts) argument 3023 transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) argument 3137 transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) argument 3247 transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) argument 3342 transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) argument 3524 inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) argument 3734 deltaTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) argument [all...] |
Completed in 37 milliseconds