|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
#include <openglosd.h>
Public Member Functions | |
| cOglFontAtlas (FT_Face, int) | |
| virtual | ~cOglFontAtlas (void) |
| cOglAtlasGlyph * | GetGlyph (int) const |
| int | Height (void) const |
| int | Width (void) const |
| void | BindTexture (void) |
Private Attributes | |
| GLuint | m_texture = 0 |
| int | m_width = 0 |
| int | m_height = 0 |
| cOglAtlasGlyph * | m_pGlyph [MAX_CHARCODE - MIN_CHARCODE+1] |
Definition at line 177 of file openglosd.h.
| cOglFontAtlas::cOglFontAtlas | ( | FT_Face | face, |
| int | height | ||
| ) |
Definition at line 280 of file openglosd.cpp.
References L_OPENGL, LOGDEBUG2, LOGERROR, LOGWARNING, m_height, m_pGlyph, m_texture, m_width, MAX_CHARCODE, and MIN_CHARCODE.
|
virtual |
Definition at line 440 of file openglosd.cpp.
References m_pGlyph, m_texture, MAX_CHARCODE, and MIN_CHARCODE.
| void cOglFontAtlas::BindTexture | ( | void | ) |
Definition at line 459 of file openglosd.cpp.
References m_texture.
Referenced by cOglCmdDrawText::Execute().
| cOglAtlasGlyph * cOglFontAtlas::GetGlyph | ( | int | sym | ) | const |
Definition at line 452 of file openglosd.cpp.
References m_pGlyph, MAX_CHARCODE, and MIN_CHARCODE.
Referenced by cOglCmdDrawText::Execute().
|
inline |
Definition at line 183 of file openglosd.h.
References m_height.
Referenced by cOglCmdDrawText::Execute().
|
inline |
Definition at line 184 of file openglosd.h.
References m_width.
Referenced by cOglCmdDrawText::Execute().
|
private |
Definition at line 189 of file openglosd.h.
Referenced by cOglFontAtlas(), and Height().
|
private |
Definition at line 190 of file openglosd.h.
Referenced by cOglFontAtlas(), GetGlyph(), and ~cOglFontAtlas().
|
private |
Definition at line 187 of file openglosd.h.
Referenced by BindTexture(), cOglFontAtlas(), and ~cOglFontAtlas().
|
private |
Definition at line 188 of file openglosd.h.
Referenced by cOglFontAtlas(), and Width().