Searched refs:Helpers (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java148 firstSegmentsBuffer = Helpers.widenArray(firstSegmentsBuffer,
239 Helpers.subdivideAt((t - lastSplitT) / (1 - lastSplitT),
362 if (!Helpers.within(len1, len2, err*len2)) {
371 if (!(Helpers.within(len2, len3, err*len3) &&
372 Helpers.within(len1, len3, err*len3))) {
441 int n = Helpers.cubicRootsInAB(a, b, c, d, nextRoots, 0, 0, 1);
498 Helpers.subdivide(recCurveStack[recLevel], 0,
516 final float len = Helpers.linelen(x0, y0, x1, y1);
523 final float lineLen = Helpers.linelen(curve[0], curve[1], curve[curveType-2], curve[curveType-1]);
H A DCurve.java105 return Helpers.quadraticRoots(dax, dbx, cx, roots, off);
109 return Helpers.quadraticRoots(day, dby, cy, roots, off);
120 return Helpers.quadraticRoots(a, b, c, pts, off);
136 return Helpers.cubicRootsInAB(a, b, c, d, pts, off, 0f, 1f);
187 // algorithm in Helpers.java
272 Helpers.subdivideAt(splitT,
H A DHelpers.java36 final class Helpers { class
37 private Helpers() { method in class:Helpers
216 Helpers.subdivideQuad(src, srcoff, left, leftoff, right, rightoff);
219 Helpers.subdivideCubic(src, srcoff, left, leftoff, right, rightoff);
H A DPiscesCache.java164 rowAARLE[row] = Helpers.widenArray(rowAARLE[row], end, 2);
H A DStroker.java529 return (Helpers.within(x1, x2, ERR) && // we want to avoid calling Math.abs
530 Helpers.within(y1, y2, ERR)); // this is just as good.
586 if (Helpers.within(dotsq, l1sq * l4sq, 4 * ulp(dotsq))) {
934 ret = Helpers.filterOutNotInAB(ts, 0, ret, 0.0001f, 0.9999f);
935 Helpers.isort(ts, 0, ret);
H A DRenderer.java79 ptrs = Helpers.widenArray(ptrs, count, bucketcount >> 1);
295 edges = Helpers.widenArray(edges, ptr, SIZEOF_EDGE);
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs143 -- Helpers for generating Java ternarnies and conditionals.
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m455 #pragma mark Helpers called on the main thread from Java
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m62 #pragma mark --- Debugging Helpers ---

Completed in 70 milliseconds