Lines Matching refs:deviceColor

753 …< double > SAL_CALL VclCanvasBitmap::convertColorSpace( const uno::Sequence< double >& deviceColor,  in convertColorSpace()  argument
759 convertToARGB(deviceColor)); in convertColorSpace()
763 …SAL_CALL VclCanvasBitmap::convertToRGB( const uno::Sequence< double >& deviceColor ) throw (lang::… in convertToRGB() argument
767 const sal_Size nLen( deviceColor.getLength() ); in convertToRGB()
786 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToRGB()
803 deviceColor[i+m_nRedIndex], in convertToRGB()
804 deviceColor[i+m_nGreenIndex], in convertToRGB()
805 deviceColor[i+m_nBlueIndex]); in convertToRGB()
812 …AL_CALL VclCanvasBitmap::convertToARGB( const uno::Sequence< double >& deviceColor ) throw (lang::… in convertToARGB() argument
816 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB()
835 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToARGB()
838 const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertToARGB()
853 const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertToARGB()
856 deviceColor[i+m_nRedIndex], in convertToARGB()
857 deviceColor[i+m_nGreenIndex], in convertToARGB()
858 deviceColor[i+m_nBlueIndex]); in convertToARGB()
865 …L_CALL VclCanvasBitmap::convertToPARGB( const uno::Sequence< double >& deviceColor ) throw (lang::… in convertToPARGB() argument
869 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB()
888 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertToPARGB()
891 const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertToPARGB()
906 const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertToPARGB()
909 nAlpha*deviceColor[i+m_nRedIndex], in convertToPARGB()
910 nAlpha*deviceColor[i+m_nGreenIndex], in convertToPARGB()
911 nAlpha*deviceColor[i+m_nBlueIndex]); in convertToPARGB()
1058 …CALL VclCanvasBitmap::convertFromIntegerColorSpace( const uno::Sequence< ::sal_Int8 >& deviceColor, in convertFromIntegerColorSpace() argument
1065 const sal_Size nLen( deviceColor.getLength() ); in convertFromIntegerColorSpace()
1084 sal::static_int_cast<sal_uInt16>(deviceColor[i+m_nIndexIndex])); in convertFromIntegerColorSpace()
1087 … const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertFromIntegerColorSpace()
1102 … const double nAlpha( m_nAlphaIndex != -1 ? 1.0 - deviceColor[i+m_nAlphaIndex] : 1.0 ); in convertFromIntegerColorSpace()
1103 *pOut++ = deviceColor[i+m_nRedIndex]; in convertFromIntegerColorSpace()
1104 *pOut++ = deviceColor[i+m_nGreenIndex]; in convertFromIntegerColorSpace()
1105 *pOut++ = deviceColor[i+m_nBlueIndex]; in convertFromIntegerColorSpace()
1117 convertIntegerToARGB(deviceColor)); in convertFromIntegerColorSpace()
1122 …L_CALL VclCanvasBitmap::convertToIntegerColorSpace( const uno::Sequence< ::sal_Int8 >& deviceColor, in convertToIntegerColorSpace() argument
1128 return deviceColor; in convertToIntegerColorSpace()
1135 convertIntegerToARGB(deviceColor)); in convertToIntegerColorSpace()
1140 …lCanvasBitmap::convertIntegerToRGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) throw (lang::… in convertIntegerToRGB() argument
1144 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToRGB()
1145 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB()
1192 …CanvasBitmap::convertIntegerToARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) throw (lang::… in convertIntegerToARGB() argument
1196 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToARGB()
1197 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToARGB()
1247 …anvasBitmap::convertIntegerToPARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) throw (lang::… in convertIntegerToPARGB() argument
1251 const sal_uInt8* pIn( reinterpret_cast<const sal_uInt8*>(deviceColor.getConstArray()) ); in convertIntegerToPARGB()
1252 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToPARGB()