Qt 4.8
|
#include <qfontengineglyphcache_p.h>
Public Types | |
enum | Type { Raster_RGBMask, Raster_A8, Raster_Mono } |
Public Functions | |
Type | cacheType () const |
QFontEngineGlyphCache (const QTransform &matrix, Type type) | |
virtual | ~QFontEngineGlyphCache () |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Public Variables | |
QTransform | m_transform |
QFontEngineGlyphCache::Type | m_type |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Definition at line 75 of file qfontengineglyphcache_p.h.
Enumerator | |
---|---|
Raster_RGBMask | |
Raster_A8 | |
Raster_Mono |
Definition at line 78 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 84 of file qfontengineglyphcache_p.h.
|
inlinevirtual |
Definition at line 86 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 88 of file qfontengineglyphcache_p.h.
Referenced by QGL2PaintEngineExPrivate::drawCachedGlyphs(), and QFontEngine::glyphCache().
QTransform QFontEngineGlyphCache::m_transform |
Definition at line 90 of file qfontengineglyphcache_p.h.
Referenced by QFontEngine::glyphCache(), QTextureGlyphCache::populate(), and QTextureGlyphCache::textureMapForGlyph().
QFontEngineGlyphCache::Type QFontEngineGlyphCache::m_type |
Definition at line 91 of file qfontengineglyphcache_p.h.
Referenced by cacheType(), QGLTextureGlyphCache::createTextureData(), QImageTextureGlyphCache::createTextureData(), QImageTextureGlyphCache::fillTexture(), QImageTextureGlyphCache::glyphMargin(), QTextureGlyphCache::populate(), and QTextureGlyphCache::textureMapForGlyph().