Searched refs:BPixel (Results 1 – 4 of 4) sorted by relevance
38 class BPixel class60 BPixel() in BPixel() function in basegfx::BPixel67 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel() function in basegfx::BPixel77 BPixel(const BColor& rColor, sal_uInt8 nOpacity) in BPixel() function in basegfx::BPixel86 BPixel(const BPixel& rPixel) in BPixel() function in basegfx::BPixel91 ~BPixel() in ~BPixel()95 BPixel& operator=( const BPixel& rPixel ) in operator =()122 bool operator==( const BPixel& rPixel ) const in operator ==()127 bool operator!=( const BPixel& rPixel ) const in operator !=()133 static const BPixel& getEmptyBPixel();[all …]
50 BPixel* mpContent;56 rtl_zeroMemory(mpContent, sizeof(BPixel) * mnCount); in reset()64 mpContent(new BPixel[mnCount]) in BPixelRaster()85 const BPixel& getBPixel(sal_uInt32 nIndex) const in getBPixel()91 return BPixel::getEmptyBPixel(); in getBPixel()98 BPixel& getBPixel(sal_uInt32 nIndex) in getBPixel()
30 namespace { struct EmptyBPixel : public rtl::Static<basegfx::BPixel, EmptyBPixel> {}; }36 const BPixel& BPixel::getEmptyBPixel() in getEmptyBPixel()
86 const basegfx::BPixel& rPixel(rRaster.getBPixel(nIndex++)); in BPixelRasterToBitmapEx()117 const basegfx::BPixel& rPixel(rRaster.getBPixel(nIndex++)); in BPixelRasterToBitmapEx()428 … mrBuffer.getBPixel(nScanlineIndex) = basegfx::BPixel(aNewColor, 0xff); in processLineSpan()432 basegfx::BPixel& rDest = mrBuffer.getBPixel(nScanlineIndex); in processLineSpan()453 rDest = basegfx::BPixel(aNewColor, (sal_uInt8)nOpacity); in processLineSpan()