Searched refs:Rect (Results 1 - 25 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 Dpopupwin.cpp68 Rect bounds = { 0,0,0,0 };
102 Rect bounds = { y , x , y + height , x + width } ;
109 Rect bounds ;
121 Rect bounds ;
133 Rect bounds ;
H A Dstatlmac.cpp59 Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
H A Dstatbox.cpp37 Rect bounds = wxMacGetBoundsForControl( this, pos, size );
H A Dbrush.cpp54 Rect m_macThemeBackgroundExtent ;
199 M_BRUSHDATA->m_macThemeBackgroundExtent = *(Rect*)extent;
214 *(Rect*)extent = M_BRUSHDATA->m_macThemeBackgroundExtent;
H A Doverlay.cpp58 void wxOverlayImpl::MacGetBounds( Rect *bounds )
84 Rect bounds ;
97 Rect bounds;
H A Dtglbtn.cpp59 Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
H A Dregion.cpp99 Rect destRect = { 0, 0, 1, 1 };
222 Rect box ;
276 Rect rect = { r.y , r.x , r.y + r.height , r.x + r.width } ;
361 UInt16 message, RgnHandle region, const Rect *rect, void *data )
384 UInt16 message, RgnHandle region, const Rect *rect, void *data )
H A Duma.cpp474 Rect ctrlBounds ;
491 Rect ctrlBounds ;
500 Rect ctrlBounds ;
516 Rect ctrlBounds ;
525 Rect ctrlBounds ;
548 Rect ctrlBounds ;
634 OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState )
729 Rect * UMAGetControlBoundsInWindowCoords( ControlRef theControl, Rect *bounds )
H A Dstattext.cpp51 Rect bounds = wxMacGetBoundsForControl( this, pos, size );
77 Rect bestsize = { 0 , 0 , 0 , 0 } ;
H A Dmetafile.cpp88 Rect r;
152 Rect r = { 0, 0, height, width };
316 Rect picFrame;
358 Rect r = { 0, 0, height, width };
H A Dtabctrl.cpp51 Rect bounds = wxMacGetBoundsForControl( this, pos, size );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatlmac.cpp55 Rect bounds ;
H A Dstatbox.cpp42 Rect bounds ;
H A Dbrush.cpp41 Rect m_macThemeBackgroundExtent ;
181 M_BRUSHDATA->m_macThemeBackgroundExtent = *(Rect*)extent ;
195 *(Rect*)extent = M_BRUSHDATA->m_macThemeBackgroundExtent ;
H A Dgauge.cpp35 Rect bounds ;
H A Duma.cpp547 Rect ctrlBounds ;
572 Rect ctrlBounds ;
578 Rect ctrlBounds ;
588 Rect ctrlBounds ;
594 Rect ctrlBounds ;
609 Rect ctrlBounds ;
617 Rect ctrlBounds ;
625 Rect ctrlBounds ;
702 OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState )
H A Dtoplevel.cpp381 Rect newContentRect ;
398 Rect newContentRect ;
414 Rect adjustedRect = { y , x , y + h , x + w } ;
591 Rect tempRect ;
648 Rect theBoundsRect;
816 ((Rect*)clipRect)->left = 0;
817 ((Rect*)clipRect)->top = 0;
818 ((Rect*)clipRect)->right = m_width;
819 ((Rect*)clipRect)->bottom = m_height;
854 Rect trueUpdateRgnBoundar
[all...]
H A Dcontrol.cpp224 Rect bestsize = { 0 , 0 , 0 , 0 } ;
307 ((Rect*)outBounds)->top = -10;
308 ((Rect*)outBounds)->left = -10;
309 ((Rect*)outBounds)->bottom = 0;
310 ((Rect*)outBounds)->right = 0;
417 Rect bestsize = { 0 , 0 , 0 , 0 } ;
490 Rect oldBounds ;
559 Rect meta , control ;
H A Dmetafile.cpp132 Rect &r = (**pict).picFrame ;
156 Rect r={0,0,height,width} ;
H A Dtabctrl.cpp45 Rect bounds ;
H A Dtglbtn.cpp63 Rect bounds ;
H A Dchecklst.cpp62 static pascal void wxMacCheckListDefinition( short message, Boolean isSelected, Rect *drawRect,
67 static pascal void wxMacCheckListDefinition( short message, Boolean isSelected, Rect *drawRect,
120 Rect checkRect = *drawRect ;
166 extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ;
233 Rect bounds ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Doverlay.h44 void MacGetBounds( Rect *bounds );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Duma.h79 Rect * UMAGetControlBoundsInWindowCoords(ControlRef theControl, Rect *bounds) ;
103 OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState ) ;
H A Dprivate.h187 void LocalToWindow( Rect *rect) { OffsetRect( rect , m_origin.h , m_origin.v ); }
224 template<> inline EventParamType wxMacGetEventParamType<Rect>() { return typeQDRectangle; }
468 Rect m_rect ;
500 #define MAC_WXRECPTR(a) ((Rect*)a)
512 void wxMacRectToNative( const wxRect *wx , Rect *n );
513 void wxMacNativeToRect( const Rect *n , wxRect* wx );
527 Rect wxMacGetBoundsForControl( wxWindowMac* window , const wxPoint& pos , const wxSize &size , bool adjustForOrigin = true );
663 virtual void SetNeedsDisplay( Rect* where = NULL );
669 virtual void GetRect( Rect *r );
672 virtual void SetRect( Rect *
[all...]

Completed in 207 milliseconds

1234