Searched refs:nEndIntens (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/xoutdev/ |
H A D | xtabgrdt.cxx | 174 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 D | xattr.cxx | 3481 sal_uInt16 nStartIntens, sal_uInt16 nEndIntens, in XGradient() argument 3491 nIntensEnd(nEndIntens), in XGradient()
|
/aoo42x/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 450 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | xgrad.hxx | 54 sal_uInt16 nStartIntens = 100, sal_uInt16 nEndIntens = 100,
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 862 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 46 milliseconds