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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex11 \winhelpignore{\title{Manual for wxSVGFileDC}%
15 \winhelponly{\title{Manual for wxSVGFileDC}%
32 \chapter*{wxSVGFileDC}%
33 \setheader{{\it wxSVGFileDC}}{}{}{}{}{{\it wxSVGFileDC}}%
35 \section{\class{wxSVGFileDC}}\label{wxSVGFileDC}
37 A wxSVGFileDC is a {\it device context} onto which graphics and text can be drawn, and the output
43 The intention behind wxSVGFileDC is that it can be used to produce a file corresponding
44 to the screen display context, wxSVGFileDC, b
30 \\setfooter{\\thepage}{}{}{}{}{\\thepage}% chapter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp67 wxASSERT_MSG(FALSE, wxT("wxSVGFileDC::Requested Brush Style not available")) ;
75 void wxSVGFileDC::Init (wxString f, int Width, int Height, float dpi)
144 wxSVGFileDC::wxSVGFileDC (wxString f) function in class:wxSVGFileDC
150 wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height) function in class:wxSVGFileDC
155 wxSVGFileDC::wxSVGFileDC (wxString f, int Width, int Height, float dpi) function in class:wxSVGFileDC
160 wxSVGFileDC::~wxSVGFileDC()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h20 class WXDLLIMPEXP_SVG wxSVGFileDC : public wxDC class in inherits:wxDC
187 wxSVGFileDC (wxString f);
188 wxSVGFileDC (wxString f, int Width, int Height);
189 wxSVGFileDC (wxString f, int Width, int Height, float dpi);
190 ~wxSVGFileDC();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/svg/
H A Dsvgtest.cpp612 wxSVGFileDC svgDC (filename, 600, 650) ;

Completed in 105 milliseconds