![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgadaptationlayer_p.h>
Public Member Functions | |
| GlyphData () | |
Public Attributes | |
| Texture * | texture = nullptr |
| TexCoord | texCoord |
| QRectF | boundingRect |
| QPainterPath | path |
| quint32 | ref = 0 |
Definition at line 487 of file qsgadaptationlayer_p.h.
|
inline |
Definition at line 494 of file qsgadaptationlayer_p.h.
| QRectF QSGDistanceFieldGlyphCache::GlyphData::boundingRect |
Definition at line 490 of file qsgadaptationlayer_p.h.
| QPainterPath QSGDistanceFieldGlyphCache::GlyphData::path |
Definition at line 491 of file qsgadaptationlayer_p.h.
| quint32 QSGDistanceFieldGlyphCache::GlyphData::ref = 0 |
Definition at line 492 of file qsgadaptationlayer_p.h.
| TexCoord QSGDistanceFieldGlyphCache::GlyphData::texCoord |
Definition at line 489 of file qsgadaptationlayer_p.h.
| Texture* QSGDistanceFieldGlyphCache::GlyphData::texture = nullptr |
Definition at line 488 of file qsgadaptationlayer_p.h.