Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/qt/src/kernel/qpixmap_win.cpp
#include "qglobal.h"
#include "qt_windows.h"
#include "qpixmap.h"
#include "qbitmap.h"
#include "qimage.h"
#include "qpaintdevicemetrics.h"
#include "qwmatrix.h"

'defines'

#define BytesPerRow(w, d)   ((d)==1? ((((w) + 31) & ~31) >> 3): (d)==8? ((((w) + 3) / 4) * 4) : (d)==16? ((((w)*2 + 3)/4) * 4) : (w)*4)

Funciones

bool qt_GetBitmapBits (const QPixmap *pm, uchar **bits, long &sbpr)
const ucharqt_get_bitflip_array ()

Documentación de los 'defines'

#define BytesPerRow (   w,
 
)    ((d)==1? ((((w) + 31) & ~31) >> 3): (d)==8? ((((w) + 3) / 4) * 4) : (d)==16? ((((w)*2 + 3)/4) * 4) : (w)*4)

Documentación de las funciones

const uchar* qt_get_bitflip_array ( )
bool qt_GetBitmapBits ( const QPixmap pm,
uchar **  bits,
long &  sbpr 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'