Lines Matching refs:offset

554      * the specified offset in the specified array.
556 * @param offset the index into the array from which to start
561 public void setCurve(double[] coords, int offset) {
562 setCurve(coords[offset + 0], coords[offset + 1],
563 coords[offset + 2], coords[offset + 3],
564 coords[offset + 4], coords[offset + 5]);
585 * <code>Point2D</code> objects at the specified offset in
589 * @param offset the index into <code>pts</code> from which to start
594 public void setCurve(Point2D[] pts, int offset) {
595 setCurve(pts[offset + 0].getX(), pts[offset + 0].getY(),
596 pts[offset + 1].getX(), pts[offset + 1].getY(),
597 pts[offset + 2].getX(), pts[offset + 2].getY());
661 * @param offset the index into <code>coords</code> from which to
667 public static double getFlatnessSq(double coords[], int offset) {
668 return Line2D.ptSegDistSq(coords[offset + 0], coords[offset + 1],
669 coords[offset + 4], coords[offset + 5],
670 coords[offset + 2], coords[offset + 3]);
679 * @param offset the index into <code>coords</code> from which to
682 * specified array at the specified offset.
685 public static double getFlatness(double coords[], int offset) {
686 return Line2D.ptSegDist(coords[offset + 0], coords[offset + 1],
687 coords[offset + 4], coords[offset + 5],
688 coords[offset + 2], coords[offset + 3]);
780 * and offset as the <code>src</code> array.
788 * @param srcoff the offset into the array of the beginning of the
792 * @param leftoff the offset into the array of the beginning of the
796 * @param rightoff the offset into the array of the beginning of the