Home
last modified time | relevance | path

Searched refs:srcPixel (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/canvas/source/directx/
H A Ddx_5rm.cxx197 sal_uInt32 srcPixel = *pSrcScanline++; in doBlit() local
199 dstPixel = (sal_uInt16)((srcPixel & 0x0000F8) >> 3); in doBlit()
200 dstPixel |= (srcPixel & 0x00FC00) >> 5; in doBlit()
201 dstPixel |= (srcPixel & 0xF80000) >> 8; in doBlit()
246 sal_uInt32 srcPixel = *pSrcScanline++; in doBlit() local
248 dstPixel = (sal_uInt16)((srcPixel & 0x000000F8) >> 3); in doBlit()
249 dstPixel |= (srcPixel & 0x0000F800) >> 6; in doBlit()
250 dstPixel |= (srcPixel & 0x00F80000) >> 9; in doBlit()
251 dstPixel |= (srcPixel & 0x80000000) >> 16; in doBlit()

Completed in 23 milliseconds