Searched refs:DrawPath (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dgraphcmn.cpp566 void wxGraphicsContext::DrawPath( const wxGraphicsPath& path, int fillStyle ) function in class:wxGraphicsContext
642 DrawPath( path );
649 DrawPath(path);
656 DrawPath(path);
676 DrawPath( path , fillStyle);
H A Ddcgraph.cpp528 m_graphicContext->DrawPath(path);
562 m_graphicContext->DrawPath( path );
707 m_graphicContext->DrawPath( path , fillStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp292 void wxMacCGContext::DrawPath( const wxGraphicPath *p , int fillStyle ) function in class:wxMacCGContext
1717 m_graphicContext->DrawPath( path ) ;
1758 m_graphicContext->DrawPath( path ) ;
1886 m_graphicContext->DrawPath( path , fillStyle ) ;
1934 m_graphicContext->DrawPath( path ) ;
1974 m_graphicContext->DrawPath( path ) ;
1984 m_graphicContext->DrawPath( path ) ;
2022 m_graphicContext->DrawPath( path ) ;
H A Dgraphics.cpp1276 virtual void DrawPath( const wxGraphicsPath &path, int fillStyle = wxODDEVEN_RULE );
1575 void wxMacCoreGraphicsContext::DrawPath( const wxGraphicsPath &path , int fillStyle )
1581 wxGraphicsContext::DrawPath( path, fillStyle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicscontext.tex149 \membersection{wxGraphicsContext::DrawPath}\label{wxgraphicscontextdrawpath}
151 \func{void}{DrawPath}{\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/include/wx/mac/carbon/
H A Ddc.h87 virtual void DrawPath( const wxGraphicPath *path, int fillStyle = wxWINDING_RULE ) = 0;
H A Dprivate.h1193 virtual void DrawPath( const wxGraphicPath *p , int fillStyle = wxWINDING_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgraphics.h553 virtual void DrawPath( const wxGraphicsPath& path, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp1128 m_context->DrawPath( ((wxGDIPlusPenData*)m_pen.GetGraphicsData())->GetGDIPlusPen() , (GraphicsPath*) path.GetNativePath() );

Completed in 153 milliseconds