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

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxge/win32/cgdi_plus_ext.h"
#include <windows.h>
#include <objidl.h>
#include <algorithm>
#include <sstream>
#include <utility>
#include <vector>
#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/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 "third_party/base/containers/span.h"
#include "third_party/base/notreached.h"
#include "third_party/base/numerics/safe_conversions.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(funcname)
 

Macro Definition Documentation

◆ CallFunc

#define CallFunc ( funcname)
Value:
reinterpret_cast<FuncType_##funcname>( \
GdiplusExt.functions()[FuncId_##funcname])

Definition at line 183 of file cgdi_plus_ext.cpp.