![]() |
Qt 6.x
The Qt SDK
|
#include <qfontengineglyphcache_p.h>
Public Member Functions | |
QFontEngineGlyphCache (QFontEngine::GlyphFormat format, const QTransform &matrix, const QColor &color=QColor()) | |
virtual | ~QFontEngineGlyphCache () |
QFontEngine::GlyphFormat | glyphFormat () const |
const QTransform & | transform () const |
const QColor & | color () const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QFontEngine::GlyphFormat | m_format |
QTransform | m_transform |
QColor | m_color |
![]() | |
QAtomicInt | ref |
Definition at line 29 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 32 of file qfontengineglyphcache_p.h.
References QFontEngine::Format_None, and Q_ASSERT.
|
virtual |
Definition at line 9 of file qfontengineglyphcache.cpp.
|
inline |
Definition at line 44 of file qfontengineglyphcache_p.h.
Referenced by QTextureGlyphCache::textureMapForGlyph().
|
inline |
Definition at line 42 of file qfontengineglyphcache_p.h.
Referenced by QSGTextMaskMaterial::createShader(), QSGStyledTextMaterial::createShader(), QSGOutlinedTextMaterial::createShader(), and QSGTextMaskMaterial::setColor().
|
inline |
Definition at line 43 of file qfontengineglyphcache_p.h.
Referenced by QTextureGlyphCache::populate().
QColor QFontEngineGlyphCache::m_color |
Definition at line 48 of file qfontengineglyphcache_p.h.
QFontEngine::GlyphFormat QFontEngineGlyphCache::m_format |
Definition at line 46 of file qfontengineglyphcache_p.h.
Referenced by QImageTextureGlyphCache::createTextureData(), QOpenGLTextureGlyphCache::createTextureData(), QSGRhiTextureGlyphCache::endFillTexture(), QImageTextureGlyphCache::fillTexture(), QOpenGLTextureGlyphCache::glyphPadding(), QSGRhiTextureGlyphCache::glyphPadding(), QTextureGlyphCache::populate(), and QTextureGlyphCache::textureMapForGlyph().
QTransform QFontEngineGlyphCache::m_transform |
Definition at line 47 of file qfontengineglyphcache_p.h.
Referenced by QTextureGlyphCache::populate(), and QTextureGlyphCache::textureMapForGlyph().