Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cgdi_plus_ext.cpp File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#include "core/fxge/win32/cgdi_plus_ext.h"
#include <windows.h>
#include <objidl.h>
#include <algorithm>
#include <array>
#include <sstream>
#include <utility>
#include <vector>
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "core/fxcrt/fx_memory.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/fx_string_wrappers.h"
#include "core/fxcrt/fx_system.h"
#include "core/fxcrt/numerics/safe_conversions.h"
#include "core/fxcrt/span.h"
#include "core/fxge/cfx_fillrenderoptions.h"
#include "core/fxge/cfx_gemodule.h"
#include "core/fxge/cfx_graphstatedata.h"
#include "core/fxge/cfx_path.h"
#include "core/fxge/dib/cfx_dibbase.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/win32/cwin32_platform.h"
#include <gdiplus.h>
Include dependency graph for cgdi_plus_ext.cpp:

Go to the source code of this file.

Namespaces

namespace  Gdiplus

Macros

#define CALLFUNC(gdi_plus_ext, funcname, ...)

Macro Definition Documentation

◆ CALLFUNC

#define CALLFUNC ( gdi_plus_ext,
funcname,
... )
Value:
reinterpret_cast<FuncType_##funcname>( \
(gdi_plus_ext).functions()[FuncId_##funcname])(__VA_ARGS__)

Definition at line 182 of file cgdi_plus_ext.cpp.