Searched refs:bx (Results 1 - 20 of 20) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/7007615/
H A DT7007615.java17 void bar(BX bx){} argument
22 void bar(BX<?> bx) { } argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutComparator.java114 int ax = a.getX(), ay = a.getY(), bx = b.getX(), by = b.getY();
123 return (ax < bx) ? -1 : ((ax > bx) ? 1 : zOrder);
132 return (ax > bx) ? -1 : ((ax < bx) ? 1 : zOrder);
142 if (Math.abs(ax - bx) < ROW_TOLERANCE) {
145 return (ax < bx) ? -1 : 1;
151 if (Math.abs(ax - bx) < ROW_TOLERANCE) {
154 return (ax > bx) ? -1 : 1;
H A DJComponent.java5122 int bx = c.getX();
5127 paintImmediatelyClip.x += bx;
5129 offsetX += bx;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c162 int x = 0, bx = 0; local
167 pPix[bx] = (jubyte) pix;
168 pix = pPix[++bx];
176 pPix[bx] = (jubyte) pix;
183 int x = 0, bx = 0; local
188 pPix[bx] = (jubyte) pix;
189 pix = pPix[++bx];
197 pPix[bx] = (jubyte) pix;
H A DX11PMBlitLoops.c293 int x = 0, bx = 0; local
299 pDst[bx++] = (unsigned char)pix;
306 pDst[bx] = (unsigned char)pix;
312 int x = 0, bx = 0; local
318 pDst[bx++] = (unsigned char) pix;
325 pDst[bx] = (unsigned char) pix;
339 int x = 0, bx = 0; local
346 pDst[bx++] = (unsigned char)pix;
357 pDst[bx] = (unsigned char)pix;
364 int x = 0, bx local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java32 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
63 bx = 3 * (x1 - 2 * x2 + x3);
70 dbx = 2 * bx; dby = 2 * by;
79 bx = x1 - 2 * x2 + x3;
86 dbx = 2 * bx; dby = 2 * by;
90 return t * (t * (t * ax + bx) + cx) + dx;
H A DRenderer.java187 float dx = c.bx / countsq + c.cx / count;
222 dx = c.ax / (1 << (3 * countlg)) + c.bx / (1 << (2 * countlg)) + c.cx / (1 << countlg);
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.cpp331 const Block *bx = (*bbs)[loop->in(LoopNode::LoopBackControl)->_idx];
332 while (bx->is_connector()) {
333 bx = (*bbs)[bx->pred(1)->_idx];
335 st->print("\tLoop: B%d-B%d ", bhead->_pre_order, bx->_pre_order);
597 // Helper function to move block bx to the slot following b_index. Return
599 bool PhaseCFG::move_to_next(Block* bx, uint b_index) {
600 if (bx == NULL) return false;
602 // Return false if bx is already scheduled.
603 uint bx_index = bx
[all...]
H A Dblock.hpp441 bool move_to_next(Block* bx, uint b_index);
442 void move_to_end(Block* bx, uint b_index);
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, argument
100 baselineX = bx;
H A DLayoutPathImpl.java400 double bx = data[0]; // previous point
416 double dx = nx - bx; // vector from previous to current
420 double px = x - bx; // vector from previous to test point
423 // determine sign of dot product of vectors from bx, by
434 vcx = bx;
444 vcx = bx + p * dx; // compute closest point
472 bx = nx;
478 bx = data[ci-3];
480 if (cx != bx || cy != by) { // not on endpoint, no need to resolve
484 if ((x-cx)*(ny-by) > (y-cy)*(nx-bx)) {
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c591 jint bx = (jint)((-2*coords[0] + 2*coords[2])*QUAD_B_MDP_MULT); local
597 jint dpx = ax + bx;
806 * ax*t + bx = 0
808 double bx = coords[0] - coords[2]; local
810 param = bx/ax;
1028 jint bx = (jint)((3*coords[0] - 6*coords[2] + local
1039 jint ddpx = dddpx + bx;
1042 jint dpx = ax + (bx>>1) + cx;
1308 double bx = 2*(coords[0] - 2*coords[2] + coords[4]); local
1311 SOLVEQUADINRANGE(ax,bx,c
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java694 int bx = (int)((-2*coords[0] + 2*coords[2])*QUAD_B_MDP_MULT);
700 int dpx = ax + bx;
883 * ax*t + bx = 0
885 double bx = coords[0] - coords[2];
887 param = bx/ax;
1020 int bx = (int)((3*coords[0] - 6*coords[2] +
1031 int ddpx = dddpx + bx;
1034 int dpx = ax + (bx>>1) + cx;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c162 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
180 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx;
187 _cmsVEC3init(off, bx, by, bz);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
502 bx = by = 0;
520 ax, ay, dx, dy, bx, by, lx, ly, mx, my);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java786 Chromaticities(int wx, int wy, int rx, int ry, int gx, int gy, int bx, int by) { argument
793 blueX = bx/100000.0f;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java2083 private int bx, by, bw, bh; field in class:PSPrinterJob.PluginPrinter
2103 bx = x;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java3067 int bx = 0;
3079 bx = (tabPlacement == LEFT ? tx + tw - bsize.width : tx);
3093 bx = (child == tabScroller.scrollForwardButton) ?
3101 child.setBounds(bx, by, bw, bh);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java2885 int bx = 0;
2897 bx = (tabPlacement == LEFT ? tx + tw - bsize.width : tx);
2909 bx = (child == tabScroller.scrollForwardButton) ? bounds.width - insets.left - bsize.width : bounds.width - insets.left - 2 * bsize.width;
2915 child.setBounds(bx, by, bw, bh);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5061 typedef void (APIENTRYP PFNGLBINORMAL3BEXTPROC) (GLbyte bx, GLbyte by, GLbyte bz);
5063 typedef void (APIENTRYP PFNGLBINORMAL3DEXTPROC) (GLdouble bx, GLdouble by, GLdouble bz);
5065 typedef void (APIENTRYP PFNGLBINORMAL3FEXTPROC) (GLfloat bx, GLfloat by, GLfloat bz);
5067 typedef void (APIENTRYP PFNGLBINORMAL3IEXTPROC) (GLint bx, GLint by, GLint bz);
5069 typedef void (APIENTRYP PFNGLBINORMAL3SEXTPROC) (GLshort bx, GLshort by, GLshort bz);

Completed in 205 milliseconds