webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
OSPixmap Class Referenceabstract

#include <OSPixmap.h>

Inheritance diagram for OSPixmap:
Win32Pixmap X11Pixmap

Public Member Functions

 OSPixmap ()
 
virtual ~OSPixmap ()
 
virtual bool initialize (EGLNativeDisplayType display, size_t width, size_t height, int depth)=0
 
virtual EGLNativePixmapType getNativePixmap () const =0
 

Constructor & Destructor Documentation

◆ OSPixmap()

OSPixmap::OSPixmap ( )
inline

◆ ~OSPixmap()

virtual OSPixmap::~OSPixmap ( )
inlinevirtual

Member Function Documentation

◆ getNativePixmap()

virtual EGLNativePixmapType OSPixmap::getNativePixmap ( ) const
pure virtual

Implemented in X11Pixmap, and Win32Pixmap.

◆ initialize()

virtual bool OSPixmap::initialize ( EGLNativeDisplayType  display,
size_t  width,
size_t  height,
int  depth 
)
pure virtual

Implemented in X11Pixmap, and Win32Pixmap.


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