#include "qpixmap.h"
#include "qimage.h"
#include "qpaintdevicemetrics.h"
#include "qapplication.h"
#include "qbitmap.h"
#include "qwmatrix.h"
#include "qt_mac.h"
#include <limits.h>
#include <string.h>
Funciones |
const uchar * | qt_get_bitflip_array () |
int | get_index (QImage *qi, QRgb mycol) |
void | scaledBitBlt (QPaintDevice *dst, int dx, int dy, int dw, int dh, const QPaintDevice *src, int sx, int sy, int sw, int sh, Qt::RasterOp rop, bool imask) |
IconRef | qt_mac_create_iconref (const QPixmap &px) |
QPixmap | qt_mac_bigEndianCopy (const QPixmap &pixmap) |
Documentación de las funciones
const uchar* qt_get_bitflip_array |
( |
| ) |
|
IconRef qt_mac_create_iconref |
( |
const QPixmap & |
px | ) |
|
void scaledBitBlt |
( |
QPaintDevice * |
dst, |
|
|
int |
dx, |
|
|
int |
dy, |
|
|
int |
dw, |
|
|
int |
dh, |
|
|
const QPaintDevice * |
src, |
|
|
int |
sx, |
|
|
int |
sy, |
|
|
int |
sw, |
|
|
int |
sh, |
|
|
Qt::RasterOp |
rop, |
|
|
bool |
imask |
|
) |
| |