Home
last modified time | relevance | path

Searched refs:nOpacity (Results 1 – 3 of 3) sorted by relevance

/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx79 sal_uInt16 nOpacity(0); in BPixelRasterToBitmapEx() local
90 nOpacity = nOpacity + rPixel.getOpacity(); in BPixelRasterToBitmapEx()
96 nOpacity = nOpacity / nDivisor; in BPixelRasterToBitmapEx()
98 if(nOpacity) in BPixelRasterToBitmapEx()
104 pAlpha->SetPixel(y, x, BitmapColor(255 - (sal_uInt8)nOpacity)); in BPixelRasterToBitmapEx()
417 …const sal_uInt16 nOpacity(::std::max((sal_Int16)0, static_cast< sal_Int16 >(decideColorAndOpacity(… in processLineSpan() local
419 if(nOpacity > 0) in processLineSpan()
424 if(nOpacity >= 0x00ff) in processLineSpan()
438 const sal_uInt16 nTransparence(0x0100 - nOpacity); in processLineSpan()
439 …(((rDest.getRed() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.getRed()) * nOpacity)) >> 8)); in processLineSpan()
[all …]
/trunk/main/basegfx/inc/basegfx/pixel/
H A Dbpixel.hxx68 explicit BPixel(sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue, sal_uInt8 nOpacity) in BPixel() argument
73 maPixelUnion.maRGBO.mnO = nOpacity; in BPixel()
78 BPixel(const BColor& rColor, sal_uInt8 nOpacity) in BPixel() argument
83 maPixelUnion.maRGBO.mnO = nOpacity; in BPixel()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx185 …sal_Int32 nOpacity = getLimitedValue< sal_Int32, double >( fOpacity * DML_FULL_OPAQUE, 0, DML_FULL… in decodeColor() local
186 if( nOpacity < DML_FULL_OPAQUE ) in decodeColor()
187 aDmlColor.addTransformation( XML_alpha, nOpacity ); in decodeColor()

Completed in 29 milliseconds