Searched refs:fillStyle (Results 1 - 25 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h108 void DoDrawPolygon(int n, wxPoint points[], wxCoord xoffset = 0, wxCoord yoffset = 0, int fillStyle = wxODDEVEN_RULE);
109 void DoDrawPolyPolygon(int n, int count[], wxPoint points[], wxCoord xoffset = 0, wxCoord yoffset = 0, int fillStyle = wxODDEVEN_RULE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dregion.cpp68 wxRegion::wxRegion(size_t n, const wxPoint *points, int fillStyle) argument
H A Ddc.cpp196 void wxDC::DoDrawPolygon(int n, wxPoint points[], wxCoord xoffset, wxCoord yoffset,int fillStyle) argument
206 int fillStyle)
201 DoDrawPolyPolygon(int n, int count[], wxPoint points[], wxCoord xoffset, wxCoord yoffset, int fillStyle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h24 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
H A Ddc.h87 virtual void DrawPath( const wxGraphicPath *path, int fillStyle = wxWINDING_RULE ) = 0;
89 virtual void FillPath( const wxGraphicPath *path, const wxColor &fillColor, int fillStyle = wxWINDING_RULE ) = 0;
271 int fillStyle = wxODDEVEN_RULE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp122 wxRegion::wxRegion(size_t n, const wxPoint *points, int fillStyle) argument
127 wxUnusedVar(fillStyle);
136 fillStyle == wxODDEVEN_RULE ? ALTERNATE : WINDING
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h42 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h40 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h26 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h23 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
H A Ddc.h231 int fillStyle = wxODDEVEN_RULE);
234 int fillStyle = wxODDEVEN_RULE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h31 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h23 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
H A Ddc.h193 int fillStyle = wxODDEVEN_RULE);
196 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.cpp264 bool wxGraphicsPath::Contains( const wxPoint2DDouble& c, int fillStyle ) const
266 return Contains( c.m_x, c.m_y, fillStyle);
390 bool wxGraphicsPath::Contains( wxDouble x, wxDouble y, int fillStyle ) const
392 return GetPathData()->Contains(x,y,fillStyle);
566 void wxGraphicsContext::DrawPath( const wxGraphicsPath& path, int fillStyle )
568 FillPath( path , fillStyle );
669 void wxGraphicsContext::DrawLines( size_t n, const wxPoint2DDouble *points, int fillStyle) argument
676 DrawPath( path , fillStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcgraph.h159 int fillStyle = wxODDEVEN_RULE);
162 int fillStyle);
H A Dgraphics.h337 virtual bool Contains( wxDouble x, wxDouble y, int fillStyle = wxODDEVEN_RULE) const=0;
416 virtual bool Contains( wxDouble x, wxDouble y, int fillStyle = wxODDEVEN_RULE)const;
417 bool Contains( const wxPoint2DDouble& c, int fillStyle = wxODDEVEN_RULE)const;
550 virtual void FillPath( const wxGraphicsPath& path, int fillStyle = wxODDEVEN_RULE ) = 0;
553 virtual void DrawPath( const wxGraphicsPath& path, int fillStyle = wxODDEVEN_RULE );
597 virtual void DrawLines( size_t n, const wxPoint2DDouble *points, int fillStyle = wxODDEVEN_RULE );
H A Ddc.h224 int fillStyle = wxODDEVEN_RULE)
225 { DoDrawPolygon(n, points, xoffset, yoffset, fillStyle); }
229 int fillStyle = wxODDEVEN_RULE);
233 int fillStyle = wxODDEVEN_RULE)
234 { DoDrawPolyPolygon(n, count, points, xoffset, yoffset, fillStyle); }
747 int fillStyle = wxODDEVEN_RULE) = 0;
750 int fillStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicspath.tex112 \constfunc{bool}{Contains}{\param{const wxPoint2DDouble\& }{c}, \param{int }{fillStyle = wxODDEVEN\_RULE}}
114 \constfunc{bool}{Contains}{\param{wxDouble }{x}, \param{wxDouble }{y}, \param{int }{fillStyle = wxODDEVEN\_RULE}}
H A Dgraphicscontext.tex144 \func{void}{DrawLines}{\param{size\_t }{n}, \param{const wxPoint2DDouble* }{points}, \param{int }{fillStyle = wxODDEVEN\_RULE}}
151 \func{void}{DrawPath}{\param{const wxGraphicsPath\& }{path}, \param{int }{fillStyle = wxODDEVEN\_RULE}}
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/include/wx/gtk/
H A Dregion.h38 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1074 virtual bool Contains( wxDouble x, wxDouble y, int fillStyle = wxODDEVEN_RULE) const;
1185 bool wxMacCoreGraphicsPathData::Contains( wxDouble x, wxDouble y, int fillStyle) const
1190 return CGPathContainsPoint( m_path, NULL, CGPointMake(x,y), fillStyle == wxODDEVEN_RULE );
1273 virtual void FillPath( const wxGraphicsPath &path, int fillStyle = wxODDEVEN_RULE );
1276 virtual void DrawPath( const wxGraphicsPath &path, int fillStyle = wxODDEVEN_RULE );
1575 void wxMacCoreGraphicsContext::DrawPath( const wxGraphicsPath &path , int fillStyle )
1581 wxGraphicsContext::DrawPath( path, fillStyle );
1597 if ( fillStyle == wxODDEVEN_RULE )
1604 if ( fillStyle == wxODDEVEN_RULE )
1624 void wxMacCoreGraphicsContext::FillPath( const wxGraphicsPath &path , int fillStyle )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dregion.cpp93 wxRegion::wxRegion( size_t n, const wxPoint *points, int fillStyle )
108 fillStyle == wxWINDING_RULE ? GDK_WINDING_RULE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp110 wxRegion::wxRegion( size_t n, const wxPoint *points, int fillStyle )
125 fillStyle == wxWINDING_RULE ? GDK_WINDING_RULE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp87 wxRegion::wxRegion( size_t WXUNUSED(n), const wxPoint *WXUNUSED(points), int WXUNUSED(fillStyle) )
103 fillStyle == wxWINDING_RULE ? GDK_WINDING_RULE

Completed in 185 milliseconds

123