Searched defs:y2 (Results 26 - 50 of 121) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java62 private float y2; field in class:SoftFilter
113 y2 = 0;
187 float y2 = this.y2;
203 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
207 y2 = y1;
220 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
224 y2 = y1;
242 float y = (a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2);
246 y2
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java42 public double getPaintY2() { return paintPoints.y2; }
56 @XmlAttribute double y2; field in class:Shape.PaintPoints
105 @XmlAttribute private double y2; field in class:Rectangle
106 public double getY2() { return y2; }
138 @XmlAttribute private double y2; field in class:Ellipse
139 public double getY2() { return y2; }
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformView.java113 public void drawImageOnPeer(VolatileImage xBackBuffer, int x1, int y1, int x2, int y2) { argument
116 g.drawImage(xBackBuffer, x1, y1, x2, y2, x1, y1, x2, y2, null);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BL_S16.c232 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
255 x2 = x1 + dX; y2 = y1 + dY;
256 x3 = x2 + dX; y3 = y2 + dY;
259 deltay = DOUBLE_4U16(y0, y1, y2, y3);
H A Dmlib_v_ImageAffine_BL_U16.c225 mlib_s32 x0, x1, x2, x3, y0, y1, y2, y3; variable
248 x2 = x1 + dX; y2 = y1 + dY;
249 x3 = x2 + dX; y3 = y2 + dY;
252 deltay = DOUBLE_4U16(y0, y1, y2, y3);
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsConfig.java307 int x1, int y1, int x2, int y2,
315 x1, y1, x2, y2,
316 x1, y1, x2, y2,
305 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java181 int x1, int y1, int x2, int y2,
191 D3DSurfaceData.swapBuffers(d3dsd, x1, y1, x2, y2);
197 x1, y1, x2, y2,
198 x1, y1, x2, y2,
179 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
H A DD3DRenderer.java153 int x1, int y1, int x2, int y2)
156 d3dr.drawLine(sg2d, x1, y1, x2, y2);
152 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderer.cpp36 jint x1, jint y1, jint x2, jint y2)
39 "D3DRenderer_doDrawLineD3D x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
40 x1, y1, x2, y2);
42 return d3dc->pVCacher->DrawLine(x1, y1, x2, y2);
35 D3DRenderer_DrawLine(D3DContext *d3dc, jint x1, jint y1, jint x2, jint y2) argument
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java197 public void plotMemoryUsage(int x1, int y1, int x2, int y2, int npool) { argument
223 big.drawString(usedStr, x1+4, y1+y2-descent);
227 float remainingHeight = (float) (y2 - (ssH*2) - 0.5f);
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c178 GETMIN(dst->y2, src->y2);
183 jint x1, jint y1, jint x2, jint y2)
189 GETMIN(bounds->y2, y2);
213 if (bounds->y2 > h) {
214 bounds->y2 = h;
227 GETMIN(dst->y2, src->y2 + dy);
231 GETMIN(src->y2, ds
182 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DSurfaceData.h44 * All coordinates (x1 <= x < x2, y1 <= y < y2) are considered to
51 jint y2; member in struct:__anon811
66 * (bounds.y1 <= y < bounds.y2).
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c38 RefineBounds(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
55 if (y1 < y2) {
57 max = y2;
59 min = y2;
68 if (bounds->y2 > max) bounds->y2 = max;
112 cymax = pBounds->y2 - 1; \
390 jint x1, jint y1, jint x2, jint y2)
413 RefineBounds(&rasInfo.bounds, x1, y1, x2, y2);
420 rasInfo.bounds.y2 > rasInf
387 Java_sun_java2d_loops_DrawLine_DrawLine(JNIEnv *env, jobject self, jobject sg2d, jobject sData, jint x1, jint y1, jint x2, jint y2) argument
[all...]
H A DDrawPolygons.c54 if (bounds->y2 > ymax) bounds->y2 = ymax;
57 bounds->y2 = bounds->y1;
81 jint y2 = transY + *yPointsPtr++; local
82 empty = (empty && x1 == x2 && y1 == y2);
85 x1, y1, x2, y2,
88 y1 = y2;
200 rasInfo.bounds.y2 > rasInfo.bounds.y1);
208 rasInfo.bounds.y2 > rasInfo.bounds.y1)
H A DScaledBlit.c365 srcInfo.bounds.y2 = sy2;
370 srcInfo.bounds.y2 <= srcInfo.bounds.y1)
405 dstInfo.bounds.y1 = dstInfo.bounds.y2 = idy1;
406 if (y >= srcInfo.bounds.y1 && y < srcInfo.bounds.y2) {
407 dstInfo.bounds.y2++;
414 dstInfo.bounds.y2 = refine(idy1, ddy1, tilesize, scaley,
415 (srcInfo.bounds.y2-sy1) << shift, syinc);
429 dstInfo.bounds.y2 > dstInfo.bounds.y1)
463 span.x2-span.x1, span.y2-span.y1,
474 jint x1, y1, x2, y2; local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLRenderer.java152 int x1, int y1, int x2, int y2)
155 oglr.drawLine(sg2d, x1, y1, x2, y2);
151 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DLoopPipe.java58 int x1, int y1, int x2, int y2)
64 x2 + tX, y2 + tY);
57 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
H A DNullPipe.java50 int x1, int y1, int x2, int y2) {
49 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
H A DPixelToParallelogramConverter.java78 int x1, int y1, int x2, int y2)
80 if (!drawGeneralLine(sg2d, x1, y1, x2, y2)) {
81 super.drawLine(sg2d, x1, y1, x2, y2);
199 double x1, y1, x2, y2;
209 y2 = coords[3];
220 y2 = uy2 + ty;
227 y2 = uy2;
241 int iy2 = (int) Math.floor(y2 - sg2d.transY);
248 y2 = normalize(y2);
77 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
[all...]
H A DShapeSpanIterator.java194 float x2, float y2);
196 float x2, float y2,
193 quadTo(float x1, float y1, float x2, float y2) argument
195 curveTo(float x1, float y1, float x2, float y2, float x3, float y3) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java57 float x2, float y2,
62 ay = 3 * (y2 - y3) + y4 - y1;
64 by = 3 * (y1 - 2 * y2 + y3);
66 cy = 3 * (y2 - y1);
74 float x2, float y2,
80 by = y1 - 2 * y2 + y3;
82 cy = 2 * (y2 - y1);
56 set(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
73 set(float x1, float y1, float x2, float y2, float x3, float y3) argument
H A DHelpers.java205 static float linelen(float x1, float y1, float x2, float y2) { argument
207 final float dy = y2 - y1;
279 float y2 = src[srcoff + 7];
286 right[rightoff + 7] = y2;
291 y2 = (y2 + ctrly2) / 2.0f;
297 ctrly2 = (y2 + centery) / 2.0f;
314 right[rightoff + 5] = y2;
330 float y2 = src[srcoff + 7];
337 right[rightoff + 7] = y2;
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTileManager.java100 public void addLine(int x1, int y1, int x2, int y2) { argument
101 mainTile.addLine(x1, y1, x2, y2);
192 int height = tileDirtyArea.y2 - tileDirtyArea.y;
H A DXRRenderer.java71 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
82 x2 + transx, y2 + transy);
193 public void drawLine(int x1, int y1, int x2, int y2) { argument
194 tileManager.addLine(x1, y1, x2, y2);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java73 * @param y2 y destination
76 Graphics g, int x1, int y1, int x2, int y2) {
77 g.drawLine(x1, y1, x2, y2);
95 * @param y2 y destination
100 Graphics g, int x1, int y1, int x2, int y2,
107 for (int y = y1; y <= y2; y+=2) {
111 } else if (y1 == y2) {
115 g.drawLine(x, y1, x, y2);
120 drawLine(context, paintKey, g, x1, y1, x2, y2);
297 int y2
75 drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2) argument
99 drawLine(SynthContext context, Object paintKey, Graphics g, int x1, int y1, int x2, int y2, Object styleKey) argument
[all...]

Completed in 380 milliseconds

12345