Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGDistanceFieldGlyphCache::TexCoord Struct Reference

#include <qsgadaptationlayer_p.h>

Collaboration diagram for QSGDistanceFieldGlyphCache::TexCoord:

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

Detailed Description

Definition at line 426 of file qsgadaptationlayer_p.h.

Constructor & Destructor Documentation

◆ TexCoord()

QSGDistanceFieldGlyphCache::TexCoord::TexCoord ( )
inline

Definition at line 434 of file qsgadaptationlayer_p.h.

Member Function Documentation

◆ isNull()

bool QSGDistanceFieldGlyphCache::TexCoord::isNull ( ) const
inline

Definition at line 436 of file qsgadaptationlayer_p.h.

◆ isValid()

bool QSGDistanceFieldGlyphCache::TexCoord::isValid ( ) const
inline

Definition at line 437 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ height

qreal QSGDistanceFieldGlyphCache::TexCoord::height = -1

Definition at line 430 of file qsgadaptationlayer_p.h.

◆ width

qreal QSGDistanceFieldGlyphCache::TexCoord::width = -1

Definition at line 429 of file qsgadaptationlayer_p.h.

◆ x

qreal QSGDistanceFieldGlyphCache::TexCoord::x = 0

Definition at line 427 of file qsgadaptationlayer_p.h.

◆ xMargin

qreal QSGDistanceFieldGlyphCache::TexCoord::xMargin = 0

Definition at line 431 of file qsgadaptationlayer_p.h.

◆ y

qreal QSGDistanceFieldGlyphCache::TexCoord::y = 0

Definition at line 428 of file qsgadaptationlayer_p.h.

◆ yMargin

qreal QSGDistanceFieldGlyphCache::TexCoord::yMargin = 0

Definition at line 432 of file qsgadaptationlayer_p.h.


The documentation for this struct was generated from the following file: