Qt 4.8
|
#include <qtextureglyphcache_gl_p.h>
Public Functions | |
QGLGlyphTexture (const QGLContext *ctx) | |
~QGLGlyphTexture () | |
Public Variables | |
GLuint | m_fbo |
int | m_height |
GLuint | m_texture |
int | m_width |
Definition at line 67 of file qtextureglyphcache_gl_p.h.
|
inline |
Definition at line 69 of file qtextureglyphcache_gl_p.h.
|
inline |
Definition at line 82 of file qtextureglyphcache_gl_p.h.
GLuint QGLGlyphTexture::m_fbo |
Definition at line 98 of file qtextureglyphcache_gl_p.h.
Referenced by QGLGlyphTexture(), QGLTextureGlyphCache::resizeTextureData(), and ~QGLGlyphTexture().
int QGLGlyphTexture::m_height |
Definition at line 100 of file qtextureglyphcache_gl_p.h.
Referenced by QGLTextureGlyphCache::createTextureData(), QGLTextureGlyphCache::height(), QGLTextureGlyphCache::resizeTextureData(), and ~QGLGlyphTexture().
GLuint QGLGlyphTexture::m_texture |
Definition at line 97 of file qtextureglyphcache_gl_p.h.
Referenced by QGLTextureGlyphCache::createTextureData(), QGLTextureGlyphCache::fillTexture(), QGLTextureGlyphCache::resizeTextureData(), QGLTextureGlyphCache::texture(), and ~QGLGlyphTexture().
int QGLGlyphTexture::m_width |
Definition at line 99 of file qtextureglyphcache_gl_p.h.
Referenced by QGLTextureGlyphCache::createTextureData(), QGLTextureGlyphCache::resizeTextureData(), QGLTextureGlyphCache::width(), and ~QGLGlyphTexture().