Searched defs:rightoff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/test/compiler/7047069/
H A DTest7047069.java75 float right[], int rightoff)
88 right[rightoff + 4] = x2;
89 right[rightoff + 5] = y2;
104 right[rightoff + 0] = ctrlx;
105 right[rightoff + 1] = ctrly;
106 right[rightoff + 2] = x2;
107 right[rightoff + 3] = y2;
73 subdivide(float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DHelpers.java212 float[] right, int rightoff, int type)
216 Helpers.subdivideQuad(src, srcoff, left, leftoff, right, rightoff);
219 Helpers.subdivideCubic(src, srcoff, left, leftoff, right, rightoff);
252 * and <code>right</code> and to use offsets, such as <code>rightoff</code>
264 * @param rightoff the offset into the array of the beginning of the
270 float right[], int rightoff)
285 right[rightoff + 6] = x2;
286 right[rightoff + 7] = y2;
309 right[rightoff + 0] = centerx;
310 right[rightoff
211 subdivide(float[] src, int srcoff, float[] left, int leftoff, float[] right, int rightoff, int type) argument
268 subdivideCubic(float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
319 subdivideCubicAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
369 subdivideQuad(float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
407 subdivideQuadAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
445 subdivideAt(float t, float src[], int srcoff, float left[], int leftoff, float right[], int rightoff, int size) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java987 * and <code>right</code> and to use offsets, such as <code>rightoff</code>
999 * @param rightoff the offset into the array of the beginning of the
1005 double right[], int rightoff) {
1019 right[rightoff + 6] = x2;
1020 right[rightoff + 7] = y2;
1043 right[rightoff + 0] = centerx;
1044 right[rightoff + 1] = centery;
1045 right[rightoff + 2] = ctrlx2;
1046 right[rightoff + 3] = ctrly2;
1047 right[rightoff
1003 subdivide(double src[], int srcoff, double left[], int leftoff, double right[], int rightoff) argument
[all...]
H A DQuadCurve2D.java785 * <code>rightoff</code> equals <code>leftoff</code> + 4 in order
796 * @param rightoff the offset into the array of the beginning of the
802 double right[], int rightoff) {
814 right[rightoff + 4] = x2;
815 right[rightoff + 5] = y2;
830 right[rightoff + 0] = ctrlx;
831 right[rightoff + 1] = ctrly;
832 right[rightoff + 2] = x2;
833 right[rightoff + 3] = y2;
800 subdivide(double src[], int srcoff, double left[], int leftoff, double right[], int rightoff) argument

Completed in 38 milliseconds