LibreOffice Module canvas (master) 1
|
#include <algorithm>
#include <memory>
#include <basegfx/numeric/ftools.hxx>
#include <prewin.h>
#include <d3d9.h>
#include <gdiplus.h>
#include <systools/win32/comtools.hxx>
#include <postwin.h>
Go to the source code of this file.
Namespaces | |
namespace | dxcanvas |
Macros | |
#define | D3D_DEBUG_INFO |
#define | max(a, b) (((a) > (b)) ? (a) : (b)) |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
Typedefs | |
typedef IDirect3DSurface9 | surface_type |
typedef std::shared_ptr< Gdiplus::Graphics > | dxcanvas::GraphicsSharedPtr |
typedef std::shared_ptr< Gdiplus::GraphicsPath > | dxcanvas::GraphicsPathSharedPtr |
typedef std::shared_ptr< Gdiplus::Bitmap > | dxcanvas::BitmapSharedPtr |
typedef std::shared_ptr< Gdiplus::TextureBrush > | dxcanvas::TextureBrushSharedPtr |
#define D3D_DEBUG_INFO |
Definition at line 34 of file dx_winstuff.hxx.
Definition at line 43 of file dx_winstuff.hxx.
Definition at line 46 of file dx_winstuff.hxx.
typedef IDirect3DSurface9 surface_type |
Definition at line 39 of file dx_winstuff.hxx.