Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qsgrhidistancefieldglyphcache.cpp File Reference
#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>
+ Include dependency graph for qsgrhidistancefieldglyphcache.cpp:

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)
 

Macro Definition Documentation

◆ FROM_FIXED_POINT

#define FROM_FIXED_POINT (   value)    (((qreal)value)/(qreal)65536)

◆ QSG_RHI_DISTANCEFIELD_GLYPH_CACHE_PADDING

#define QSG_RHI_DISTANCEFIELD_GLYPH_CACHE_PADDING   2

Definition at line 19 of file qsgrhidistancefieldglyphcache.cpp.