Home
last modified time | relevance | path

Searched defs:wxGraphicsMatrix (Results 1 – 15 of 15) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl29 -module(wxGraphicsMatrix). module
42 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl29 -module(wxGraphicsMatrix). module
42 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl29 -module(wxGraphicsMatrix). module
42 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl21 -module(wxGraphicsMatrix). module
29 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl21 -module(wxGraphicsMatrix). module
29 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl21 -module(wxGraphicsMatrix). module
29 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGraphicsMatrix.erl21 -module(wxGraphicsMatrix). module
29 -type wxGraphicsMatrix() :: wx:wx_object(). type
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dgraphics.h26 class WXDLLIMPEXP_CORE wxGraphicsMatrix; variable
204 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
206 wxGraphicsMatrix( const wxGraphicsMatrix& other) : wxGraphicsObject( other ) {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dgraphics.h26 class WXDLLIMPEXP_CORE wxGraphicsMatrix; variable
204 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
206 wxGraphicsMatrix( const wxGraphicsMatrix& other) : wxGraphicsObject( other ) {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dgraphics.h26 class WXDLLIMPEXP_CORE wxGraphicsMatrix; variable
204 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
206 wxGraphicsMatrix( const wxGraphicsMatrix& other) : wxGraphicsObject( other ) {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dgraphics.h26 class WXDLLIMPEXP_CORE wxGraphicsMatrix; variable
204 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
206 wxGraphicsMatrix( const wxGraphicsMatrix& other) : wxGraphicsObject( other ) {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dgraphics.h83 class WXDLLIMPEXP_FWD_CORE wxGraphicsMatrix; variable
194 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dgraphics.h83 class WXDLLIMPEXP_FWD_CORE wxGraphicsMatrix; variable
194 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgraphics.h95 class WXDLLIMPEXP_FWD_CORE wxGraphicsMatrix; variable
209 wxGraphicsMatrix() {} in wxGraphicsMatrix() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphicsd2d.cpp3828 void ConcatTransform(const wxGraphicsMatrix&) wxOVERRIDE {} in ConcatTransform()
3829 void SetTransform(const wxGraphicsMatrix&) wxOVERRIDE {} in SetTransform()