Searched defs:RECT_EQ_X (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/utility/
H A Drect.h34 #define RECT_EQ_X(r1,r2) ((r1).x==(r2).x && (r1).width==(r2).width) macro
/openjdk7/jdk/src/windows/native/sun/awt/utility/
H A Drect.h34 #define RECT_EQ_X(r1, r2) ((r1).left==(r2).left && (r1).right==(r2).right) macro
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h49 #define RECT_EQ_X(r1,r2) ((r1) == (r2)) macro
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h48 #define RECT_EQ_X(r1,r2) ((r1).x==(r2).x && (r1).width==(r2).width) macro
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h50 #define RECT_EQ_X(r1, r2) ((r1).left==(r2).left && (r1).right==(r2).right) macro

Completed in 30 milliseconds