Searched refs:x1 (Results 351 - 375 of 407) sorted by relevance

<<11121314151617

/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/share/classes/sun/print/
H A DPathGraphics.java151 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
153 * @param x1 the first point's <i>x</i> coordinate.
158 public void drawLine(int x1, int y1, int x2, int y2) { argument
168 deviceDrawLine(x1, y1, x2, y2, (Color) paint);
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp884 Node* x1 = s1->in(i); local
886 if (x1 != x2) {
887 if (are_adjacent_refs(x1, x2)) {
888 save_in += adjacent_profit(x1, x2);
889 } else if (!in_packset(x1, x2)) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java375 if (values.getKerning() != 0) _typo_flags |= 0x1;
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java148 private final static int CONNECT = 0x1;
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DImageInputStreamImpl.java663 return val & 0x1;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp902 USE = 0x1,
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp274 F_Supported = 0x1 // interface is supported - java.* and com.sun.*
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c302 const mlib_s32 X2 = 0x1;
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglxext.h296 #define GLX_3DFX_WINDOW_MODE_MESA 0x1
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java44 ACONST_NULL(0x1),
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c198 dp[n] = table[0][(sp[0] >> (7 - boff)) & 0x1];
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.h247 jint x1, jint y1, jint pixel,
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DGraphicsTests.java117 "1x1", "20x20", "100x100", "250x250",
121 "Tiny Shapes (1x1)",
202 xformdescs, 0x1);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLFuncs.h107 typedef void (GLAPIENTRY *glRectiType)(GLint x1, GLint y1, GLint x2, GLint y2);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java1244 String x1 = n1.substring(1+n1.lastIndexOf('.'));
1247 r = x0.compareTo(x1);
/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/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/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h177 #define GL_TRUE 0x1
378 #define GL_ONE 0x1
1140 GLAPI void GLAPIENTRY glRectd( GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2 );
1141 GLAPI void GLAPIENTRY glRectf( GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 );
1142 GLAPI void GLAPIENTRY glRecti( GLint x1, GLint y1, GLint x2, GLint y2 );
1143 GLAPI void GLAPIENTRY glRects( GLshort x1, GLshort y1, GLshort x2, GLshort y2 );
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp136 jint x1, x2, y1, y2; member in struct:SetRectangularShapeStruct
6123 jint x1 = data->x1; local
6140 if (region || x1 || x2 || y1 || y2) {
6144 const int numrects = RegionToYXBandedRectangles(env, x1, y1, x2, y2,
6167 pRgnHdr->rcBound.right = LONG(x2 - x1);
6905 jint x1, jint y1, jint x2, jint y2, jobject region)
6911 data->x1 = x1;
6904 Java_sun_awt_windows_WComponentPeer_setRectangularShape(JNIEnv* env, jobject self, jint x1, jint y1, jint x2, jint y2, jobject region) argument
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java883 int x1 = aee.evaluate(getStringAttr(attrs, "x1"));
893 g2d.drawLine(x1, y1, x2, y2);
896 g.drawLine(x1, y1, x2, y2);
/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/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java639 int x0, int y0, int x1, int y1)
644 for (int x = x0; x < x1; x++) {
636 check(AnnotatedRenderOp ar, boolean wasfill, int dataref[], int scanref, int offref, int datatst[], int scantst, int offtst, int x0, int y0, int x1, int y1) argument
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME165 final processing on the buffer, the x1,y1,x2,y2 coordinates specify
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java1622 // assumes x1 <= x2
1623 protected void drawDashedHorizontalLine(Graphics g, int y, int x1, int x2){ argument
1627 x1 += (x1 % 2);
1629 for (int x = x1; x <= x2; x+=2) {

Completed in 742 milliseconds

<<11121314151617