Searched refs:pSource2 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/filter/source/graphicfilter/ipcx/ |
H A D | ipcx.cxx | 224 sal_uInt8 *pPlane[ 4 ], * pDest, * pSource1, * pSource2, * pSource3, *pSource4; in ImplReadBody() local 301 pSource2 = pPlane[ 1 ]; in ImplReadBody() 353 nCol = ( *pSource1++ & 1) + ( ( *pSource2++ << 1 ) & 2 ) + ( ( *pSource3++ << 2 ) & 4 ); in ImplReadBody() 359 … ( ( *pSource1 >> nShift ) & 1) + ( ( ( *pSource2 >> nShift ) << 1 ) & 2 ) + in ImplReadBody() 372 nCol = ( *pSource1++ & 1) + ( ( *pSource2++ << 1 ) & 2 ) + ( ( *pSource3++ << 2 ) & 4 ) + in ImplReadBody() 379 … ( ( *pSource1 >> nShift ) & 1) + ( ( ( *pSource2 >> nShift ) << 1 ) & 2 ) + in ImplReadBody() 389 pAcc->SetPixel( ny, i, Color( *pSource1++, *pSource2++, *pSource3++ ) ); in ImplReadBody()
|
/aoo41x/main/cppu/source/uno/ |
H A D | eq.hxx | 202 uno_Any * pSource2 = (uno_Any *)pSourceElements + nPos; in _equalSequence() local 204 pSource2->pData, pSource2->pType, in _equalSequence() 243 char * pSource2 = (char *)pSourceElements + (nPos * nElementSize); in _equalSequence() local 248 pSource2 + nValueOffset, pSetType, in _equalSequence()
|
H A D | copy.hxx | 644 char * pSource2 = in icopyConstructSequence() local 648 _unionGetSetType( pSource2, pElementTypeDescr ); in icopyConstructSequence() 650 pDest2 + nValueOffset, pSource2 + nValueOffset, in icopyConstructSequence() 652 *(sal_Int64 *)pDest2 = *(sal_Int64 *)pSource2; in icopyConstructSequence()
|
Completed in 24 milliseconds