Home | History | Annotate | Download | only in win

Lines Matching refs:sc_mask

2065   static const int sc_mask = 0xFFF0;
2068 (((notification_code & sc_mask) == SC_SIZE) ||
2069 ((notification_code & sc_mask) == SC_MOVE) ||
2070 ((notification_code & sc_mask) == SC_MAXIMIZE)))
2073 if ((notification_code & sc_mask) == SC_MINIMIZE ||
2074 (notification_code & sc_mask) == SC_MAXIMIZE ||
2075 (notification_code & sc_mask) == SC_RESTORE) {
2077 } else if ((notification_code & sc_mask) == SC_MOVE ||
2078 (notification_code & sc_mask) == SC_SIZE) {
2090 if ((notification_code & sc_mask) == SC_KEYMENU && point.x() == 0) {
2108 if ((notification_code & sc_mask) == SC_SIZE)