vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
cOglCmdDrawImage Class Reference

#include <openglosd.h>

Public Member Functions

 cOglCmdDrawImage (cOglFb *fb, tColor *argb, GLint width, GLint height, GLint x, GLint y, bool overlay=true, double scaleX=1.0f, double scaleY=1.0f)
 
virtual ~cOglCmdDrawImage (void)
 
virtual const char * Description (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 

Private Attributes

tColor * m_argb
 
GLint m_x
 
GLint m_y
 
GLint m_width
 
GLint m_height
 
bool m_overlay
 
GLfloat m_scaleX
 
GLfloat m_scaleY
 
GLint m_borderColor
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbm_pFramebuffer
 

Detailed Description

Definition at line 553 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawImage()

cOglCmdDrawImage::cOglCmdDrawImage ( cOglFb fb,
tColor *  argb,
GLint  width,
GLint  height,
GLint  x,
GLint  y,
bool  overlay = true,
double  scaleX = 1.0f,
double  scaleY = 1.0f 
)
inline

Definition at line 556 of file openglosd.h.

◆ ~cOglCmdDrawImage()

virtual cOglCmdDrawImage::~cOglCmdDrawImage ( void  )
inlinevirtual

Definition at line 567 of file openglosd.h.

References m_argb.

Member Function Documentation

◆ Description()

virtual const char * cOglCmdDrawImage::Description ( void  )
inlinevirtual

Implements cOglCmd.

Definition at line 568 of file openglosd.h.

◆ Execute()

Member Data Documentation

◆ m_argb

tColor* cOglCmdDrawImage::m_argb
private

Definition at line 571 of file openglosd.h.

Referenced by Execute(), and ~cOglCmdDrawImage().

◆ m_borderColor

GLint cOglCmdDrawImage::m_borderColor
private

Definition at line 575 of file openglosd.h.

Referenced by Execute().

◆ m_height

GLint cOglCmdDrawImage::m_height
private

Definition at line 572 of file openglosd.h.

Referenced by Execute().

◆ m_overlay

bool cOglCmdDrawImage::m_overlay
private

Definition at line 573 of file openglosd.h.

Referenced by Execute().

◆ m_scaleX

GLfloat cOglCmdDrawImage::m_scaleX
private

Definition at line 574 of file openglosd.h.

Referenced by Execute().

◆ m_scaleY

GLfloat cOglCmdDrawImage::m_scaleY
private

Definition at line 574 of file openglosd.h.

Referenced by Execute().

◆ m_width

GLint cOglCmdDrawImage::m_width
private

Definition at line 572 of file openglosd.h.

Referenced by Execute().

◆ m_x

GLint cOglCmdDrawImage::m_x
private

Definition at line 572 of file openglosd.h.

Referenced by Execute().

◆ m_y

GLint cOglCmdDrawImage::m_y
private

Definition at line 572 of file openglosd.h.

Referenced by Execute().


The documentation for this class was generated from the following files: