Lines Matching refs:pIn

1144     const sal_uInt8*     pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) );  in convertIntegerToRGB()
1162 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToRGB()
1163 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToRGB()
1170 pIn += nBytesPerPixel; in convertIntegerToRGB()
1179 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex()) : in convertIntegerToRGB()
1180 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToRGB()
1196 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToARGB()
1216 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToARGB()
1217 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToARGB()
1220 *pOut++ = rendering::ARGBColor(1.0 - toDoubleColor(nAlphaFactor*pIn[nNonAlphaBytes]), in convertIntegerToARGB()
1224 pIn += nBytesPerPixel; in convertIntegerToARGB()
1233 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex() ) : in convertIntegerToARGB()
1234 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToARGB()
1251 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToPARGB()
1271 m_pBmpAcc->GetPaletteColor(*pIn) : in convertIntegerToPARGB()
1272 m_pBmpAcc->GetPixelFromData(pIn,0); in convertIntegerToPARGB()
1275 const double nAlpha( 1.0 - toDoubleColor(nAlphaFactor*pIn[nNonAlphaBytes]) ); in convertIntegerToPARGB()
1280 pIn += nBytesPerPixel; in convertIntegerToPARGB()
1289 m_pBmpAcc->GetPaletteColor( m_pBmpAcc->GetPixelFromData( pIn, i ).GetIndex() ) : in convertIntegerToPARGB()
1290 m_pBmpAcc->GetPixelFromData(pIn, i); in convertIntegerToPARGB()