Lines Matching refs:sal_Int8

267                 uno::Sequence< sal_Int8 >  maComponentTags;
270 virtual ::sal_Int8 SAL_CALL getType( ) throw (uno::RuntimeException) in getType()
274 … virtual uno::Sequence< ::sal_Int8 > SAL_CALL getComponentTags( ) throw (uno::RuntimeException) in getComponentTags()
278 virtual ::sal_Int8 SAL_CALL getRenderingIntent( ) throw (uno::RuntimeException) in getRenderingIntent()
408 virtual ::sal_Int8 SAL_CALL getEndianness( ) throw (uno::RuntimeException) in getEndianness()
412 …nce<double> SAL_CALL convertFromIntegerColorSpace( const uno::Sequence< ::sal_Int8 >& deviceColor, in convertFromIntegerColorSpace()
418 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertFromIntegerColorSpace()
444 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertToIntegerColorSpace( const uno::Sequence< ::sa… in convertToIntegerColorSpace()
462 …dering::RGBColor > SAL_CALL convertIntegerToRGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToRGB()
464 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToRGB()
483 …ring::ARGBColor > SAL_CALL convertIntegerToARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToARGB()
485 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToARGB()
505 …ing::ARGBColor > SAL_CALL convertIntegerToPARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToPARGB()
507 const sal_Int8* pIn( deviceColor.getConstArray() ); in convertIntegerToPARGB()
517 const sal_Int8 nAlpha( 255-pIn[3] ); in convertIntegerToPARGB()
528 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromRGB( const uno::Sequence< rendering… in convertIntegerFromRGB()
533 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromRGB()
534 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromRGB()
546 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromARGB( const uno::Sequence< renderin… in convertIntegerFromARGB()
551 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromARGB()
552 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromARGB()
564 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromPARGB( const uno::Sequence< renderi… in convertIntegerFromPARGB()
569 uno::Sequence< sal_Int8 > aRes(nLen*4); in convertIntegerFromPARGB()
570 sal_Int8* pColors=aRes.getArray(); in convertIntegerFromPARGB()
587 sal_Int8* pTags = maComponentTags.getArray(); in StandardColorSpace()
631 ::Color stdIntSequenceToColor( const uno::Sequence<sal_Int8>& rColor ) in stdIntSequenceToColor()
634 const sal_Int8* pCols( rColor.getConstArray() ); in stdIntSequenceToColor()
641 uno::Sequence<sal_Int8> colorToStdIntSequence( const ::Color& rColor ) in colorToStdIntSequence()
643 uno::Sequence<sal_Int8> aRet(4); in colorToStdIntSequence()
644 sal_Int8* pCols( aRet.getArray() ); in colorToStdIntSequence()