Searched refs:rootW (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
787 statusWindow->rootW = xxwa.width;
852 if (x + statusWindow->statusW > statusWindow->rootW){
853 x = statusWindow->rootW - statusWindow->statusW;
986 if (x + statusWindow->statusW > statusWindow->rootW){
987 x = statusWindow->rootW - statusWindow->statusW;

Completed in 33 milliseconds