openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
gpixmap.h File Reference
#include <pthread.h>
#include <string>
#include <lib/base/object.h>
#include <lib/base/smartptr.h>
#include <lib/base/elock.h>
#include <lib/gdi/erect.h>
#include <lib/gdi/fb.h>
#include <byteswap.h>

Go to the source code of this file.

Classes

struct  gRGB
 
struct  gColor
 
struct  gPalette
 
struct  gLookup
 
struct  gUnmanagedSurface
 
struct  gSurface
 
class  gPixmap
 

Macros

#define BLEND(x, y, a)   (y + (((x-y) * a)>>8))
 

Functions

 SWIG_IGNORE (gPixmap)
 
 SWIG_TEMPLATE_TYPEDEF (ePtr< gPixmap >, gPixmapPtr)
 

Macro Definition Documentation

◆ BLEND

#define BLEND (   x,
  y,
 
)    (y + (((x-y) * a)>>8))

Function Documentation

◆ SWIG_IGNORE()

SWIG_IGNORE ( gPixmap  )

◆ SWIG_TEMPLATE_TYPEDEF()

SWIG_TEMPLATE_TYPEDEF ( ePtr< gPixmap ,
gPixmapPtr   
)