![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgrhidistancefieldglyphcache_p.h>
Additional Inherited Members | |
| Protected Member Functions inherited from QSGDistanceFieldGlyphCache | |
| void | setGlyphsPosition (const QList< GlyphPosition > &glyphs) |
| void | setGlyphsTexture (const QVector< glyph_t > &glyphs, const Texture &tex) |
| void | markGlyphsToRender (const QVector< glyph_t > &glyphs) |
| void | removeGlyph (glyph_t glyph) |
| void | updateRhiTexture (QRhiTexture *oldTex, QRhiTexture *newTex, const QSize &newTexSize) |
| bool | containsGlyph (glyph_t glyph) |
| GlyphData & | glyphData (glyph_t glyph) |
| GlyphData & | emptyData (glyph_t glyph) |
| int | baseFontSize () const |
| Protected Attributes inherited from QSGDistanceFieldGlyphCache | |
| bool | m_doubleGlyphResolution |
| int | m_renderTypeQuality |
| QRawFont | m_referenceFont |
Definition at line 26 of file qsgrhidistancefieldglyphcache_p.h.
| QSGRhiDistanceFieldGlyphCache::QSGRhiDistanceFieldGlyphCache | ( | QSGDefaultRenderContext * | rc, |
| const QRawFont & | font, | ||
| int | renderTypeQuality ) |
Definition at line 22 of file qsgrhidistancefieldglyphcache.cpp.
|
virtual |
Definition at line 33 of file qsgrhidistancefieldglyphcache.cpp.
| void QSGRhiDistanceFieldGlyphCache::commitResourceUpdates | ( | QRhiResourceUpdateBatch * | mergeInto | ) |
Definition at line 514 of file qsgrhidistancefieldglyphcache.cpp.
| bool QSGRhiDistanceFieldGlyphCache::createFullSizeTextures | ( | ) | const |
Definition at line 253 of file qsgrhidistancefieldglyphcache.cpp.
|
overridevirtual |
Implements QSGDistanceFieldGlyphCache.
Definition at line 522 of file qsgrhidistancefieldglyphcache.cpp.
|
overridevirtual |
Reimplemented from QSGDistanceFieldGlyphCache.
Definition at line 107 of file qsgrhidistancefieldglyphcache.cpp.
|
inline |
Definition at line 43 of file qsgrhidistancefieldglyphcache_p.h.
| int QSGRhiDistanceFieldGlyphCache::maxTextureSize | ( | ) | const |
Definition at line 258 of file qsgrhidistancefieldglyphcache.cpp.
|
overridevirtual |
Implements QSGDistanceFieldGlyphCache.
Definition at line 170 of file qsgrhidistancefieldglyphcache.cpp.
Implements QSGDistanceFieldGlyphCache.
Definition at line 176 of file qsgrhidistancefieldglyphcache.cpp.
Implements QSGDistanceFieldGlyphCache.
Definition at line 41 of file qsgrhidistancefieldglyphcache.cpp.
|
overridevirtual |
Implements QSGDistanceFieldGlyphCache.
Definition at line 529 of file qsgrhidistancefieldglyphcache.cpp.
|
inline |
Definition at line 42 of file qsgrhidistancefieldglyphcache_p.h.
|
overridevirtual |
Implements QSGDistanceFieldGlyphCache.
Definition at line 112 of file qsgrhidistancefieldglyphcache.cpp.
| bool QSGRhiDistanceFieldGlyphCache::useTextureResizeWorkaround | ( | ) | const |
Definition at line 242 of file qsgrhidistancefieldglyphcache.cpp.