Searched refs:leftoff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DHelpers.java211 static void subdivide(float[] src, int srcoff, float[] left, int leftoff, argument
216 Helpers.subdivideQuad(src, srcoff, left, leftoff, right, rightoff);
219 Helpers.subdivideCubic(src, srcoff, left, leftoff, right, rightoff);
253 * equals (<code>leftoff</code> + 6), in order
260 * @param leftoff the offset into the array of the beginning of the
269 float left[], int leftoff,
281 left[leftoff + 0] = x1;
282 left[leftoff + 1] = y1;
301 left[leftoff + 2] = x1;
302 left[leftoff
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/hotspot/test/compiler/7047069/
H A DTest7047069.java74 float left[], int leftoff,
84 left[leftoff + 0] = x1;
85 left[leftoff + 1] = y1;
98 left[leftoff + 2] = x1;
99 left[leftoff + 3] = y1;
100 left[leftoff + 4] = ctrlx;
101 left[leftoff + 5] = ctrly;
73 subdivide(float src[], int srcoff, float left[], int leftoff, float right[], int rightoff) argument
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DQuadCurve2D.java785 * <code>rightoff</code> equals <code>leftoff</code> + 4 in order
792 * @param leftoff the offset into the array of the beginning of the
801 double left[], int leftoff,
810 left[leftoff + 0] = x1;
811 left[leftoff + 1] = y1;
824 left[leftoff + 2] = x1;
825 left[leftoff + 3] = y1;
826 left[leftoff + 4] = ctrlx;
827 left[leftoff + 5] = ctrly;
800 subdivide(double src[], int srcoff, double left[], int leftoff, double right[], int rightoff) argument
H A DCubicCurve2D.java988 * equals (<code>leftoff</code> + 6), in order
995 * @param leftoff the offset into the array of the beginning of the
1004 double left[], int leftoff,
1015 left[leftoff + 0] = x1;
1016 left[leftoff + 1] = y1;
1035 left[leftoff + 2] = x1;
1036 left[leftoff + 3] = y1;
1037 left[leftoff + 4] = ctrlx1;
1038 left[leftoff + 5] = ctrly1;
1039 left[leftoff
1003 subdivide(double src[], int srcoff, double left[], int leftoff, double right[], int rightoff) argument
[all...]

Completed in 44 milliseconds