Searched refs:destPixels (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.cpp47 static void copyPixelsInto(const QImage& sourceImage, int width, int height, unsigned char* destPixels) argument
55 *(destPixels++) = *(scanLine++);
56 *(destPixels++) = *(scanLine++);
57 *(destPixels++) = *(scanLine++);
58 *(destPixels++) = 0xFF;
71 qToBigEndian<quint32>((pixel << 8) | qAlpha(pixel), destPixels);
72 destPixels += 4;

Completed in 63 milliseconds