Searched refs:Rect (Results 51 - 75 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp295 virtual void SetRect( Rect *r ) ;
310 Rect m_txnControlBounds ;
311 Rect m_txnVisBounds ;
1393 Rect bounds = wxMacGetBoundsForControl( wxPeer , pos , size ) ;
1462 void wxMacUnicodeTextControl::CreateControl( wxTextCtrl* peer, const Rect* bounds, CFStringRef cfr )
2539 Rect bounds ;
2543 Rect visBounds = { visRect.y , visRect.x , visRect.y + visRect.height , visRect.x + visRect.width } ;
2563 Rect sbBounds ;
2576 Rect sbBounds ;
2588 Rect oldviewRec
[all...]
H A Dtoolbar.cpp434 Rect contrlRect;
459 Rect contrlRect;
972 Rect boundsR;
1083 Rect r = { 0, 0, 0, 0 };
1489 Rect toolrect = { 0, 0, toolSize.y, toolSize.x };
1784 Rect toolbarrect = { dc.YLOG2DEVMAC(0), dc.XLOG2DEVMAC(0),
1803 Rect bounds;
H A Dlistctrl_mac.cpp248 const Rect *theRect,
255 const Rect *itemRect,
263 Rect *maxEditTextRect,
269 const Rect *theRect,
270 const Rect *mouseRect) { return true; }
275 Rect *maxEditTextRect,
1452 Rect bounds;
2065 Rect enclosingRect;
2724 Rect *maxEditTextRect,
2741 Rect *maxEditTextRec
[all...]
H A Ddc.cpp415 Rect source = { 0, 0, h, w };
416 Rect dest = { yy, xx, yy + hh, xx + ww };
458 Rect r = { yy , xx, yy + hh, xx + ww } ;
887 Rect r = { yyc - rad, xxc - rad, yyc + rad, xxc + rad };
907 Rect r;
1069 Rect rect = { yy , xx , yy + hh , xx + ww } ;
1115 Rect rect = { yy , xx , yy + hh , xx + ww } ;
1158 Rect rect = { yy , xx , yy + hh , xx + ww } ;
1198 Rect srcrect , dstrect ;
1564 Rect rec
[all...]
H A Dlistbox.cpp389 Rect bounds;
411 Rect bounds;
635 DataBrowserItemState itemState, const Rect *itemRect, SInt16 depth, Boolean isColorDevice )
H A Dutils.cpp561 Rect globRect;
622 Rect r;
795 void wxMacRectToNative( const wxRect *wx , Rect *n )
803 void wxMacNativeToRect( const Rect *n , wxRect* wx )
1162 void wxMacControl::SetNeedsDisplay( Rect* where )
1189 void wxMacControl::SetRect( Rect *r )
1199 void wxMacControl::GetRect( Rect *r )
1204 void wxMacControl::GetRectInWindowCoords( Rect *r )
1209 void wxMacControl::GetBestRect( Rect *r )
1369 Rect bound
[all...]
H A Dnotebmac.cpp89 Rect bounds = wxMacGetBoundsForControl( this, pos, size );
433 Rect bounds;
H A Dchoice.cpp75 Rect bounds = wxMacGetBoundsForControl( this , pos , size );
H A Ddisplay.cpp369 Rect screenrect = (*hndl)->gdRect;
408 Rect screenrect = (*m_hndl)->gdRect;
H A Ddcclient.cpp84 Rect extent = { 0 , 0 , 0 , 0 } ;
H A Dglcanvas.cpp268 Rect bounds ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddataobj.cpp297 Rect frame = (**picHandle).picFrame ;
H A Dscrolbar.cpp44 Rect bounds ;
H A Ddisplay.cpp111 Rect screenrect = (*hndl)->gdRect;
150 Rect screenrect = (*m_hndl)->gdRect;
H A Dslider.cpp65 Rect bounds ;
407 Rect oldBounds ;
H A Dtooltip.cpp51 Rect m_rect ;
297 Rect r ;
H A Dtextctrl.cpp138 Rect fRTextArea; /* area where the text is drawn */
139 Rect fRFocusOutline; /* rectangle used to draw the focus box */
140 Rect fRTextOutline; /* rectangle used to draw the border */
198 Rect bounds;
215 Rect oldbounds = varsp->fRFocusOutline ;
338 Rect bounds;
407 Rect bounds;
510 Rect bounds;
747 Rect bounds ;
H A Dnotebmac.cpp187 Rect bounds ;
499 Rect bounds;
H A Dchoice.cpp67 Rect bounds ;
H A Drenderer.cpp223 Rect bounds = { loc_y , loc_x , loc_y + 18 , loc_x + 12 } ;
H A Dwindow.cpp901 * Rect is given in client coordinates, for further reading, read wxTopLevelWindowMac::InvalidateRect
928 Rect clientrect = { y1, x1, y2, x2 };
932 Rect r = { rect->y , rect->x , rect->y + rect->height , rect->x + rect->width } ;
994 Rect extent = { 0 , 0 , 0 , 0 } ;
1126 Rect rect = { top , left , m_height + top , m_width + left } ;
1169 Rect rect = { top , left , m_height + top , m_width + left } ;
1240 Rect scrollrect = { dc.YLOG2DEVMAC(0) , dc.XLOG2DEVMAC(0) , dc.YLOG2DEVMAC(height) , dc.XLOG2DEVMAC(width) } ;
1245 Rect r = { dc.YLOG2DEVMAC(rect->y) , dc.XLOG2DEVMAC(rect->x) , dc.YLOG2DEVMAC(rect->y + rect->height) ,
H A Dprintmac.cpp397 Rect r1 = { 0, 0, 8*72 - 2 * 18, 11*72 - 2 * 36 };
400 Rect r2 = { -18, -36, 8*72 - 18, 11*72 - 36 };
H A Ddcprint.cpp282 Rect clip = { -32000 , -32000 , 32000 , 32000 } ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dmactext.h102 virtual void CreateControl( wxTextCtrl* peer, const Rect* bounds, CFStringRef cfr );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Duma.h111 OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState ) ;

Completed in 225 milliseconds

1234