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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c126 int rootW, rootH; /*root window's w, h */ member in struct:__anon966
786 statusWindow->rootH = xxwa.height;
855 if (y + statusWindow->statusH > statusWindow->rootH){
856 y = statusWindow->rootH - statusWindow->statusH;
989 if (y + statusWindow->statusH > statusWindow->rootH){
990 y = statusWindow->rootH - statusWindow->statusH;

Completed in 246 milliseconds