Lines Matching refs:VclCanvasBitmap
64 void VclCanvasBitmap::setComponentInfo( sal_uLong redShift, sal_uLong greenShift, sal_uLong blueShi… in setComponentInfo()
105 VclCanvasBitmap::VclCanvasBitmap( const BitmapEx& rBitmap ) : in VclCanvasBitmap() function in VclCanvasBitmap
433 VclCanvasBitmap::~VclCanvasBitmap() in ~VclCanvasBitmap()
442 geometry::IntegerSize2D SAL_CALL VclCanvasBitmap::getSize() throw (uno::RuntimeException) in getSize()
448 ::sal_Bool SAL_CALL VclCanvasBitmap::hasAlpha() throw (uno::RuntimeException) in hasAlpha()
454 uno::Reference< rendering::XBitmap > SAL_CALL VclCanvasBitmap::getScaledBitmap( const geometry::Rea… in getScaledBitmap()
461 return uno::Reference<rendering::XBitmap>( new VclCanvasBitmap( aNewBmp ) ); in getScaledBitmap()
465 uno::Sequence< sal_Int8 > SAL_CALL VclCanvasBitmap::getData( rendering::IntegerBitmapLayout& bitm… in getData()
570 uno::Sequence< sal_Int8 > SAL_CALL VclCanvasBitmap::getPixel( rendering::IntegerBitmapLayout& bitma… in getPixel()
639 uno::Reference< rendering::XBitmapPalette > SAL_CALL VclCanvasBitmap::getPalette() throw (uno::Runt… in getPalette()
650 rendering::IntegerBitmapLayout SAL_CALL VclCanvasBitmap::getMemoryLayout() throw (uno::RuntimeExcep… in getMemoryLayout()
667 sal_Int32 SAL_CALL VclCanvasBitmap::getNumberOfEntries() throw (uno::RuntimeException) in getNumberOfEntries()
677 sal_Bool SAL_CALL VclCanvasBitmap::getIndex( uno::Sequence< double >& o_entry, sal_Int32 nIndex ) t… in getIndex()
698 sal_Bool SAL_CALL VclCanvasBitmap::setIndex( const uno::Sequence< double >&, sal_Bool, sal_Int32 nI… in setIndex()
725 uno::Reference< rendering::XColorSpace > SAL_CALL VclCanvasBitmap::getColorSpace( ) throw (uno::Ru… in getColorSpace()
732 sal_Int8 SAL_CALL VclCanvasBitmap::getType( ) throw (uno::RuntimeException) in getType()
737 uno::Sequence< ::sal_Int8 > SAL_CALL VclCanvasBitmap::getComponentTags( ) throw (uno::RuntimeExcep… in getComponentTags()
743 sal_Int8 SAL_CALL VclCanvasBitmap::getRenderingIntent( ) throw (uno::RuntimeException) in getRenderingIntent()
748 uno::Sequence< ::beans::PropertyValue > SAL_CALL VclCanvasBitmap::getProperties( ) throw (uno::Run… in getProperties()
753 uno::Sequence< double > SAL_CALL VclCanvasBitmap::convertColorSpace( const uno::Sequence< double >&… in convertColorSpace()
763 uno::Sequence<rendering::RGBColor> SAL_CALL VclCanvasBitmap::convertToRGB( const uno::Sequence< dou… in convertToRGB()
812 uno::Sequence<rendering::ARGBColor> SAL_CALL VclCanvasBitmap::convertToARGB( const uno::Sequence< d… in convertToARGB()
865 uno::Sequence<rendering::ARGBColor> SAL_CALL VclCanvasBitmap::convertToPARGB( const uno::Sequence< … in convertToPARGB()
918 uno::Sequence< double > SAL_CALL VclCanvasBitmap::convertFromRGB( const uno::Sequence<rendering::RG… in convertFromRGB()
958 uno::Sequence< double > SAL_CALL VclCanvasBitmap::convertFromARGB( const uno::Sequence<rendering::A… in convertFromARGB()
998 uno::Sequence< double > SAL_CALL VclCanvasBitmap::convertFromPARGB( const uno::Sequence<rendering::… in convertFromPARGB()
1040 sal_Int32 SAL_CALL VclCanvasBitmap::getBitsPerPixel( ) throw (uno::RuntimeException) in getBitsPerPixel()
1046 uno::Sequence< ::sal_Int32 > SAL_CALL VclCanvasBitmap::getComponentBitCounts( ) throw (uno::Runtim… in getComponentBitCounts()
1052 sal_Int8 SAL_CALL VclCanvasBitmap::getEndianness( ) throw (uno::RuntimeException) in getEndianness()
1058 uno::Sequence<double> SAL_CALL VclCanvasBitmap::convertFromIntegerColorSpace( const uno::Sequence< … in convertFromIntegerColorSpace()
1061 if( dynamic_cast<VclCanvasBitmap*>(targetColorSpace.get()) ) in convertFromIntegerColorSpace()
1122 uno::Sequence< ::sal_Int8 > SAL_CALL VclCanvasBitmap::convertToIntegerColorSpace( const uno::Sequen… in convertToIntegerColorSpace()
1125 if( dynamic_cast<VclCanvasBitmap*>(targetColorSpace.get()) ) in convertToIntegerColorSpace()
1140 uno::Sequence<rendering::RGBColor> SAL_CALL VclCanvasBitmap::convertIntegerToRGB( const uno::Sequen… in convertIntegerToRGB()
1192 uno::Sequence<rendering::ARGBColor> SAL_CALL VclCanvasBitmap::convertIntegerToARGB( const uno::Sequ… in convertIntegerToARGB()
1247 uno::Sequence<rendering::ARGBColor> SAL_CALL VclCanvasBitmap::convertIntegerToPARGB( const uno::Seq… in convertIntegerToPARGB()
1303 uno::Sequence< ::sal_Int8 > SAL_CALL VclCanvasBitmap::convertIntegerFromRGB( const uno::Sequence<re… in convertIntegerFromRGB()
1352 uno::Sequence< ::sal_Int8 > SAL_CALL VclCanvasBitmap::convertIntegerFromARGB( const uno::Sequence<r… in convertIntegerFromARGB()
1401 uno::Sequence< ::sal_Int8 > SAL_CALL VclCanvasBitmap::convertIntegerFromPARGB( const uno::Sequence<… in convertIntegerFromPARGB()
1451 BitmapEx VclCanvasBitmap::getBitmapEx() const in getBitmapEx()