Lines Matching refs:offset

722      * to the double coordinates at the specified offset in the specified
725 * @param offset the index of <code>coords</code> from which to begin
730 public void setCurve(double[] coords, int offset) {
731 setCurve(coords[offset + 0], coords[offset + 1],
732 coords[offset + 2], coords[offset + 3],
733 coords[offset + 4], coords[offset + 5],
734 coords[offset + 6], coords[offset + 7]);
758 * offset in the specified array.
760 * @param offset the index of <code>pts</code> from which to begin setting
765 public void setCurve(Point2D[] pts, int offset) {
766 setCurve(pts[offset + 0].getX(), pts[offset + 0].getY(),
767 pts[offset + 1].getX(), pts[offset + 1].getY(),
768 pts[offset + 2].getX(), pts[offset + 2].getY(),
769 pts[offset + 3].getX(), pts[offset + 3].getY());
856 * @param offset the index of <code>coords</code> from which to begin
860 * the specified offset.
863 public static double getFlatnessSq(double coords[], int offset) {
864 return getFlatnessSq(coords[offset + 0], coords[offset + 1],
865 coords[offset + 2], coords[offset + 3],
866 coords[offset + 4], coords[offset + 5],
867 coords[offset + 6], coords[offset + 7]);
876 * @param offset the index of <code>coords</code> from which to begin
880 * the specified offset.
883 public static double getFlatness(double coords[], int offset) {
884 return getFlatness(coords[offset + 0], coords[offset + 1],
885 coords[offset + 2], coords[offset + 3],
886 coords[offset + 4], coords[offset + 5],
887 coords[offset + 6], coords[offset + 7]);
991 * @param srcoff the offset into the array of the beginning of the
995 * @param leftoff the offset into the array of the beginning of the
999 * @param rightoff the offset into the array of the beginning of the