|
vdr-plugin-softhddevice-drm-gles 1.6.8-daba64b
|
OpenGL command: Draw a text. More...
#include <openglosd.h>
Public Member Functions | |
| cOglCmdDrawText (cOglFb *fb, GLint x, GLint y, unsigned int *symbols, GLint limitX, const char *name, int fontSize, tColor colorText, int length) | |
| virtual | ~cOglCmdDrawText (void) |
| virtual const char * | Description (void) |
| virtual bool | Execute (void) |
Public Member Functions inherited from cOglCmd | |
| cOglCmd (cOglFb *fb) | |
| virtual | ~cOglCmd (void) |
| virtual bool | NeedsLockingAgainstStateChange (void) |
Private Attributes | |
| GLint | m_x |
| GLint | m_y |
| GLint | m_limitX |
| GLint | m_colorText |
| int | m_length |
| cString | m_fontName |
| int | m_fontSize |
| unsigned int * | m_pSymbols |
Additional Inherited Members | |
Protected Attributes inherited from cOglCmd | |
| cOglFb * | m_pFramebuffer |
OpenGL command: Draw a text.
Definition at line 602 of file openglosd.h.
|
inline |
Definition at line 604 of file openglosd.h.
Definition at line 614 of file openglosd.h.
References m_pSymbols.
Implements cOglCmd.
Definition at line 615 of file openglosd.h.
Implements cOglCmd.
Definition at line 1422 of file openglosd.cpp.
References cOglFont::Atlas(), cOglFb::Bind(), cOglFont::Bottom(), cOglFont::Get(), GL_CHECK, cOglFont::Glyph(), cOglFont::Height(), cOglFb::Height(), cOglFont::Kerning(), L_OPENGL, LOGDEBUG2, LOGWARNING, m_colorText, m_fontName, m_fontSize, m_length, m_limitX, cOglCmd::m_pFramebuffer, m_pSymbols, m_x, m_y, MAX_CHARCODE, MIN_CHARCODE, cOglFb::Unbind(), vbText, VertexBuffers, and cOglFb::Width().
|
private |
Definition at line 620 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 622 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 623 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 621 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 619 of file openglosd.h.
Referenced by Execute().
Definition at line 624 of file openglosd.h.
Referenced by Execute(), and ~cOglCmdDrawText().
|
private |
Definition at line 618 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 618 of file openglosd.h.
Referenced by Execute().