Home
last modified time | relevance | path

Searched defs:DrawRotatedText (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/graphics/
H A Dboundingbox.cpp297 void GCDCBoundingBoxTestCase::DrawRotatedText() in DrawRotatedText() function in GCDCBoundingBoxTestCase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/graphics/
H A Dboundingbox.cpp297 void GCDCBoundingBoxTestCase::DrawRotatedText() in DrawRotatedText() function in GCDCBoundingBoxTestCase
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/graphics/
H A Dboundingbox.cpp301 void GCDCBoundingBoxTestCase::DrawRotatedText() in DrawRotatedText() function in GCDCBoundingBoxTestCase
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Ddc.h257 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
259 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/src/
H A Dpseudodc.h731 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
733 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Ddc.h281 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
283 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Ddc.h281 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
283 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Ddc.h281 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
283 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Ddc.h281 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
283 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddc.h1222 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
1224 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddc.h1222 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
1224 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddc.h1238 void DrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) in DrawRotatedText() function
1240 void DrawRotatedText(const wxString& text, const wxPoint& pt, double angle) in DrawRotatedText() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dgraphics.py1591 def DrawRotatedText(self, text, x, y, angle, backgroundBrush=None): member in GraphicsContext