Searched refs:x0 (Results 101 - 125 of 162) sorted by relevance

1234567

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_UshortGray.c486 mlib_s32 i, j, x0, mask, res; local
536 x0 = *src;
537 res = LutU32[x0];
638 mlib_s32 i, j, x0, mask, res; local
690 x0 = src[tmpsxloc >> shift];
691 res = LutU32[x0];
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c497 jint x0, jint y0, jint x1, jint y1)
502 XDHD_ADD_POINT(dhnd, x0, y0);
507 static void storePoint(DrawHandler* hnd, jint x0, jint y0) { argument
511 XDHD_ADD_POINT(dhnd, x0, y0);
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);
496 storeLine(DrawHandler* hnd, jint x0, jint y0, jint x1, jint y1) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp597 jint x0; local
613 x0 = x;
618 x = x0;
644 jint x0; local
682 x0 = x;
691 x = x0;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c920 jint x0; local
930 x0 = x;
935 x = x0;
960 jint x0; local
990 x0 = x;
999 x = x0;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsopt.c412 int x0, y0, z0, w0; local
427 x0 = (int) floor(px);
432 if (((px - x0) != 0) ||
437 index = p16 -> opta[3] * x0 +
449 x0 = (int) floor(px);
453 if (((px - x0) != 0) ||
457 index = p16 -> opta[2] * x0 +
466 x0 = (int) floor(px);
468 if (((px - x0) != 0)) return FALSE; // Not on exact node
470 index = p16 -> opta[0] * x0;
[all...]
H A Dcmsgamma.c542 if ((R > g ->Segments[i].x0) && (R <= g ->Segments[i].x1)) {
547 cmsFloat32Number R1 = (cmsFloat32Number) (R - g ->Segments[i].x0);
635 Seg[0].x0 = -1;
646 Seg[1].x0 = 0;
677 Seg0.x0 = MINUS_INF;
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c570 jint x0 = (jint)(coords[0]*MDP_MULT); local
577 jint px = (x0 & (~MDP_W_MASK)) << DF_QUAD_SHIFT;
602 jint x2 = x0;
606 jint x0w = x0 & MDP_W_MASK;
609 jint dx = xe - x0;
998 jint x0 = (jint)(coords[0]*MDP_MULT); local
1005 jint px = (x0 & (~MDP_W_MASK)) << DF_CUB_SHIFT;
1047 jint x2 = x0;
1051 jint x0w = x0 & MDP_W_MASK;
1054 jint dx = xe - x0;
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java685 public void drawLine(int x0, int y0, int x1, int y1) { argument
687 x0, y0, x1, y1);
690 public void drawPixel(int x0, int y0) { argument
691 GeneralRenderer.doSetRect(sData, pw, x0, y0, x0 + 1, y0 + 1);
694 public void drawScanline(int x0, int x1, int y0) { argument
695 GeneralRenderer.doSetRect(sData, pw, x0, y0, x1 + 1, y0 + 1);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java335 void paintFrameBorder(SynthContext context, Graphics g, int x0, int y0, int width, int height) { argument
359 g.translate(x0, y0);
455 g.translate(-x0, -y0);
577 protected void tileImage(Graphics g, Image image, int x0, int y0, int w, int h, float[] alphas) { argument
586 int x = x0;
587 while (x < x0 + w) {
588 float f = (alphas.length - 1.0F) * x / (x0 + w);
596 int swm = Math.min(sw, x0 + w - x);
924 int x0 = aee.evaluate(getStringAttr(attrs, "x"));
933 x0
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteInterleavedRaster.java1199 * @param x0 Translated X origin of the subraster.
1207 int x0, int y0, int[] bandList) {
1210 x0, y0,
1228 * @param x0 Translated X origin of the subraster.
1236 int x0, int y0,
1258 int deltaX = x0 - x;
1263 new Rectangle(x0, y0, width, height),
1205 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
1234 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
H A DBytePackedRaster.java1261 * @param x0 Translated X origin of the subraster.
1269 int x0, int y0, int[] bandList) {
1272 x0, y0,
1289 * @param x0 Translated X origin of the subraster.
1297 int x0, int y0,
1321 int deltaX = x0 - x;
1326 new Rectangle(x0, y0, width, height),
1267 createChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
1295 createWritableChild(int x, int y, int width, int height, int x0, int y0, int[] bandList) argument
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp152 ciObject* x0, ciObject* x1) {
154 log_dependency(dept, x0, x1);
167 if (maybe_merge_ctxk(deps, i+0, x0->as_klass())) {
175 if (note_dep_seen(dept, x0) && note_dep_seen(dept, x1)) {
181 if (x0 == y0 && x1 == y1) {
189 deps->append(x0);
151 assert_common_2(DepType dept, ciObject* x0, ciObject* x1) argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp210 0x0,
379 0x0,
489 0x0,
584 0x0,
729 0x0,
858 0x0,
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputImageTests.java115 0x0);
135 0x0);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java79 public void moveTo(float x0, float y0) {
80 p2d.moveTo(x0, y0);
/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DServicePermission.java123 private final static int NONE = 0x0;
/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyPermission.java110 private final static int NONE = 0x0;
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp78 Reference = 0x0, // _sym contains the name
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java406 Coding x0 = new Coding(B, H, S, del);
407 Coding x1 = codeMap.get(x0);
408 if (x1 == null) codeMap.put(x0, x1 = x0);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java289 int out = 0x0;
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.c54 if (rgb == 0x0) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DPlotter.java589 int x0 = leftMargin;
613 g.fillRect(x0+x1, y0-y1-pass, x2-x1, 1);
621 g.drawLine(x0+x1, y0-y1-pass, x0+x2, y0-y2-pass);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java456 public static final int GXclear = 0x0 ; /* 0 */
/openjdk7/langtools/test/tools/javac/
H A DHexFloatLiterals.java67 check(-0x0.0P-2044, Double.parseDouble("-0x0.0P-2044"));
68 check(+0x0.0P2147483646, Double.parseDouble("+0x0.0P2147483646"));
71 check(+0x0.0p2147483648, Double.parseDouble("+0x0.0p2147483648"));
72 check(+0x0.0P2147483648D, Double.parseDouble("+0x0.0P2147483648D"));
76 check(-0x0.0p9223372036854775806, Double.parseDouble("-0x0
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java793 public void beginSubpath(float x0, float y0) { argument
798 path.moveTo(x0, y0);

Completed in 85 milliseconds

1234567