![]() |
Qt 6.x
The Qt SDK
|
#include <qsgadaptationlayer_p.h>
Collaboration diagram for QSGDistanceFieldGlyphCache::GlyphData:Public Member Functions | |
| GlyphData () | |
Public Attributes | |
| Texture * | texture = nullptr |
| TexCoord | texCoord |
| QRectF | boundingRect |
| QPainterPath | path |
| quint32 | ref = 0 |
Definition at line 489 of file qsgadaptationlayer_p.h.
|
inline |
Definition at line 496 of file qsgadaptationlayer_p.h.
| QRectF QSGDistanceFieldGlyphCache::GlyphData::boundingRect |
| QPainterPath QSGDistanceFieldGlyphCache::GlyphData::path |
Definition at line 493 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::glyphData(), and QSGDistanceFieldGlyphCache::update().
| quint32 QSGDistanceFieldGlyphCache::GlyphData::ref = 0 |
Definition at line 494 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::populate(), and QSGDistanceFieldGlyphCache::release().
| TexCoord QSGDistanceFieldGlyphCache::GlyphData::texCoord |
Definition at line 491 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::containsGlyph(), QSGDistanceFieldGlyphCache::glyphTexCoord(), QSGDistanceFieldGlyphCache::populate(), QSGDistanceFieldGlyphCache::release(), QSGDistanceFieldGlyphCache::removeGlyph(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
Definition at line 490 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::emptyData(), QSGDistanceFieldGlyphCache::glyphTexture(), QSGDistanceFieldGlyphCache::removeGlyph(), and QSGDistanceFieldGlyphCache::setGlyphsTexture().