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

/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.h127 * WM_NEGATIVE_Y flags) and (b) if the window
213 * WM_NEGATIVE_Y - non-zero means y-coordinate is measured in
249 #define WM_NEGATIVE_Y 0x0008 macro
H A DtkMacOSXWm.c1771 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
3713 if (wmPtr->flags & WM_NEGATIVE_Y) {
3772 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
3903 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
3916 flags |= WM_NEGATIVE_Y;
3951 || ((flags & (WM_NEGATIVE_X|WM_NEGATIVE_Y))
3952 != (wmPtr->flags & (WM_NEGATIVE_X|WM_NEGATIVE_Y)))) {
4436 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
H A DtkMacOSXWindowEvent.c546 wmPtr->flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.h170 * WM_NEGATIVE_Y flags) and (b) if the window
255 * WM_NEGATIVE_Y - non-zero means y-coordinate is measured in
291 #define WM_NEGATIVE_Y 0x0008 macro
H A DtkMacOSXWm.c1538 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
3478 if (wmPtr->flags & WM_NEGATIVE_Y) {
3538 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
3670 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
3683 flags |= WM_NEGATIVE_Y;
3718 || ((flags & (WM_NEGATIVE_X|WM_NEGATIVE_Y))
3719 != (wmPtr->flags & (WM_NEGATIVE_X|WM_NEGATIVE_Y)))) {
4221 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
H A DtkMacOSXWindowEvent.c776 wmPtr->flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c228 * WM_NEGATIVE_Y flags) and (b) if the window
287 * WM_NEGATIVE_Y - non-zero means y-coordinate is measured in
320 #define WM_NEGATIVE_Y (1<<3) macro
3552 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
5676 if (wmPtr->flags & WM_NEGATIVE_Y) {
5695 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
5798 if (wmPtr->flags & WM_NEGATIVE_Y) {
5814 if (wmPtr->flags & WM_NEGATIVE_Y) {
5896 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
5909 flags |= WM_NEGATIVE_Y;
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c160 * WM_NEGATIVE_X and WM_NEGATIVE_Y flags) and
233 * WM_NEGATIVE_Y - non-zero means y-coordinate is measured in
269 #define WM_NEGATIVE_Y 8 macro
1920 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
4026 if (wmPtr->flags & WM_NEGATIVE_Y) {
4284 if (wmPtr->flags & WM_NEGATIVE_Y) {
4489 if (wmPtr->flags & (WM_NEGATIVE_X | WM_NEGATIVE_Y)) {
4621 if (wmPtr->flags & WM_NEGATIVE_Y) {
4679 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
5599 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
[all...]
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c235 * WM_NEGATIVE_X and WM_NEGATIVE_Y flags) and
296 * WM_NEGATIVE_Y - Non-zero means y-coordinate is measured in
329 #define WM_NEGATIVE_Y (1<<3) macro
3845 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
6172 if (wmPtr->flags & WM_NEGATIVE_Y) {
6276 if (wmPtr->flags & WM_NEGATIVE_Y) {
6291 if (wmPtr->flags & WM_NEGATIVE_Y) {
6372 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
6385 flags |= WM_NEGATIVE_Y;
6610 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c146 * WM_NEGATIVE_Y flags) and (b) if the window
217 * WM_NEGATIVE_Y - non-zero means y-coordinate is measured in
256 #define WM_NEGATIVE_Y 8 macro
1672 ySign = (wmPtr->flags & WM_NEGATIVE_Y) ? '-' : '+';
3718 if (wmPtr->flags & WM_NEGATIVE_Y) {
3981 if (wmPtr->flags & WM_NEGATIVE_Y) {
4140 if (wmPtr->flags & (WM_NEGATIVE_X | WM_NEGATIVE_Y)) {
4271 if (wmPtr->flags & WM_NEGATIVE_Y) {
4329 wmPtr->flags &= ~(WM_NEGATIVE_X|WM_NEGATIVE_Y);
5116 flags &= ~(WM_NEGATIVE_X | WM_NEGATIVE_Y);
[all...]

Completed in 395 milliseconds