|
vdr-plugin-softhddevice-drm-gles 1.6.4-d0291bb
|
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 579 of file openglosd.h.
|
inline |
Definition at line 581 of file openglosd.h.
Definition at line 591 of file openglosd.h.
References m_pSymbols.
Implements cOglCmd.
Definition at line 592 of file openglosd.h.
Implements cOglCmd.
Definition at line 1368 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 597 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 599 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 600 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 598 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 596 of file openglosd.h.
Referenced by Execute().
Definition at line 601 of file openglosd.h.
Referenced by Execute(), and ~cOglCmdDrawText().
|
private |
Definition at line 595 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 595 of file openglosd.h.
Referenced by Execute().