Qt 4.8
|
Go to the source code of this file.
Macros | |
#define | QVG_NO_DRAW_GLYPHS 1 |
Functions | |
Q_OPENVG_EXPORT QImage::Format | qt_vg_config_to_image_format (QEglContext *context) |
Q_OPENVG_EXPORT VGImageFormat | qt_vg_config_to_vg_format (QEglContext *context) |
Q_OPENVG_EXPORT QEglContext * | qt_vg_create_context (QPaintDevice *device, int devType) |
Q_OPENVG_EXPORT QVGPaintEngine * | qt_vg_create_paint_engine (void) |
Q_OPENVG_EXPORT void | qt_vg_destroy_context (QEglContext *context, int devType) |
Q_OPENVG_EXPORT void | qt_vg_destroy_paint_engine (QVGPaintEngine *engine) |
Q_OPENVG_EXPORT VGImageFormat | qt_vg_image_to_vg_format (QImage::Format format) |
Q_OPENVG_EXPORT EGLSurface | qt_vg_shared_surface (void) |
Q_OPENVG_EXPORT QImage::Format qt_vg_config_to_image_format | ( | QEglContext * | context | ) |
Definition at line 72 of file qwindowsurface_vgegl.cpp.
Referenced by qt_vg_config_to_vg_format().
Q_OPENVG_EXPORT VGImageFormat qt_vg_config_to_vg_format | ( | QEglContext * | context | ) |
Definition at line 66 of file qwindowsurface_vgegl.cpp.
Referenced by QVGEGLWindowSurfacePrivate::windowSurfaceSize().
Q_OPENVG_EXPORT QEglContext* qt_vg_create_context | ( | QPaintDevice * | device, |
int | devType | ||
) |
Definition at line 304 of file qwindowsurface_vgegl.cpp.
Referenced by QVGPixmapData::destroyImageAndContext(), QVGEGLWindowSurfaceDirect::ensureContext(), qt_vg_shared_surface(), QVGPixmapData::toVGImage(), and QVGEGLWindowSurfacePrivate::windowSurfaceSize().
Q_OPENVG_EXPORT QVGPaintEngine* qt_vg_create_paint_engine | ( | void | ) |
Definition at line 144 of file qwindowsurface_vgegl.cpp.
Referenced by QVGEGLWindowSurfacePrivate::paintEngine(), qt_vg_unregister_pixmap(), and QVGCompositionHelper::QVGCompositionHelper().
Q_OPENVG_EXPORT void qt_vg_destroy_context | ( | QEglContext * | context, |
int | devType | ||
) |
Definition at line 361 of file qwindowsurface_vgegl.cpp.
Referenced by QVGPixmapData::destroyImageAndContext(), QVGEGLWindowSurfaceDirect::ensureContext(), qt_vg_shared_surface(), QVGEGLWindowSurfacePrivate::windowSurfaceSize(), and QVGEGLWindowSurfaceDirect::~QVGEGLWindowSurfaceDirect().
Q_OPENVG_EXPORT void qt_vg_destroy_paint_engine | ( | QVGPaintEngine * | engine | ) |
Definition at line 152 of file qwindowsurface_vgegl.cpp.
Referenced by QVGEGLWindowSurfacePrivate::destroyPaintEngine(), QVGEGLWindowSurfaceDirect::ensureContext(), and qt_vg_unregister_pixmap().
Q_OPENVG_EXPORT VGImageFormat qt_vg_image_to_vg_format | ( | QImage::Format | format | ) |
Definition at line 4239 of file qpaintengine_vg.cpp.
Referenced by QVGPaintEngine::canVgWritePixels(), QVGPaintEngine::drawImage(), drawImageTiled(), QVGPixmapData::ensureReadback(), qt_vg_config_to_vg_format(), and QVGPixmapData::toVGImage().
Q_OPENVG_EXPORT EGLSurface qt_vg_shared_surface | ( | void | ) |
Definition at line 384 of file qwindowsurface_vgegl.cpp.
Referenced by QVGPixmapData::destroyImageAndContext(), qt_vg_destroy_shared_context(), qt_vg_hibernate_pixmaps(), QVGEGLWindowSurfacePrivate::windowSurfaceSize(), and QVGSharedContext::~QVGSharedContext().