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

/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDraw.c2030 Rect portRect;
2034 GetPortBounds(TkMacOSXGetDrawablePort(drawable), &portRect);
2035 width = portRect.right - portRect.left;
2036 height = portRect.bottom - portRect.top;
2046 GetPortBounds(stipplePort, &portRect);
2047 stippleWidth = portRect.right - portRect.left;
2048 stippleHeight = portRect
2005 Rect portRect; local
2009 GetPortBounds(TkMacOSXGetDrawablePort(drawable), &portRect); local
[all...]
H A DtkMacOSXScrlbr.c945 Rect contrlRect, portRect;
955 &portRect);
961 if (portRect.bottom == contrlRect.bottom &&
962 portRect.right == contrlRect.right) {
934 Rect contrlRect, portRect; local
H A DtkMacOSXWm.c4679 Rect portRect;
4683 GetPortBounds(destPort, &portRect);
4684 if (where.h > (portRect.right - 16) &&
4685 where.v > (portRect.bottom - 16)) {
4619 Rect portRect; local
H A DtkMacOSXMenu.c4684 Rect portRect;
4706 portRect.top = 0;
4707 portRect.bottom = 1280;
4620 Rect portRect; local
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DHIWebView.mm315 Rect portRect;
318 GetPortBounds( port, &portRect );
321 CGContextTranslateCTM( inContext, 0, (portRect.bottom - portRect.top) );
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieGWorld.cpp405 Rect rect = m_private->m_fullscreenWindow->portRect;
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c848 EraseRect( &gWorld->portRect );
H A DMoviePlayer.c3371 r = wmPortPtr->portRect;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacterm.c621 EraseRect (&(FRAME_MAC_WINDOW (f)->portRect));
4504 && !PtInRect (*pos, &FRAME_MAC_WINDOW (frame)->portRect)
9638 EraseRect (&(w->portRect));
9641 SetPt (&top_left, w->portRect.left, w->portRect.top);
9675 port_rect = w->portRect;
H A Dimage.c2500 EraseRect (&(ximg->portRect));

Completed in 259 milliseconds