Searched refs:X1 (Results 26 - 35 of 35) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawParallelogram.c34 #define HANDLE_PGRAM_EDGE(X1, Y1, X2, Y2, \
37 jint ix1 = (jint) floor(X1); \
H A DMaskFill.c452 * The X0,Y0,X1,Y1 values represent a trapezoidal fragment whose
462 #define INSERT_ACCUM(pACCUM, IMIN, IMAX, X0, Y0, X1, Y1, CX1, CX2, MULT) \
464 jdouble xmid = ((X0) + (X1)) * 0.5; \
/openjdk7/jdk/test/java/lang/reflect/Generics/
H A DTestC2.java54 interface I1<X1, X2> extends I3 {
56 X1 foo(X2 x2);
227 tvs[0].getName().equals("X1") :
228 "Name of first formal type arg of I1 is X1";
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngget.c729 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
735 && purpose != NULL && X0 != NULL && X1 != NULL && type != NULL &&
740 *X1 = info_ptr->pcal_X1;
728 png_get_pCAL(png_const_structp png_ptr, png_const_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) argument
H A Dpngtest.c1129 png_int_32 X0, X1; local
1132 if (png_get_pCAL(read_ptr, read_info_ptr, &purpose, &X0, &X1, &type,
1135 png_set_pCAL(write_ptr, write_info_ptr, purpose, X0, X1, type,
H A Dpngset.c265 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
301 png_debug(3, "storing X0, X1, type, and nparams in info");
303 info_ptr->pcal_X1 = X1;
264 png_set_pCAL(png_structp png_ptr, png_infop info_ptr, png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_const_charp units, png_charpp params) argument
H A Dpng.h2154 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type,
2162 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
H A Dpngrutil.c1857 png_int_32 X0, X1; local
1923 png_debug(3, "Reading pCAL X0, X1, type, nparams, and units");
1925 X1 = png_get_int_32((png_bytep)buf+5);
1987 png_set_pCAL(png_ptr, info_ptr, png_ptr->chunkdata, X0, X1, type, nparams,
H A Dpngpriv.h719 png_int_32 X0, png_int_32 X1, int type, int nparams,
H A Dpngwutil.c1886 png_int_32 X1, int type, int nparams, png_const_charp units,
1926 png_save_int_32(buf + 4, X1);
1885 png_write_pCAL(png_structp png_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams, png_const_charp units, png_charpp params) argument

Completed in 550 milliseconds

12