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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c71 #define FIX_POINT(p, pmin, pmax) ( ((p) < (pmin)) ? (pmin) : (((p) > (pmax)) ? (pmax) : (p))) macro
146 cx = FIX_POINT(desc->Left, 0, gif->SWidth);
147 cy = FIX_POINT(desc->Top, 0, gif->SHeight);

Completed in 317 milliseconds