Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtextureglyphcache_p.h File Reference
#include <QtGui/private/qtguiglobal_p.h>
#include <qhash.h>
#include <qimage.h>
#include <qobject.h>
#include <qtransform.h>
#include <private/qfontengineglyphcache_p.h>
+ Include dependency graph for qtextureglyphcache_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QTextureGlyphCache
 
struct  QTextureGlyphCache::GlyphAndSubPixelPosition
 
struct  QTextureGlyphCache::Coord
 
class  QImageTextureGlyphCache
 

Macros

#define QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH   256
 

Typedefs

typedef unsigned int glyph_t
 

Functions

size_t qHash (const QTextureGlyphCache::GlyphAndSubPixelPosition &g, size_t seed=0)
 

Macro Definition Documentation

◆ QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH

#define QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH   256

Definition at line 27 of file qtextureglyphcache_p.h.

Typedef Documentation

◆ glyph_t

typedef unsigned int glyph_t

Definition at line 31 of file qtextureglyphcache_p.h.

Function Documentation

◆ qHash()

size_t qHash ( const QTextureGlyphCache::GlyphAndSubPixelPosition g,
size_t  seed = 0 
)
inline

Definition at line 130 of file qtextureglyphcache_p.h.

References qHashMulti(), and seed.

+ Here is the call graph for this function: