Searched refs:nAlphaFactor (Results 1 – 1 of 1) sorted by relevance
1210 const sal_uInt8 nAlphaFactor( m_aBmpEx.IsAlpha() ? 1 : 255 ); in convertIntegerToARGB() local1220 *pOut++ = rendering::ARGBColor(1.0 - toDoubleColor(nAlphaFactor*pIn[nNonAlphaBytes]), in convertIntegerToARGB()1265 const sal_uInt8 nAlphaFactor( m_aBmpEx.IsAlpha() ? 1 : 255 ); in convertIntegerToPARGB() local1275 const double nAlpha( 1.0 - toDoubleColor(nAlphaFactor*pIn[nNonAlphaBytes]) ); in convertIntegerToPARGB()
Completed in 19 milliseconds