Searched refs:x1 (Results 226 - 250 of 407) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java121 public void flip(int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction){}; argument
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_parseImage.h67 #define BYTE_COMPONENTS 0x1
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.h199 jint x1, jint y1, jint x2, jint y2);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp744 short* pack_2_ints_to(short* p, jint x0, jint x1) { argument
746 if (x0 == 0 && x1 == 0) {
748 } else if (is_short(x0) && is_short(x1)) {
750 p = add_short(p, x0); if (x1!=0) p = add_short(p, x1);
753 p = add_jint(p, x0); p = add_var_int(p, x1);
757 void unpack_2_ints(jint& x0, jint& x1) { argument
762 x1 = relocInfo::short_data_at(1, dp, dlen);
766 x1 = relocInfo::jint_data_at(2, dp, dlen);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray.c322 mlib_s32 x0, x1; local
324 x1 = pSrc[2*((tmpsxloc + sxinc) >> shift)];
325 *(mlib_u16*)pDst = (x0 << 8) | x1;
723 mlib_s32 i, j, x0, x1, mask, res; local
782 x1 = src[1];
783 res = (LutU32[x0] << 8) | LutU32[x1];
891 mlib_s32 i, j, x0, x1, mask, res; local
952 x1 = src[(tmpsxloc + sxinc) >> shift];
953 res = (LutU32[x0] << 8) | LutU32[x1];
H A Dvis_AlphaMacros.h136 #define F32_FROM_U8x4(x0, x1, x2, x3) \
137 vis_to_float(((x0) << 24) | ((x1) << 16) | ((x2)<< 8) | ((x3)))
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9Opcodes.java263 public static final int SAVED = (3 << 4) | 0x1;
310 public static final int FsTOx = (0x8 << 4) | 0x1;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRadioButtonUI.java247 int x1 = Math.min(prefIconRect.x, prefTextRect.x);
253 int width = x2 - x1;
/openjdk7/jdk/src/share/classes/sun/font/
H A DBidiUtils.java267 canonical = (primaryLevel & (byte)0x1) == 0;
299 if ((primaryLevel & (byte)0x1) != 0) {
/openjdk7/jdk/src/share/classes/java/lang/
H A DMath.java650 if (a != 0x1.fffffep-2f) // greatest float value less than 0.5
677 if (a != 0x1.fffffffffffffp-2) // greatest double value less than 0.5
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
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/share/native/sun/font/
H A DDrawGlyphList.c144 glyphs.x1 = glyphs.y1 = 0x7fffffff;
152 if (glyphs.x1 > dx1) glyphs.x1 = dx1;
159 return (bounds->x1 < bounds->x2 && bounds->y1 < bounds->y2);
192 rasInfo.bounds.x2 <= rasInfo.bounds.x1)
214 clipLeft = rasInfo.bounds.x1;
259 rasInfo.bounds.x2 <= rasInfo.bounds.x1)
281 clipLeft = rasInfo.bounds.x1;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMorphTables2.cpp85 if ((typoFlags & LE_Ligatures_FEATURE_ENUM ) && (featureSetting ^ 0x1)){
111 if ((typoFlags & LE_SWSH_FEATURE_FLAG) && (featureSetting ^ 0x1)){
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgamma.c542 if ((R > g ->Segments[i].x0) && (R <= g ->Segments[i].x1)) {
636 Seg[0].x1 = 0;
647 Seg[1].x1 = 1.0;
678 Seg0.x1 = PLUS_INF;
854 cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2; local
887 x1 = InCurve ->Table16[j];
894 if (x1 == x2) {
902 a = (y2 - y1) / (x2 - x1);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFillParallelogram.c83 rasInfo.bounds.x2 <= rasInfo.bounds.x1)
92 ix1 = rasInfo.bounds.x1;
/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 DValidatePipe.java60 int x1, int y1, int x2, int y2) {
62 sg.drawpipe.drawLine(sg, x1, y1, x2, y2);
59 drawLine(SunGraphics2D sg, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIRenderer.java51 int x1, int y1, int x2, int y2);
54 int x1, int y1, int x2, int y2)
61 x1+transx, y1+transy, x2+transx, y2+transy);
341 int x1, int y1, int x2, int y2)
344 super.doDrawLine(sData, clip, comp, color, x1, y1, x2, y2);
49 doDrawLine(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int x1, int y1, int x2, int y2) argument
53 drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) argument
339 doDrawLine(GDIWindowSurfaceData sData, Region clip, Composite comp, int color, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java82 int x1, int y1, int x2, int y2);
84 public void drawLine(SunGraphics2D sg2d, int x1, int y1, int x2, int y2) { argument
91 x1+transx, y1+transy, x2+transx, y2+transy);
423 int x1, int y1, int x2, int y2)
426 super.XDrawLine(pXSData, xgc, x1, y1, x2, y2);
81 XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2) argument
422 XDrawLine(long pXSData, long xgc, int x1, int y1, int x2, int y2) argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java644 int x1 = vacatedColumnRect.x;
646 int x2 = x1 + vacatedColumnRect.width - 1;
649 synthG.drawLine(context, "Table.grid", g, x1-1, y1, x1-1, y2);
665 int x1 = rcr.x;
667 int x2 = x1 + rcr.width - 1;
669 synthG.drawLine(context, "Table.grid", g, x1, y2, x2, y2);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java372 int x1 = x+w; // Overflow protection below
377 } else if (x1 < 0) {
378 x1 = biWidth; // Must be overflow
386 if (x1 > biWidth) {
387 x1 = biWidth;
392 if (x >= x1 || y >= y1) {
395 // x,y,x1,y1 are all >= 0, so w,h must be >= 0
396 w = x1-x;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNamedNodeMapImpl.java78 protected final static short READONLY = 0x1<<0;
79 protected final static short CHANGED = 0x1<<1;
80 protected final static short HASDEFAULTS = 0x1<<2;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java258 public void flip(int x1, int y1, int x2, int y2, argument
H A DSunGraphicsCallback.java33 public static final int HEAVYWEIGHTS = 0x1;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformEmbeddedFrame.java127 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument

Completed in 78 milliseconds

1234567891011>>