Searched refs:pSource3 (Results 1 – 1 of 1) sorted by relevance
224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local302 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 16 milliseconds