/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 151 …nSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPolygon, double fTransparency) in drawPolyPolygon() argument 155 if(mbBrush && nCount && (fTransparency >= 0.0 && fTransparency < 1.0)) in drawPolyPolygon() 158 const sal_uInt8 aTrans((sal_uInt8)255 - (sal_uInt8)basegfx::fround(fTransparency * 255.0)); in drawPolyPolygon() 218 double fTransparency, in drawPolyLine() argument 228 const sal_uInt8 aTrans = (sal_uInt8)basegfx::fround( 255 * (1.0 - fTransparency) ); in drawPolyLine()
|
/trunk/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 137 double fTransparency, in SvtGraphicStroke() argument 146 mfTransparency( fTransparency ), in SvtGraphicStroke() 388 double fTransparency, in SvtGraphicFill() argument 402 mfTransparency( fTransparency ), in SvtGraphicFill() 638 void SvtGraphicFill::setTransparency( double fTransparency ) in setTransparency() argument 640 mfTransparency = fTransparency; in setTransparency()
|
H A D | outdev6.cxx | 157 …d OutputDevice::DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparency) in DrawTransparent() argument 195 bDrawnOk = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent() 203 …mpGraphics->DrawPolyLine( aOnePoly, fTransparency, aHairlineWidth, ::basegfx::B2DLINEJOIN_NONE, co… in DrawTransparent() 218 …TransparentAction( PolyPolygon( rB2DPolyPoly ), static_cast< sal_uInt16 >(fTransparency * 100.0))); in DrawTransparent() 226 DrawTransparent(PolyPolygon(rB2DPolyPoly), static_cast< sal_uInt16 >(fTransparency * 100.0)); in DrawTransparent() 302 const double fTransparency = 0.01 * nTransparencePercent; in DrawTransparent() local 313 bDrawn = mpGraphics->DrawPolyPolygon( aB2DPolyPolygon, fTransparency, this ); in DrawTransparent() 326 …bDrawn = mpGraphics->DrawPolyLine( rPolygon, fTransparency, aLineWidths, ::basegfx::B2DLINEJOIN_NO… in DrawTransparent()
|
H A D | pdfwriter_impl2.cxx | 578 double fTransparency( aStroke.getTransparency() ); in playMetafile() local 589 if ( aDashArray.size() && ( fStrokeWidth != 0.0 ) && ( fTransparency == 0.0 ) ) in playMetafile() 595 aInfo.m_fTransparency = fTransparency; in playMetafile() 660 double fTransparency = aFill.getTransparency(); in playMetafile() local 661 if ( fTransparency == 0.0 ) in playMetafile() 669 else if ( fTransparency == 1.0 ) in playMetafile()
|
H A D | outdev.cxx | 2263 double fTransparency, in ImpTryDrawPolyLineDirect() argument 2293 fTransparency, in ImpTryDrawPolyLineDirect() 2303 double fTransparency, in TryDrawPolyLineDirect() argument 2332 if(ImpTryDrawPolyLineDirect(rB2DPolygon, fLineWidth, fTransparency, eLineJoin, eLineCap)) in TryDrawPolyLineDirect()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 102 …Direct(const drawinglayer::primitive2d::PolyPolygonColorPrimitive2D& rSource, double fTransparency) in tryDrawPolyPolygonColorPrimitive2DDirect() argument 119 fTransparency); in tryDrawPolyPolygonColorPrimitive2DDirect() 124 …DDirect(const drawinglayer::primitive2d::PolygonHairlinePrimitive2D& rSource, double fTransparency) in tryDrawPolygonHairlinePrimitive2DDirect() argument 144 fTransparency)) in tryDrawPolygonHairlinePrimitive2DDirect() 152 …e2DDirect(const drawinglayer::primitive2d::PolygonStrokePrimitive2D& rSource, double fTransparency) in tryDrawPolygonStrokePrimitive2DDirect() argument 219 fTransparency, in tryDrawPolygonStrokePrimitive2DDirect()
|
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/ |
H A D | vclpixelprocessor2d.hxx | 62 …irect(const drawinglayer::primitive2d::PolyPolygonColorPrimitive2D& rSource, double fTransparency); 63 …Direct(const drawinglayer::primitive2d::PolygonHairlinePrimitive2D& rSource, double fTransparency); 64 …2DDirect(const drawinglayer::primitive2d::PolygonStrokePrimitive2D& rSource, double fTransparency);
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 1096 …alGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rOrigPolyPoly, double fTransparency ) in drawPolyPolygon() argument 1136 const bool bDrawn = drawFilledTrapezoids( &aB2DTrapVector[0], nTrapCount, fTransparency ); in drawPolyPolygon() 1142 …wFilledTrapezoids( const ::basegfx::B2DTrapezoid* pB2DTraps, int nTrapCount, double fTransparency ) in drawFilledTrapezoids() argument 1194 XRenderColor aRenderColor = GetXRenderColor( nBrushColor_ , fTransparency ); in drawFilledTrapezoids() 1214 double fTransparency, in drawPolyLine() argument 1258 bDrawnOk = drawFilledTrapezoids( &aB2DTrapVector[0], nTrapCount, fTransparency ); in drawPolyLine() 1289 bDrawnOk = drawPolyPolygon( aOnePoly, fTransparency ); in drawPolyLine()
|
H A D | xrender_peer.hxx | 360 inline XRenderColor GetXRenderColor( const SalColor& rSalColor, double fTransparency = 0.0 ) in GetXRenderColor() argument 370 if( fTransparency != 0 ) in GetXRenderColor() 372 const double fAlpha = 1.0 - fTransparency; in GetXRenderColor()
|
H A D | salgdi2.cxx | 938 const double fTransparency = (100 - nTransparency) * (1.0/100); in drawAlphaRect() local 939 const XRenderColor aRenderColor = GetXRenderColor( nBrushColor_ , fTransparency); in drawAlphaRect()
|
/trunk/main/vcl/inc/vcl/ |
H A D | graphictools.hxx | 99 double fTransparency, 313 double fTransparency, 400 void setTransparency ( double fTransparency );
|
H A D | outdev.hxx | 565 double fTransparency = 0.0, 706 double fTransparency = 0.0, 835 … DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparency);
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitive2d.cxx | 156 …const double fTransparency(basegfx::clamp(getGraphicAttr().GetTransparency() * (1.0 / 255.0), 0.0,… in create2DDecomposition() local 158 if(!basegfx::fTools::equalZero(fTransparency)) in create2DDecomposition() 163 fTransparency)); in create2DDecomposition()
|
/trunk/main/vcl/inc/unx/ |
H A D | salgdi.h | 286 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 289 double fTransparency, 293 …ool drawFilledTrapezoids( const ::basegfx::B2DTrapezoid*, int nTrapCount, double fTransparency );
|
H A D | pspgraphics.h | 138 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 141 double fTransparency,
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 123 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ) = 0; 126 double fTransparency, 379 …bool DrawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency, c…
|
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.hxx | 123 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 126 double fTransparency,
|
H A D | svppspgraphics.hxx | 144 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 147 double fTransparency,
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 932 double fTransparency ) in drawPolyPolygon() argument 940 if( (fTransparency >= 1.0) || (fTransparency < 0) ) in drawPolyPolygon() 964 CGContextSetAlpha( mrContext, 1.0 - fTransparency ); in drawPolyPolygon() 981 double fTransparency, in drawPolyLine() argument 1049 CGContextSetAlpha( mrContext, 1.0 - fTransparency ); in drawPolyLine()
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 168 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 171 double fTransparency,
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 196 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 199 double fTransparency,
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 238 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ); 244 double fTransparency,
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 267 double fTransparency = static_cast<double>( nTransparency ); in getTransparency() local 268 return fTransparency / 100; in getTransparency()
|