![]() |
Qt 6.x
The Qt SDK
|
#include <qsgadaptationlayer_p.h>
Public Member Functions | |
TexCoord () | |
bool | isNull () const |
bool | isValid () const |
Public Attributes | |
qreal | x = 0 |
qreal | y = 0 |
qreal | width = -1 |
qreal | height = -1 |
qreal | xMargin = 0 |
qreal | yMargin = 0 |
Definition at line 426 of file qsgadaptationlayer_p.h.
|
inline |
Definition at line 434 of file qsgadaptationlayer_p.h.
|
inline |
Definition at line 436 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::release(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
|
inline |
Definition at line 437 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::containsGlyph(), and QSGDistanceFieldGlyphCache::populate().
qreal QSGDistanceFieldGlyphCache::TexCoord::height = -1 |
Definition at line 430 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::populate(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
qreal QSGDistanceFieldGlyphCache::TexCoord::width = -1 |
Definition at line 429 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::populate(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
qreal QSGDistanceFieldGlyphCache::TexCoord::x = 0 |
Definition at line 427 of file qsgadaptationlayer_p.h.
Referenced by QSGRhiDistanceFieldGlyphCache::requestGlyphs(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
qreal QSGDistanceFieldGlyphCache::TexCoord::xMargin = 0 |
Definition at line 431 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::setGlyphsPosition().
qreal QSGDistanceFieldGlyphCache::TexCoord::y = 0 |
Definition at line 428 of file qsgadaptationlayer_p.h.
Referenced by QSGRhiDistanceFieldGlyphCache::requestGlyphs(), and QSGDistanceFieldGlyphCache::setGlyphsPosition().
qreal QSGDistanceFieldGlyphCache::TexCoord::yMargin = 0 |
Definition at line 432 of file qsgadaptationlayer_p.h.
Referenced by QSGDistanceFieldGlyphCache::setGlyphsPosition().