Searched refs:pSrcRGB (Results 1 – 1 of 1) sorted by relevance
315 sal_uInt8* pSrcRGB(pRGB->mpBits); in ImplCreateGdiPlusBitmap() local328 memcpy(targetPixels, pSrcRGB, nW * 3); in ImplCreateGdiPlusBitmap()329 pSrcRGB += nW * 3 + nExtraRGB; in ImplCreateGdiPlusBitmap()453 sal_uInt8* pSrcRGB(pRGB->mpBits); in ImplCreateGdiPlusBitmap() local471 *targetPixels++ = *pSrcRGB++; in ImplCreateGdiPlusBitmap()472 *targetPixels++ = *pSrcRGB++; in ImplCreateGdiPlusBitmap()473 *targetPixels++ = *pSrcRGB++; in ImplCreateGdiPlusBitmap()477 pSrcRGB += nExtraRGB; in ImplCreateGdiPlusBitmap()
Completed in 19 milliseconds