vdr-plugin-softhddevice-drm-gles 1.6.2
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 charDescription (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 
virtual bool NeedsLockingAgainstStateChange (void)
 

Private Attributes

tColorm_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 530 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 532 of file openglosd.h.

◆ ~cOglCmdDrawImage()

virtual cOglCmdDrawImage::~cOglCmdDrawImage ( void  )
inlinevirtual

Definition at line 543 of file openglosd.h.

References m_argb.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 544 of file openglosd.h.

Member Data Documentation

◆ m_argb

tColor* cOglCmdDrawImage::m_argb
private

Definition at line 547 of file openglosd.h.

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

◆ m_borderColor

GLint cOglCmdDrawImage::m_borderColor
private

Definition at line 551 of file openglosd.h.

Referenced by Execute().

◆ m_height

GLint cOglCmdDrawImage::m_height
private

Definition at line 548 of file openglosd.h.

Referenced by Execute().

◆ m_overlay

bool cOglCmdDrawImage::m_overlay
private

Definition at line 549 of file openglosd.h.

Referenced by Execute().

◆ m_scaleX

GLfloat cOglCmdDrawImage::m_scaleX
private

Definition at line 550 of file openglosd.h.

Referenced by Execute().

◆ m_scaleY

GLfloat cOglCmdDrawImage::m_scaleY
private

Definition at line 550 of file openglosd.h.

Referenced by Execute().

◆ m_width

GLint cOglCmdDrawImage::m_width
private

Definition at line 548 of file openglosd.h.

Referenced by Execute().

◆ m_x

GLint cOglCmdDrawImage::m_x
private

Definition at line 548 of file openglosd.h.

Referenced by Execute().

◆ m_y

GLint cOglCmdDrawImage::m_y
private

Definition at line 548 of file openglosd.h.

Referenced by Execute().


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