Home | History | Annotate | Download | only in common

Lines Matching defs:Surface

23  * \brief RGBA8888 surface class.
36 * \brief RGBA8888 surface
38 * Surface provides basic pixel storage functionality. Only single format
44 class Surface
47 Surface (void);
48 Surface (int width, int height);
49 ~Surface (void);
70 inline void Surface::setPixel (int x, int y, RGBA col)
87 inline RGBA Surface::getPixel (int x, int y) const
104 /** Get pixel buffer access from surface. */
105 inline ConstPixelBufferAccess Surface::getAccess (void) const
110 /** Get pixel buffer access from surface. */
111 inline PixelBufferAccess Surface::getAccess (void)