![]() |
Qt 6.x
The Qt SDK
|
#include "qsgrhidistancefieldglyphcache_p.h"
#include "qsgcontext_p.h"
#include "qsgdefaultrendercontext_p.h"
#include <QtGui/private/qdistancefield_p.h>
#include <QtCore/qelapsedtimer.h>
#include <QtQml/private/qqmlglobal_p.h>
#include <qmath.h>
#include <qendian.h>
Go to the source code of this file.
Macros | |
#define | QSG_RHI_DISTANCEFIELD_GLYPH_CACHE_PADDING 2 |
#define | FROM_FIXED_POINT(value) (((qreal)value)/(qreal)65536) |
#define QSG_RHI_DISTANCEFIELD_GLYPH_CACHE_PADDING 2 |
Definition at line 19 of file qsgrhidistancefieldglyphcache.cpp.