Home
last modified time | relevance | path

Searched defs:wxGraphicsBitmap (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dgraphics.h32 class WXDLLIMPEXP_CORE wxGraphicsBitmap; variable
134 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
136 wxGraphicsBitmap( const wxGraphicsBitmap& other) : wxGraphicsObject( other ) {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dgraphics.h32 class WXDLLIMPEXP_CORE wxGraphicsBitmap; variable
134 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
136 wxGraphicsBitmap( const wxGraphicsBitmap& other) : wxGraphicsObject( other ) {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dgraphics.h32 class WXDLLIMPEXP_CORE wxGraphicsBitmap; variable
134 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
136 wxGraphicsBitmap( const wxGraphicsBitmap& other) : wxGraphicsObject( other ) {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dgraphics.h32 class WXDLLIMPEXP_CORE wxGraphicsBitmap; variable
134 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
136 wxGraphicsBitmap( const wxGraphicsBitmap& other) : wxGraphicsObject( other ) {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dgraphics.h283 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dgraphics.h283 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DImageSource.h36 class wxGraphicsBitmap; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dgraphics.h89 class WXDLLIMPEXP_FWD_CORE wxGraphicsBitmap; variable
168 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dgraphics.h89 class WXDLLIMPEXP_FWD_CORE wxGraphicsBitmap; variable
168 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgraphics.h101 class WXDLLIMPEXP_FWD_CORE wxGraphicsBitmap; variable
183 wxGraphicsBitmap() {} in wxGraphicsBitmap() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphicsd2d.cpp3833 void DrawBitmap(const wxGraphicsBitmap&, wxDouble, wxDouble, wxDouble, wxDouble) wxOVERRIDE {} in DrawBitmap()