|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
#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 |
Definition at line 505 of file openglosd.h.
|
inline |
Definition at line 507 of file openglosd.h.
Definition at line 517 of file openglosd.h.
References m_pSymbols.
Implements cOglCmd.
Definition at line 518 of file openglosd.h.
|
private |
Definition at line 523 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 525 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 526 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 524 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 522 of file openglosd.h.
Referenced by Execute().
Definition at line 527 of file openglosd.h.
Referenced by Execute(), and ~cOglCmdDrawText().
|
private |
Definition at line 521 of file openglosd.h.
Referenced by Execute().
|
private |
Definition at line 521 of file openglosd.h.
Referenced by Execute().