Searched refs:y1 (Results 226 - 230 of 230) sorted by relevance

12345678910

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c357 pRasInfo->bounds.x1, pRasInfo->bounds.y1,
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1140 GLAPI void GLAPIENTRY glRectd( GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2 );
1141 GLAPI void GLAPIENTRY glRectf( GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 );
1142 GLAPI void GLAPIENTRY glRecti( GLint x1, GLint y1, GLint x2, GLint y2 );
1143 GLAPI void GLAPIENTRY glRects( GLshort x1, GLshort y1, GLshort x2, GLshort y2 );
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java1625 BigInteger y1 = m2.modInverse(m1);
1628 result = a1.multiply(m2).multiply(y1).add
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c221 const gchar* detail, gint y1, gint y2, gint x);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1813 bisdo->rasbounds.y1 = 0;

Completed in 68 milliseconds

12345678910