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

/openjdk7/jdk/src/solaris/native/sun/awt/utility/
H A Drect.h44 #define RECT_INC_HEIGHT(r) (r).height++ macro
/openjdk7/jdk/src/windows/native/sun/awt/utility/
H A Drect.h44 #define RECT_INC_HEIGHT(r) (r).bottom++ macro
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h51 #define RECT_INC_HEIGHT(r) ; macro
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h51 #define RECT_INC_HEIGHT(r) (r).height++; macro
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h53 #define RECT_INC_HEIGHT(r) (r).bottom++; macro

Completed in 516 milliseconds