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

12345

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c104 jint y2 = NEXT_INT(b); local
105 OGLRenderer_DrawLine(oglc, x1, y1, x2, y2);
367 jint y2 = NEXT_INT(b); local
368 OGLContext_SetRectClip(oglc, dstOps, x1, y1, x2, y2);
H A DOGLRenderer.c66 OGLRenderer_DrawLine(OGLContext *oglc, jint x1, jint y1, jint x2, jint y2) argument
74 if (y1 == y2) {
90 GLfloat fy2 = (GLfloat)y2;
92 if (y1 > y2) {
103 GLfloat fy2 = (GLfloat)y2;
113 if (y1 < y2) {
324 jint y2 = *(spans++); local
325 GLRECT_BODY_XYXY(x1, y1, x2, y2);
H A DOGLTextRenderer.c654 jfloat x1, y1, x2, y2; local
678 y2 = y1 + ginfo->height;
683 x1, y1, x2, y2);
694 ((gx2) <= outerBounds.x2) && ((gy2) <= outerBounds.y2))
701 ((bounds.x2 > (gx1)) && (bounds.y2 > (gy1)) && \
731 dy2 = previousGlyphBounds.y2;
739 // cachedDestBounds.y2-dy2 == +yoffset from bottom of texture
743 cachedDestBounds.y2 - dy2,
809 cachedDestBounds.y2 = dy2;
817 previousGlyphBounds.y2
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java107 int x1, int y1, int x2, int y2,
123 int x1, int y1, int x2, int y2,
105 XRCreateLinearGradientPaintNative(float[] fractionsArray, short[] pixelsArray, int x1, int y1, int x2, int y2, int numStops, int repeat, int m00, int m01, int m02, int m10, int m11, int m12) argument
122 XRSetClipNative(long dst, int x1, int y1, int x2, int y2, Region clip, boolean isGC) argument
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp218 ciObject* y2 = deps->at(i+2); local
219 if (x == y && x2 == y2) { // same subjects; check the context
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java496 public void flip(int x1, int y1, int x2, int y2, argument
H A DLWWindowPeer.java333 public void flip(int x1, int y1, int x2, int y2, argument
342 g.drawImage(buffer, x1, y1, x2, y2, x1, y1, x2, y2, null);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java430 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c866 pRasInfo->bounds.y2);
873 pRasInfo->bounds.y2 = xsdo->surfInfo.visible.hiy - wy;
901 if (pRasInfo->bounds.y2 > xsdo->pmHeight) {
902 pRasInfo->bounds.y2 = xsdo->pmHeight;
938 pRasInfo->bounds.y2);
945 pRasInfo->bounds.y2 = xsdo->surfInfo.visible.hiy - wy;
981 h = pRasInfo->bounds.y2 - y;
1046 int h = pRasInfo->bounds.y2 - y;
1097 Position x1=0, y1=0, x2=0, y2=0; local
1144 y2
1171 int x1, y1, x2, y2, px1, py1, px2, py2, child_x, child_y; local
1703 Java_sun_java2d_x11_XSurfaceData_XSetClip(JNIEnv *env, jclass xsd, jlong xgc, jint x1, jint y1, jint x2, jint y2, jobject complexclip) argument
[all...]
H A DXRBackendNative.c450 jshortArray pixelsArray, jint x1, jint y1, jint x2, jint y2,
477 grad.p2.y = y2;
610 jint x1, jint y1, jint x2, jint y2,
618 x1, y1, x2, y2, complexclip,
448 Java_sun_java2d_xr_XRBackendNative_XRCreateLinearGradientPaintNative(JNIEnv *env, jclass xsd, jfloatArray fractionsArray, jshortArray pixelsArray, jint x1, jint y1, jint x2, jint y2, jint numStops, jint repeat, jint m00, jint m01, jint m02, jint m10, jint m11, jint m12) argument
608 Java_sun_java2d_xr_XRBackendNative_XRSetClipNative(JNIEnv *env, jclass xsd, jlong dst, jint x1, jint y1, jint x2, jint y2, jobject complexclip, jboolean isGC) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWComponentPeer.java963 public void flip(int x1, int y1, int x2, int y2, argument
972 gc.flip(this, (Component)target, backBuffer, x1, y1, x2, y2, flipAction);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp984 D3DContext::SetRectClip(int x1, int y1, int x2, int y2) argument
992 " x1=%-4d y1=%-4d x2=%-4d y2=%-4d",
993 x1, y1, x2, y2);
1009 (UINT)x2 >= desc.Width && (UINT)y2 >= desc.Height)
1021 if ((UINT)y2 > desc.Height) y2 = desc.Height;
1023 if (y1 > y2) y2 = y1 = 0;
1024 RECT newRect = { x1, y1, x2, y2 };
1030 " x1=%-4d y1=%-4d x2=%-4d y2
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c451 * (x1, y1), (x2, y2) - fixed point coordinates of the endpoints
473 void ProcessFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, argument
478 jint c = ((x1 ^ x2) | (y1 ^ y2));
491 if (x1 == x2 || y1 == y2) {
495 ry2 = y2 + MDP_HALF_MULT;
499 jint dy = y2 - y1;
501 /* Floor of x1, y1, x2, y2 */
505 jint fy2 = y2 & MDP_W_MASK;
515 /* Boundary at the direction from (x1,y1) to (x2,y2) */
517 jint by1 = (y1 < y2)
603 jint y2 = y0; local
1048 jint y2 = y0; local
1375 jfloat y2 = coord2[1]; local
2094 StoreFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DShapeSpanIterator.c112 jfloat x2, jfloat y2);
116 jfloat x2, jfloat y2,
203 #define ADJUST2(pd, x1, y1, x2, y2) \
204 _ADJUST(pd, x2, y2, \
220 #define ADJUST3(pd, x1, y1, x2, y2, x3, y3) \
226 y2 += newadjy; \
254 #define HANDLEQUADTO(pd, x1, y1, x2, y2, OOMERR) \
256 ADJUST2(pd, x1, y1, x2, y2); \
259 x1, y1, x2, y2)) { \
264 PDBOXPOINT(pd, x2, y2); \
416 jfloat x1, y1, x2, y2, x3, y3; local
801 PCQuadTo(PathConsumerVec *consumer, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
814 PCCubicTo(PathConsumerVec *consumer, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
1077 subdivideQuad(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2) argument
1119 subdivideCubic(pathData *pd, int level, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java1205 public void flip(int x1, int y1, int x2, int y2, argument
1215 x1, y1, x2, y2, flipAction);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java218 // value(2)) + parameters ((x1, y1, x2, y2) OR (x, y, w, h))
905 public void doLine(CRenderer renderer, SunGraphics2D sg2d, float x1, float y1, float x2, float y2) { argument
906 // System.err.println("-- doLine x1="+x1+" y1="+y1+" x2="+x2+" y2="+y2+" paint="+sg2d.paint);
908 renderer.doLine(this, x1, y1, x2, y2);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java456 double y2 = Math.min(r.getY() + r.getHeight(),
459 if (((x2 - x1) < 0) || ((y2 - y1) < 0))
463 outrect.setFrameFromDiagonal(x1, y1, x2, y2);
2167 public void drawLine(int x1, int y1, int x2, int y2) { argument
2169 drawpipe.drawLine(this, x1, y1, x2, y2);
2173 drawpipe.drawLine(this, x1, y1, x2, y2);
2703 int y2 = Math.min(destRect.y + destRect.height, clip.y + clip.height);
2704 if (((x2 - x1) < 0) || ((y2 - y1) < 0)) {
2712 destRect.height = y2 - y1;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1635 // assumes y1 <= y2
1636 protected void drawDashedVerticalLine(Graphics g, int x, int y1, int y2) { argument
1642 for (int y = y1; y <= y2; y+=2) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c2157 jint x1, jint y1, jint x2, jint y2,
2164 if (region || x1 || x2 || y1 || y2) {
2168 int numrects = RegionToYXBandedRectangles(env, x1, y1, x2, y2, region,
2155 Java_sun_awt_X11_XlibWrapper_SetRectangularShape(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x1, jint y1, jint x2, jint y2, jobject region) argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java4073 void flipSubRegion(int x1, int y1, int x2, int y2, argument
4077 peer.flip(x1, y1, x2, y2, flipAction);
4196 void showSubRegion(int x1, int y1, int x2, int y2) { argument
4197 flipSubRegion(x1, y1, x2, y2, caps.getFlipContents());
4369 void showSubRegion(int x1, int y1, int x2, int y2) { argument
4377 y2 -= insets.top;
4389 x1, y1, x2, y2,
4390 x1, y1, x2, y2,
4482 public void show(int x1, int y1, int x2, int y2) { argument
4483 showSubRegion(x1, y1, x2, y2);
4487 showIfNotLost(int x1, int y1, int x2, int y2) argument
4512 show(int x1, int y1, int x2, int y2) argument
4517 showIfNotLost(int x1, int y1, int x2, int y2) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp136 jint x1, x2, y1, y2; member in struct:SetRectangularShapeStruct
6126 jint y2 = data->y2; local
6140 if (region || x1 || x2 || y1 || y2) {
6144 const int numrects = RegionToYXBandedRectangles(env, x1, y1, x2, y2,
6166 pRgnHdr->rcBound.bottom = LONG(y2 - y1);
6905 jint x1, jint y1, jint x2, jint y2, jobject region)
6914 data->y2 = y2;
6904 Java_sun_awt_windows_WComponentPeer_setRectangularShape(JNIEnv* env, jobject self, jint x1, jint y1, jint x2, jint y2, jobject region) argument

Completed in 322 milliseconds

12345