Qt 4.8
Public Functions | Public Variables | List of all members
QTextureGlyphCache::GlyphAndSubPixelPosition Struct Reference

#include <qtextureglyphcache_p.h>

Public Functions

 GlyphAndSubPixelPosition (glyph_t g, QFixed spp)
 
bool operator== (const GlyphAndSubPixelPosition &other) const
 

Public Variables

glyph_t glyph
 
QFixed subPixelPosition
 

Detailed Description

Definition at line 89 of file qtextureglyphcache_p.h.

Constructors and Destructors

◆ GlyphAndSubPixelPosition()

QTextureGlyphCache::GlyphAndSubPixelPosition::GlyphAndSubPixelPosition ( glyph_t  g,
QFixed  spp 
)
inline

Functions

◆ operator==()

bool QTextureGlyphCache::GlyphAndSubPixelPosition::operator== ( const GlyphAndSubPixelPosition other) const
inline

Definition at line 93 of file qtextureglyphcache_p.h.

94  {
95  return glyph == other.glyph && subPixelPosition == other.subPixelPosition;
96  }

Properties

◆ glyph

glyph_t QTextureGlyphCache::GlyphAndSubPixelPosition::glyph

◆ subPixelPosition

QFixed QTextureGlyphCache::GlyphAndSubPixelPosition::subPixelPosition

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