Home
last modified time | relevance | path

Searched refs:GetEndIntensity (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx1532 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1534 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1536 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1575 … ( (long) rEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1577 … ( (long) rEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
1579 … ( (long) rEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100L ) >> 1; in DrawGradientEx()
H A Doutdev4.cxx218 nFactor = rGradient.GetEndIntensity(); in ImplDrawLinearGradient()
412 long nEndRed = ( (long) aEndCol.GetRed() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
413 long nEndGreen = ( (long) aEndCol.GetGreen() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
414 long nEndBlue = ( (long) aEndCol.GetBlue() * rGradient.GetEndIntensity() ) / 100; in ImplDrawComplexGradient()
H A Dcvtsvm.cxx1926 rOStm << (sal_Int16) rGrad.GetEndIntensity(); in ImplWriteActions()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1270 aXGradient.SetEndIntens(rGrad.GetEndIntensity()); in DoAction()
1446 rGradient.GetEndIntensity(), in DoAction()
1517 rGradient.GetEndIntensity(), in DoAction()
1560 if(100 != rGradient.GetEndIntensity()) in DoAction()
1562 aEnd *= (double)rGradient.GetEndIntensity() / 100.0; in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx112 sal_uInt16 GetEndIntensity() const { return mpImplGradient->mnIntensityEnd; } in GetEndIntensity() function in Gradient
/trunk/main/sfx2/source/sidebar/
H A DTools.cxx122 aVclGradient.GetEndIntensity(), in VclToAwtGradient()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx217 …aEndColor.SetRed( (sal_uInt8)( ( (long) aEndColor.GetRed() * rGradient.GetEndIntensity() ) / 100 )… in AddGradientDef()
218 …aEndColor.SetGreen( (sal_uInt8)( ( (long) aEndColor.GetGreen() * rGradient.GetEndIntensity() ) / 1… in AddGradientDef()
219 …aEndColor.SetBlue( (sal_uInt8)( ( (long) aEndColor.GetBlue() * rGradient.GetEndIntensity() ) / 100… in AddGradientDef()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx635 const sal_uInt16 nEndIntensity( rGradient.GetEndIntensity() ); in createGradientAction()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx862 const sal_uInt16 nEndIntens(rGradient.GetEndIntensity()); in createFillGradientAttribute()

Completed in 123 milliseconds