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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c125 int statusW, statusH; /*status window's w, h */ member in struct:__anon966
785 statusWindow->statusW = width;
852 if (x + statusWindow->statusW > statusWindow->rootW){
853 x = statusWindow->rootW - statusWindow->statusW;
871 int width = statusWindow->statusW;
986 if (x + statusWindow->statusW > statusWindow->rootW){
987 x = statusWindow->rootW - statusWindow->statusW;

Completed in 33 milliseconds