#include "OSDLSurface.h"#include "OSDLTypes.h"#include "OSDLVideo.h"#include "OSDLVideoTypes.h"#include "OSDLUprightRectangle.h"#include "OSDLPoint2D.h"#include "OSDLLine.h"#include "OSDLFixedFont.h"#include "OSDLConic.h"#include "OSDLPixel.h"#include "OSDLPolygon.h"#include "OSDLWidget.h"#include "OSDLUtils.h"#include "OSDLGLTexture.h"#include "Ceylan.h"#include <cassert>#include "OSDLIncludeCorrecter.h"
Go to the source code of this file.
Defines | |
| #define | CHECKPOINT(message) |
| #define | OSDL_DEBUG_DISPLAY_DATA 0 |
Functions | |
| std::ostream & | operator<< (std::ostream &os, Surface &s) |
| Used to serialize this surface into a stream. | |
Variables | |
| const Ceylan::Flags | OpenGLBlit = 0x0000000A |
| #define CHECKPOINT | ( | message | ) |
Definition at line 240 of file OSDLSurface.cc.
Referenced by OSDL::Video::Surface::Surface(), and OSDL::Video::Surface::~Surface().
| #define OSDL_DEBUG_DISPLAY_DATA 0 |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Surface & | s | |||
| ) |
Used to serialize this surface into a stream.
Definition at line 4229 of file OSDLSurface.cc.
References OSDL::Video::Surface::toString().
| const Ceylan::Flags OpenGLBlit = 0x0000000A |
Definition at line 199 of file OSDLSurface.cc.
1.6.3