Searched refs:x1 (Results 251 - 275 of 407) sorted by relevance

<<11121314151617

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCViewPlatformEmbeddedFrame.java222 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp35 static RFrame*const noCaller = (RFrame*) 0x1; // no caller (i.e., initial frame)
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteIndexed.c131 DstWriteXDither = pDstInfo->bounds.x1 & 7; \
182 DstWriteXDither = pDstInfo->bounds.x1 & 7; \
240 DstWriteXDither = pDstInfo->bounds.x1 & 7; \
492 DstWriteXDither = pDstInfo->bounds.x1 & 7;
H A Dvis_Interp.c175 #define MUL_BC_COEFF(x0, x1, coeff) \
176 vis_fpadd16(vis_fmul8x16au(x0, coeff), vis_fmul8x16al(x1, coeff))
/openjdk7/jdk/src/windows/native/sun/net/dns/
H A DResolverConfigurationImpl.c40 #define STS_SL_FOUND 0x1 /* search list found */
/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h44 * All coordinates (x1 <= x < x2, y1 <= y < y2) are considered to
48 jint x1; member in struct:__anon811
65 * for each x, y pair such that (bounds.x1 <= x < bounds.x2) and
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DByteBinary1Bit.h43 #define ByteBinary1BitPixelMask 0x1
H A DDrawParallelogram.c148 rasInfo.bounds.x2 <= rasInfo.bounds.x1)
157 ix1 = rasInfo.bounds.x1;
/openjdk7/jdk/test/java/util/Arrays/
H A DBig.java46 if ((tasks & 0x1) != 0) {
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java151 public void drawLine(int x1, int y1, int x2, int y2) { argument
/openjdk7/jdk/test/sun/awt/image/ImageRepresentation/
H A DLUTCompareTest.java201 if ((info & 0x1) == 1) {
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
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 DRegion.java405 int x1 = clipScale(bands[i++], sx);
407 if (x1 < x2) {
408 newbands[j++] = x1;
509 int x1 = clipAdd(bands[i++], dx);
511 if (x1 < x2) {
512 newbands[j++] = x1;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c226 jint x1, jint y1, jint x2, jint y2)
228 jint width = x2 - x1;
233 x1, y1, width, height);
252 j2d_glScissor(dstOps->xOffset + x1,
225 OGLContext_SetRectClip(OGLContext *oglc, OGLSDOps *dstOps, jint x1, jint y1, jint x2, jint y2) argument
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c573 DWORD x1, x2; /* ignored result codes */ local
575 res = WSAIoctl(fdc,SIO_UDP_CONNRESET,&t,sizeof(t),&x1,sizeof(x1),&x2,0,0);
624 DWORD x1, x2; /* ignored result codes */ local
626 WSAIoctl(fd,SIO_UDP_CONNRESET,&t,sizeof(t),&x1,sizeof(x1),&x2,0,0);
1485 DWORD x1, x2; /* ignored result codes */ local
1511 WSAIoctl(fd,SIO_UDP_CONNRESET,&t,sizeof(t),&x1,sizeof(x1),&x2,0,0);
1520 WSAIoctl(fd1,SIO_UDP_CONNRESET,&t,sizeof(t),&x1,sizeo
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.cpp69 if( (mask & 0x1) == 0 ) {
98 if( mask > 0x1 ) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonLabeledUI.java211 final int x1 = Math.min(prefIconRect.x, prefTextRect.x);
215 int width = x2 - x1;
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java254 int x1 = 0;
260 for (int x = x1; x < x2; x++) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java357 * <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
359 * @param x1 the first point's <i>x</i> coordinate.
364 public void drawLine(int x1, int y1, int x2, int y2) { argument
365 g.drawLine(x1, y1, x2, y2);
/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);
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/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c225 jint x1, jint y1, jint x2, jint y2)
235 CLAMP_TO_SHORT(x1), CLAMP_TO_SHORT(y1),
389 * Fix for 4205762 - 1x1 ovals do not draw on Ultra1, Creator3d
497 jint x0, jint y0, jint x1, jint y1)
503 XDHD_ADD_POINT(dhnd, x1, y1);
554 static void drawScanline(DrawHandler* hnd, jint x0, jint x1, jint y0) argument
559 XDrawLine(awt_display, dhnd->drawable, dhnd->gc, x0, y0, x1, y0);
794 * Fix for 4205762 - 1x1 ovals do not draw on Ultra1, Creator3d
222 Java_sun_java2d_x11_X11Renderer_XDrawLine(JNIEnv *env, jobject xr, jlong pXSData, jlong xgc, jint x1, jint y1, jint x2, jint y2) argument
496 storeLine(DrawHandler* hnd, jint x0, jint y0, jint x1, jint y1) argument
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DPlotter.java597 int x1 = -1;
608 if (x1 >= 0 && v1 >= vMin && v1 <= vMax) {
613 g.fillRect(x0+x1, y0-y1-pass, x2-x1, 1);
621 g.drawLine(x0+x1, y0-y1-pass, x0+x2, y0-y2-pass);
628 x1 = x2;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java863 int x1, y1, x2, y2;
870 x1 = 0;
876 x1 = x2 = bbox.width/2 - 1;
881 g.drawLine(x1, y2, x2, y2);
884 g.drawLine(x1, y2+1, x2, y2+1);
886 g.drawLine(x1+1, y2, x2+1, y2);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java452 double x1 = Math.max(r.getX(), r2.getX());
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);
2532 double x0,x1,y0,y1;
2533 x0 = x1 = p[0];
2540 } else if (pt > x1) {
2541 x1
[all...]

Completed in 98 milliseconds

<<11121314151617