Searched refs:fy (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsintrp.c336 cmsFloat32Number fx, fy, local
346 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
364 dxy = LERP(fy, dx0, dx1);
386 cmsS15Fixed16Number fx, fy; local
401 fy = _cmsToFixedDomain((int) Input[1] * p -> Domain[1]);
402 y0 = FIXED_TO_INT(fy);
403 ry = FIXED_REST_TO_INT(fy);
448 cmsFloat32Number fx, fy, fz, local
473 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0;
503 dxy0 = LERP(fy, dx0
528 cmsS15Fixed16Number fx, fy, fz; local
714 cmsS15Fixed16Number fx, fy, fz; local
851 cmsS15Fixed16Number fx, fy, fz; local
[all...]
H A Dcmspcs.c165 cmsFloat64Number fx, fy, fz; local
171 fy = f(xyz->Y / WhitePoint->Y);
174 Lab->L = 116.0*fy - 16.0;
175 Lab->a = 500.0*(fx - fy);
176 Lab->b = 200.0*(fy - fz);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPasswordView.java176 * @param fy the Y 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);
H A DFieldView.java273 * @param fy the Y 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.java373 * @param fy the Y coordinate >= 0
379 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
386 int y = (int) fy;
H A DWrappedPlainView.java657 * @param fy the Y coordinate
663 public int viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) { argument
669 int y = (int) fy;
/openjdk7/jdk/src/share/classes/java/awt/
H A DRadialGradientPaint.java337 * @param fy the Y 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.java348 final int fy = y;
358 image, new Point(fx,fy), flocalized);
H A DRadialGradientPaintContext.java101 * @param fy the Y coordinate in user space to which the first color
117 float fx, float fy,
130 focusY = fy;
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/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java380 * @param fy the Y 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/solaris/classes/sun/java2d/xr/
H A DXRPaints.java202 double fy = focus.getY();
212 at.rotate(fx - cx, fy - cy);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderer.c78 GLfloat fy = ((GLfloat)y1) + 0.2f; local
84 j2d_glVertex2f(fx1+0.2f, fy);
85 j2d_glVertex2f(fx2+1.2f, fy);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java489 double fy = focus.getY();
500 at.rotate(fx - cx, fy - cy);

Completed in 85 milliseconds