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
qtextureglyphcache_p.h File Reference

(9d29c590f30a04b3dba0b7d1b4918c2db5419e0d)

#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.