Searched refs:headerRect (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Drenderer.cpp147 HIRect headerRect = CGRectMake( x, y, w, h ); local
152 (short) headerRect.origin.y, (short) headerRect.origin.x,
153 (short) (headerRect.origin.y + headerRect.size.height),
154 (short) (headerRect.origin.x + headerRect.size.width)
184 HIViewConvertRect( &headerRect, (HIViewRef) win->GetHandle(), (HIViewRef) win->MacGetTopLevelWindow()->GetHandle() );
202 HIThemeDrawButton( &headerRect, &drawInfo, cgContext, kHIThemeOrientationNormal, &labelRect );
209 CGContextClipToRect( cgContext, headerRect );
270 HIRect headerRect = CGRectMake( x, y, w, h ); local
443 HIRect headerRect = CGRectMake( x, y, w, h ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp60 wxRect rect, headerRect, footerRect; local
63 CalculateScaling(GetDC(), rect, headerRect, footerRect); local
177 wxRect textRect, headerRect, footerRect; local
180 CalculateScaling(dc, textRect, headerRect, footerRect);
208 int x = headerRect.GetLeft();
209 int y = headerRect.GetX();
219 int x = headerRect.GetWidth()/2 - tx/2 + headerRect.GetLeft();
220 int y = headerRect.GetY();
230 int x = headerRect
289 CalculateScaling(wxDC* dc, wxRect& textRect, wxRect& headerRect, wxRect& footerRect) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextprintout.tex26 \func{void}{CalculateScaling}{\param{wxDC* }{dc}, \param{wxRect\& }{textRect}, \param{wxRect\& }{headerRect}, \param{wxRect\& }{footerRect}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextprint.h125 void CalculateScaling(wxDC* dc, wxRect& textRect, wxRect& headerRect, wxRect& footerRect);

Completed in 169 milliseconds