Searched refs:x1 (Results 76 - 100 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawLine.java78 int x1, int y1, int x2, int y2);
108 int x1, int y1, int x2, int y2)
111 target.DrawLine(sg2d, dest, x1, y1, x2, y2);
77 DrawLine(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int x2, int y2) argument
107 DrawLine(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int x2, int y2) argument
H A DDrawRect.java79 int x1, int y1, int w, int h);
109 int x1, int y1, int w, int h)
112 target.DrawRect(sg2d, dest, x1, y1, w, h);
78 DrawRect(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int w, int h) argument
108 DrawRect(SunGraphics2D sg2d, SurfaceData dest, int x1, int y1, int w, int h) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMStateSet.java166 final int mask = (0x1 << (bitToGet % 32));
175 final byte mask = (byte)(0x1 << (bitToGet % 8));
241 final int mask = (0x1 << (bitToSet % 32));
256 final byte mask = (byte)(0x1 << (bitToSet % 8));
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabelFactory.java150 if ((level & 0x1) != 0) layoutFlags |= 1; // rtl
151 if ((linedir & 0x1) != 0) layoutFlags |= 8; // line rtl
176 if ((level & 0x1) != 0) layoutFlags |= 1; // rtl
177 if ((linedir & 0x1) != 0) layoutFlags |= 8; // line rtl
/openjdk7/jdk/src/share/classes/java/awt/
H A DGradientPaint.java69 * @param x1 x coordinate of the first specified
83 public GradientPaint(float x1, argument
93 p1 = new Point2D.Float(x1, y1);
128 * @param x1 x coordinate of the first specified
143 public GradientPaint(float x1, argument
150 this (x1, y1, color1, x2, y2, color2);
H A DRectangle.java924 * {@code Rectangle}, a 1x1 rectangle should be added instead:
938 int x1 = this.x;
942 x2 += x1;
944 if (x1 > newx) x1 = newx;
948 x2 -= x1;
952 reshape(x1, y1, (int) x2, (int) y2);
975 * {@code Rectangle}, a 1x1 rectangle should be added instead:
1068 long x1 = this.width;
1070 x1
[all...]
/openjdk7/jdk/src/share/back/
H A DStringReferenceImpl.c57 void *StringReference_Cmds[] = { (void *)0x1
/openjdk7/hotspot/test/compiler/6956668/
H A DTest6956668.java49 if ((testValue ^= 0x1) != 0) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dimg_util_md.h54 extern int image_Done(IRData *ird, int x1, int y1, int x2, int y2);
56 extern void *image_InitMask(IRData *ird, int x1, int y1, int x2, int y2);
63 #define ImgInitMask(cvdata, x1, y1, x2, y2) \
64 image_InitMask((IRData *)cvdata, x1, y1, x2, y2)
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.h34 #define RESET_ACTION 0x1
60 HRESULT DrawLine(int x1, int y1, int x2, int y2);
65 HRESULT DrawRect(int x1, int y1, int x2, int y2);
66 HRESULT FillRect(int x1, int y1, int x2, int y2);
H A DD3DBlitLoops.cpp67 GETMAX(dst->x1, src->x1);
75 jint x1, jint y1, jint x2, jint y2)
78 GETMAX(bounds->x1, x1);
92 if (bounds->x1 < x) {
93 bounds->x1 = x;
116 GETMAX(dst->x1, src->x1 + dx);
120 GETMAX(src->x1, ds
74 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds, jint x1, jint y1, jint x2, jint y2) argument
[all...]
/openjdk7/langtools/test/com/sun/javadoc/testTagInheritence/pkg/
H A DTestAbstractClass.java71 public <P,Q> String testSuperSuperMethod2(int x1, int x2) { argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DDirtyRegion.java92 public void setDirtyLineRegion(int x1, int y1, int x2, int y2) { argument
93 if (x1 < x2) {
94 this.x = x1;
98 this.x2 = x1;
/openjdk7/langtools/test/tools/javac/literals/
H A DBadUnderscoreLiterals.java29 int x1 = 0x_0; // leading underscore after radix field in class:BadUnderscoreLiterals
/openjdk7/langtools/test/tools/javac/warnings/6747671/
H A DT6747671.java19 A.X x1;//raw warning field in class:T6747671
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9MembarInstruction.java49 if ((mmask & 0x1) != 0)
58 if ((cmask & 0x1) != 0)
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDConstants.java58 public static final int XDND_DATA_TYPES_BIT = 0x1;
59 public static final int XDND_ACCEPT_DROP_FLAG = 0x1;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_DrawLine.c47 ADD_SUFF(AnyInt##FUNC)(pRasInfo, x1, y1, r_pixel, steps, error, \
62 jint x1, \
82 PTR_ADD(pPix, y1 * scan + x1 * ANYTYPE##PixelStride); \
86 if (bumpmajormask & 0x1) bumpmajor = ANYTYPE##PixelStride; else \
91 if (bumpminormask & 0x1) bumpminor = ANYTYPE##PixelStride; else \
/openjdk7/jdk/test/com/sun/jdi/
H A DStringConvertTest.sh52 static JJ1 x1;
85 x1 = new JJ1("first JJ1");
92 System.out.println("x1 = " + x1);
144 cmd print $classname.x1
145 cmd print "$classname.x1.toString()"
176 cmd print '"--" + '$classname.x1
/openjdk7/jdk/test/java/awt/Paint/
H A DPgramUserBoundsTest.java93 static void testLine(Graphics2D g2d, int x1, int y1, int x2, int y2) { argument
94 g2d.drawLine(x1, y1, x2, y2);
95 g2d.draw(new Line2D.Double(x1, y1, x2, y2));
102 public BoundsCheckerPaint(double x1, double y1, argument
106 expectedBounds.setFrameFromDiagonal(x1, y1, x2, y2);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawPath.c38 jint x0, jint y0, jint x1, jint y1)
45 x0, y0, x1, y1, 0);
119 ok = (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
126 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
154 drawHandler.xMin = rasInfo.bounds.x1;
37 processLine(DrawHandler* hnd, jint x0, jint y0, jint x1, jint y1) argument
H A DFillPath.c37 static void drawScanline(DrawHandler* hnd, jint x0, jint x1, jint y0) { argument
39 DHND(hnd)->pRasInfo, x0, y0, DHND(hnd)->pixel, x1 - x0 + 1, 0,
109 ok = (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
116 if (rasInfo.bounds.x2 > rasInfo.bounds.x1 &&
143 drawHandler.xMin = rasInfo.bounds.x1;
H A DLineUtils.h43 #define BUMP_POS_PIXEL 0x1
48 extern jboolean LineUtils_SetupBresenham(jint x1, jint y1, jint x2, jint y2,
64 if (tx1 < (pRasInfo)->bounds.x1) tx1 = (pRasInfo)->bounds.x1; \
73 if (X1 >= (pRasInfo)->bounds.x1 && X1 < (pRasInfo)->bounds.x2) { \
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c75 srcBounds.x1 = srcx;
81 span.x1 = dstx;
89 srcx = srcBounds.x1;
91 dstx = span.x1;
106 srcx + span.x1, srcy + span.y1,
107 span.x2 - span.x1, span.y2 - span.y1,
108 span.x1, span.y1);
171 srcBounds.x1 = srcx;
177 dstBounds.x1 = dstx;
185 srcx = srcBounds.x1;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTextUI.java136 int x1 = r.x + IBeamOverhang;
141 g.drawLine(x0, y0, x1, y0);
142 g.drawLine(x0, y1, x1, y1);

Completed in 68 milliseconds

1234567891011>>