Searched refs:pSource1 (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local 300 pSource1 = pPlane[ 0 ]; in ImplReadBody() 312 pAcc->SetPixelIndex( ny, i, *(pSource1++) & 1 ); in ImplReadBody() 314 pAcc->SetPixelIndex( ny, i, (*pSource1 >> nShift ) & 1 ); in ImplReadBody() 324 nCol = *pSource1 >> 6; in ImplReadBody() 327 nCol = ( *pSource1 >> 4 ) & 0x03 ; in ImplReadBody() 330 nCol = ( *pSource1 >> 2 ) & 0x03; in ImplReadBody() 333 nCol = ( *pSource1++ ) & 0x03; in ImplReadBody() 343 pAcc->SetPixelIndex( ny, i, *pSource1++ ); in ImplReadBody() 353 nCol = ( *pSource1++ & 1) + ( ( *pSource2++ << 1 ) & 2 ) + ( ( *pSource3++ << 2 ) & 4 ); in ImplReadBody() [all …]
|
Completed in 12 milliseconds