Qt 4.8
|
#include "qmeegopixmapdata.h"
#include "qmeegoextensions.h"
#include "qmeegorasterpixmapdata.h"
#include <private/qimage_p.h>
#include <private/qwindowsurface_gl_p.h>
#include <private/qeglcontext_p.h>
#include <private/qapplication_p.h>
#include <private/qgraphicssystem_runtime_p.h>
Go to the source code of this file.
Functions | |
unsigned short * | convertARGB32_to_RGBA4444 (const unsigned char *in, int width, int height, int stride) |
unsigned char * | convertBGRA32_to_RGBA32 (const unsigned char *in, int width, int height, int stride) |
unsigned short * | convertRGB32_to_RGB565 (const unsigned char *in, int width, int height, int stride) |
Variables | |
static EGLint | preserved_image_attribs [] = { EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, EGL_NONE } |
unsigned short* convertARGB32_to_RGBA4444 | ( | const unsigned char * | in, |
int | width, | ||
int | height, | ||
int | stride | ||
) |
Definition at line 152 of file dithering.cpp.
unsigned char* convertBGRA32_to_RGBA32 | ( | const unsigned char * | in, |
int | width, | ||
int | height, | ||
int | stride | ||
) |
Definition at line 250 of file dithering.cpp.
Referenced by QMeeGoPixmapData::imageToEGLSharedImage().
unsigned short* convertRGB32_to_RGB565 | ( | const unsigned char * | in, |
int | width, | ||
int | height, | ||
int | stride | ||
) |
Definition at line 84 of file dithering.cpp.
Referenced by QMeeGoPixmapData::imageToEGLSharedImage().
|
static |
Definition at line 56 of file qmeegopixmapdata.cpp.
Referenced by QMeeGoPixmapData::fromEGLSharedImage(), and QMeeGoPixmapData::imageToEGLSharedImage().