Qt 4.8
|
#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 |
Definition at line 89 of file qtextureglyphcache_p.h.
|
inline |
Definition at line 91 of file qtextureglyphcache_p.h.
|
inline |
Definition at line 93 of file qtextureglyphcache_p.h.
glyph_t QTextureGlyphCache::GlyphAndSubPixelPosition::glyph |
Definition at line 98 of file qtextureglyphcache_p.h.
Referenced by QTextureGlyphCache::fillInPendingGlyphs(), operator==(), and qHash().
QFixed QTextureGlyphCache::GlyphAndSubPixelPosition::subPixelPosition |
Definition at line 99 of file qtextureglyphcache_p.h.
Referenced by QTextureGlyphCache::fillInPendingGlyphs(), operator==(), and qHash().