Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 422 of file qsgadaptationlayer_p.h.

Constructor & Destructor Documentation

◆ TexCoord()

QSGDistanceFieldGlyphCache::TexCoord::TexCoord ( )
inline

Definition at line 430 of file qsgadaptationlayer_p.h.

Member Function Documentation

◆ isNull()

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

Definition at line 432 of file qsgadaptationlayer_p.h.

◆ isValid()

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

Definition at line 433 of file qsgadaptationlayer_p.h.

Referenced by QSGDistanceFieldGlyphCache::containsGlyph().

+ Here is the caller graph for this function:

Member Data Documentation

◆ height

qreal QSGDistanceFieldGlyphCache::TexCoord::height = -1

Definition at line 426 of file qsgadaptationlayer_p.h.

◆ width

qreal QSGDistanceFieldGlyphCache::TexCoord::width = -1

Definition at line 425 of file qsgadaptationlayer_p.h.

◆ x

qreal QSGDistanceFieldGlyphCache::TexCoord::x = 0

Definition at line 423 of file qsgadaptationlayer_p.h.

◆ xMargin

qreal QSGDistanceFieldGlyphCache::TexCoord::xMargin = 0

Definition at line 427 of file qsgadaptationlayer_p.h.

◆ y

qreal QSGDistanceFieldGlyphCache::TexCoord::y = 0

Definition at line 424 of file qsgadaptationlayer_p.h.

◆ yMargin

qreal QSGDistanceFieldGlyphCache::TexCoord::yMargin = 0

Definition at line 428 of file qsgadaptationlayer_p.h.


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