Lines Matching refs:pTmp
428 sal_Int32* pTmp = aRGBPal.getArray(); in ImplInitConsumer() local
430 for( sal_uInt32 i = 0; i < nPalCount; i++, pTmp++ ) in ImplInitConsumer()
434 *pTmp = ( (sal_Int32) rCol.GetRed() ) << (sal_Int32)(24L); in ImplInitConsumer()
435 *pTmp |= ( (sal_Int32) rCol.GetGreen() ) << (sal_Int32)(16L); in ImplInitConsumer()
436 *pTmp |= ( (sal_Int32) rCol.GetBlue() ) << (sal_Int32)(8L); in ImplInitConsumer()
437 *pTmp |= (sal_Int32)(0x000000ffL); in ImplInitConsumer()
443 *pTmp = (sal_Int32)(0xffffff00L); in ImplInitConsumer()
522 sal_Int8* pTmp = aData.getArray(); in ImplUpdateConsumer() local
529 *pTmp++ = sal::static_int_cast< sal_Int8 >( in ImplUpdateConsumer()
532 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
544 sal_Int32* pTmp = aData.getArray(); in ImplUpdateConsumer() local
551 *pTmp++ = mnTransIndex; in ImplUpdateConsumer()
553 *pTmp++ = pBmpAcc->GetPixel( nY, nX ).GetIndex(); in ImplUpdateConsumer()
567 sal_Int32* pTmp = aData.getArray(); in ImplUpdateConsumer() local
571 for( long nX = nStartX; nX <= nEndX; nX++, pTmp++ ) in ImplUpdateConsumer()
575 *pTmp = ( (sal_Int32) aCol.GetRed() ) << (sal_Int32)(24L); in ImplUpdateConsumer()
576 *pTmp |= ( (sal_Int32) aCol.GetGreen() ) << (sal_Int32)(16L); in ImplUpdateConsumer()
577 *pTmp |= ( (sal_Int32) aCol.GetBlue() ) << (sal_Int32)(8L); in ImplUpdateConsumer()
580 *pTmp |= 0x000000ffUL; in ImplUpdateConsumer()