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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicscontext.tex177 \membersection{wxGraphicsContext::FillPath}\label{wxgraphicscontextfillpath}
179 \func{void}{FillPath}{\param{const wxGraphicsPath\& }{path}, \param{int }{fillStyle = wxODDEVEN\_RULE}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgraphcmn.cpp568 FillPath( path , fillStyle );
596 FillPath( path );
624 FillPath( path );
H A Ddcgraph.cpp552 m_graphicContext->FillPath( path );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h89 virtual void FillPath( const wxGraphicPath *path, const wxColor &fillColor, int fillStyle = wxWINDING_RULE ) = 0;
H A Dprivate.h1194 virtual void FillPath( const wxGraphicPath *p , const wxColor &fillColor , int fillStyle = wxWINDING_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp308 virtual void FillPath( const wxGraphicsPath& p , int fillStyle = wxODDEVEN_RULE );
1132 void wxGDIPlusContext::FillPath( const wxGraphicsPath& path , int fillStyle ) function in class:wxGDIPlusContext
1138 m_context->FillPath( ((wxGDIPlusBrushData*)m_brush.GetRefData())->GetGDIPlusBrush() ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp349 virtual void FillPath( const wxGraphicsPath& p , int fillStyle = wxWINDING_RULE );
1215 void wxCairoContext::FillPath( const wxGraphicsPath& path , int fillStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1273 virtual void FillPath( const wxGraphicsPath &path, int fillStyle = wxODDEVEN_RULE );
1624 void wxMacCoreGraphicsContext::FillPath( const wxGraphicsPath &path , int fillStyle )
H A Ddccg.cpp323 void wxMacCGContext::FillPath( const wxGraphicPath *p , const wxColor &fillColor , int fillStyle ) function in class:wxMacCGContext
986 m_graphicContext->FillPath( path , m_textBackgroundColour ) ;
1238 m_graphicContext->FillPath( path , m_textBackgroundColour, wxODDEVEN_RULE) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h550 virtual void FillPath( const wxGraphicsPath& path, int fillStyle = wxODDEVEN_RULE ) = 0;

Completed in 105 milliseconds