|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
#include <openglosd.h>

Public Member Functions | |
| cOglFontAtlas (FT_Face face, int height) | |
| virtual | ~cOglFontAtlas (void) |
| cOglAtlasGlyph * | GetGlyph (int sym) const |
| int | FontHeight (void) const |
| int | Height (void) const |
| int | Width (void) const |
| void | BindTexture (void) |
Private Attributes | |
| GLuint | tex |
| int | w |
| int | h |
| int | fontheight |
| cOglAtlasGlyph * | Glyph [MAX_CHARCODE - MIN_CHARCODE+1] |
Definition at line 207 of file openglosd.h.
| cOglFontAtlas::cOglFontAtlas | ( | FT_Face | face, |
| int | height | ||
| ) |
Definition at line 526 of file openglosd.cpp.
References fontheight, GL_CHECK, Glyph, h, L_OPENGL, LOGDEBUG2, LOGERROR, LOGWARNING, MAX_CHARCODE, MIN_CHARCODE, tex, and w.
|
virtual |
Definition at line 696 of file openglosd.cpp.
References GL_CHECK, Glyph, MAX_CHARCODE, MIN_CHARCODE, and tex.
| void cOglFontAtlas::BindTexture | ( | void | ) |
Definition at line 715 of file openglosd.cpp.
Referenced by cOglCmdDrawText::Execute().
|
inline |
Definition at line 218 of file openglosd.h.
References fontheight.
| cOglAtlasGlyph * cOglFontAtlas::GetGlyph | ( | int | sym | ) | const |
Definition at line 708 of file openglosd.cpp.
References Glyph, MAX_CHARCODE, and MIN_CHARCODE.
Referenced by cOglCmdDrawText::Execute().
|
inline |
|
inline |
|
private |
Definition at line 212 of file openglosd.h.
Referenced by cOglFontAtlas(), and FontHeight().
|
private |
Definition at line 213 of file openglosd.h.
Referenced by cOglFontAtlas(), GetGlyph(), and ~cOglFontAtlas().
|
private |
Definition at line 211 of file openglosd.h.
Referenced by cOglFontAtlas(), and Height().
|
private |
Definition at line 209 of file openglosd.h.
Referenced by BindTexture(), cOglFontAtlas(), and ~cOglFontAtlas().
|
private |
Definition at line 210 of file openglosd.h.
Referenced by cOglFontAtlas(), and Width().