Home
last modified time | relevance | path

Searched refs:nEndIntens (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A Dxtabgrdt.cxx174 const sal_uInt16 nEndIntens(rGradient.GetEndIntens()); in CreateBitmapForUI() local
177 if(nEndIntens != 100) in CreateBitmapForUI()
180 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in CreateBitmapForUI()
H A Dxattr.cxx3481 sal_uInt16 nStartIntens, sal_uInt16 nEndIntens, in XGradient() argument
3491 nIntensEnd(nEndIntens), in XGradient()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx450 const sal_uInt16 nEndIntens(aXGradient.GetEndIntens()); in createNewSdrFillAttribute() local
453 if(nEndIntens != 100) in createNewSdrFillAttribute()
456 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in createNewSdrFillAttribute()
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx54 sal_uInt16 nStartIntens = 100, sal_uInt16 nEndIntens = 100,
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx862 const sal_uInt16 nEndIntens(rGradient.GetEndIntensity()); in createFillGradientAttribute() local
865 if(nEndIntens != 100) in createFillGradientAttribute()
868 aEnd = interpolate(aBlack, aEnd, (double)nEndIntens * 0.01); in createFillGradientAttribute()

Completed in 58 milliseconds