Lines Matching refs:origin
13 1. The origin of this software must not be misrepresented; you must not
224 r->origin.y = CGDisplayPixelsHigh(kCGDirectMainDisplay) - r->origin.y - r->size.height;
562 rect.origin.x = window->x;
563 rect.origin.y = window->y;
565 [nswindow setFrameOrigin:rect.origin];
570 x = (int)rect.origin.x;
571 y = (int)rect.origin.y;
590 x = (int)rect.origin.x;
591 y = (int)rect.origin.y;
843 rect.origin.x = window->windowed.x;
844 rect.origin.y = window->windowed.y;
851 [nswindow setFrameOrigin:rect.origin];
1244 /* Make the origin the upper left instead of the lower left */
1386 window->x = (int)rect.origin.x;
1387 window->y = (int)rect.origin.y;
1457 rect.origin.x = window->x;
1458 rect.origin.y = window->y;
1469 if (rect.origin.x >= screenRect.origin.x &&
1470 rect.origin.x < screenRect.origin.x + screenRect.size.width &&
1471 rect.origin.y >= screenRect.origin.y &&
1472 rect.origin.y < screenRect.origin.y + screenRect.size.height) {
1474 rect.origin.x -= screenRect.origin.x;
1475 rect.origin.y -= screenRect.origin.y;
1638 rect.origin.x = window->x;
1639 rect.origin.y = window->y;
1646 [nswindow setFrameOrigin:rect.origin];
1665 rect.origin.x = window->x;
1666 rect.origin.y = window->y;
1827 rect.origin.x = bounds.x;
1828 rect.origin.y = bounds.y;
1833 /* Hack to fix origin on Mac OS X 10.4
1849 rect.origin.y += (screenRect.size.height - rect.size.height);
1855 rect.origin.x = window->windowed.x;
1856 rect.origin.y = window->windowed.y;
1871 …[nswindow setFrame:NSMakeRect(frameRect.origin.x, frameRect.origin.y, frameRect.size.width + 1, fr…
1882 [nswindow setFrameOrigin:rect.origin];