Home
last modified time | relevance | path

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

/AOO41X/main/canvas/source/directx/
H A Ddx_vcltools.cxx221 sal_uInt8* pCurrOutput( aBmpData.mpBitmapData.get() ); in bitmapFromVCLBitmapEx() local
237 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
238 *pCurrOutput++ = aCol.GetGreen(); in bitmapFromVCLBitmapEx()
239 *pCurrOutput++ = aCol.GetRed(); in bitmapFromVCLBitmapEx()
244 *pCurrOutput++ = 255 - (BYTE)*pAScan++; in bitmapFromVCLBitmapEx()
257 *pCurrOutput++ = *pScan++; in bitmapFromVCLBitmapEx()
258 *pCurrOutput++ = *pScan++; in bitmapFromVCLBitmapEx()
259 *pCurrOutput++ = *pScan++; in bitmapFromVCLBitmapEx()
264 *pCurrOutput++ = 255 - (BYTE)*pAScan++; in bitmapFromVCLBitmapEx()
289 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
[all …]