Searched refs:fx (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.hpp127 array_name(const int length, const etype fx) { initialize(length, fx); } \
129 void initialize(const int length, const etype fx) { \
131 for (int i = 0; i < length; i++) ((etype*)_data)[i] = fx; \
167 void grow(const int i, const etype fx) { \
170 for (int j = length(); j <= i; j++) ((etype*)_data)[j] = fx; \
178 stack_name(const int size, const etype fx) { initialize(size, fx); } \
179 void initialize(const int size, const etype fx) { \
181 array_name::initialize(size, fx); \
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPasswordView.java175 * @param fx the X coordinate >= 0.0f
182 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
189 return super.viewToModel(fx, fy, a, bias);
197 ((int)fx - alloc.x) / charWidth : Integer.MAX_VALUE);
H A DFieldView.java272 * @param fx the X coordinate >= 0.0f
279 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
280 return super.viewToModel(fx, fy, adjustAllocation(a), bias);
H A DPlainView.java372 * @param fx the X coordinate >= 0
379 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
385 int x = (int) fx;
H A DWrappedPlainView.java656 * @param fx the X coordinate
663 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
668 int x = (int) fx;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java112 Fixup fx = (Fixup) i.next();
113 //System.out.println("clean "+fx);
114 storeIndex(fx.location(), fx.format(), 0);
457 Fixup fx = (Fixup) i.next();
458 int index = ix.indexOf(fx.entry);
459 //System.out.println("finish "+fx+" = "+index);
462 storeIndex(fx.location(), fx.format(), index);
522 Fixup fx
[all...]
H A DPackageWriter.java480 float fx = ((Float)e.numberValue()).floatValue();
481 int x = Float.floatToIntBits(fx);
H A DPackageReader.java447 float fx = Float.intBitsToFloat(x);
448 cpMap[i] = ConstantPool.getLiteralEntry(fx);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsintrp.c336 cmsFloat32Number fx, fy, local
345 x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0;
361 dx0 = LERP(fx, d00, d10);
362 dx1 = LERP(fx, d01, d11);
386 cmsS15Fixed16Number fx, fy; local
396 fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]);
397 x0 = FIXED_TO_INT(fx);
398 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain
448 cmsFloat32Number fx, fy, fz, local
472 x0 = (int) _cmsQuickFloor(px); fx
528 cmsS15Fixed16Number fx, fy, fz; local
714 cmsS15Fixed16Number fx, fy, fz; local
851 cmsS15Fixed16Number fx, fy, fz; local
[all...]
H A Dcmslut.c1713 cmsFloat32Number fx[4], x[4], xd[4], fxd[4]; local
1749 // Get beginning fx
1750 cmsPipelineEvalFloat(x, fx, lut);
1753 error = EuclideanDistance(fx, Target, 3);
1780 Jacobian.v[0].n[j] = ((fxd[0] - fx[0]) / JACOBIAN_EPSILON);
1781 Jacobian.v[1].n[j] = ((fxd[1] - fx[1]) / JACOBIAN_EPSILON);
1782 Jacobian.v[2].n[j] = ((fxd[2] - fx[2]) / JACOBIAN_EPSILON);
1786 tmp2.n[0] = fx[0] - Target[0];
1787 tmp2.n[1] = fx[1] - Target[1];
1788 tmp2.n[2] = fx[
[all...]
H A Dcmspcs.c165 cmsFloat64Number fx, fy, fz; local
170 fx = f(xyz->X / WhitePoint->X);
175 Lab->a = 500.0*(fx - fy);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRadialGradientPaint.java335 * @param fx the X coordinate of the point in user space to which the
359 float fx, float fy,
365 new Point2D.Float(fx, fy),
358 RadialGradientPaint(float cx, float cy, float radius, float fx, float fy, float[] fractions, Color[] colors, CycleMethod cycleMethod) argument
H A DCursor.java347 final int fx = x;
358 image, new Point(fx,fy), flocalized);
H A DRadialGradientPaintContext.java99 * @param fx the X coordinate in user space to which the first color
117 float fx, float fy,
129 focusX = fx;
109 RadialGradientPaintContext(RadialGradientPaint paint, ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform t, RenderingHints hints, float cx, float cy, float r, float fx, float fy, float[] fractions, Color[] colors, CycleMethod cycleMethod, ColorSpaceType colorSpace) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPaints.java201 double fx = focus.getX();
212 at.rotate(fx - cx, fy - cy);
225 fx = Math.min(focus.getX(), 0.99);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java488 double fx = focus.getX();
500 at.rotate(fx - cx, fy - cy);
513 fx = Math.min(focus.getX(), 0.99);
529 buf.putFloat((float)fx);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java379 * @param fx the X coordinate >= 0.0f
386 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
387 return super.viewToModel(fx, fy, adjustAllocation(a), bias);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderer.c88 GLfloat fx = ((GLfloat)x1) + 0.2f; local
96 j2d_glVertex2f(fx, fy1+0.2f);
97 j2d_glVertex2f(fx, fy2+1.2f);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DCubicCurve2D.java1269 double fx = solveEqn(eqn, 3, x);
1271 if (iszero(fx, 10000000*ulp(x))) {
1273 res[1] = abs(badRootVal) < abs(fx) ? badRoot : x;
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java216 * void XMLKit.replaceAll(Filter, List target) //if(fx){remove x;addContent fx}
265 * XMLKit.stack(Filter&amp;Filter | Filter[]) // result is (fx && g(fx))
3232 /** Look down the tree using f, collecting fx, else recursing into x.
3246 /** Look down the tree using f, recursing into x unless fx. */
3270 /** Look down the tree using f. Replace each x with fx, else recurse.
3481 Object fx = f.filter(x);
3482 if (fx == null) {
3485 } else if (fx instanceo
[all...]

Completed in 147 milliseconds