Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local
302 pSource3 = pPlane[ 2 ]; in ImplReadBody()
353 nCol = ( *pSource1++ & 1) + ( ( *pSource2++ << 1 ) & 2 ) + ( ( *pSource3++ << 2 ) & 4 ); in ImplReadBody()
360 ( ( ( *pSource3 >> nShift ) << 2 ) & 4 )); in ImplReadBody()
372 nCol = ( *pSource1++ & 1) + ( ( *pSource2++ << 1 ) & 2 ) + ( ( *pSource3++ << 2 ) & 4 ) + in ImplReadBody()
380 ( ( ( *pSource3 >> nShift ) << 2 ) & 4 ) + ( ( ( *pSource4 >> nShift ) << 3 ) & 8 )); in ImplReadBody()
389 pAcc->SetPixel( ny, i, Color( *pSource1++, *pSource2++, *pSource3++ ) ); in ImplReadBody()

Completed in 12 milliseconds