Searched refs:nEdgeBlendingPercent (Results 1 – 3 of 3) sorted by relevance
1871 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in DrawEntry() local1873 if(nEdgeBlendingPercent && aImgSz.Width() && aImgSz.Height()) in DrawEntry()1877 const sal_uInt8 nAlpha((nEdgeBlendingPercent * 255) / 100); in DrawEntry()3007 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in DrawEntry() local3009 if(nEdgeBlendingPercent) in DrawEntry()3013 const sal_uInt8 nAlpha((nEdgeBlendingPercent * 255) / 100); in DrawEntry()
231 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in UserDraw() local233 if(nEdgeBlendingPercent) in UserDraw()237 const sal_uInt8 nAlpha((nEdgeBlendingPercent * 255) / 100); in UserDraw()
329 … const sal_uInt16 nEdgeBlendingPercent(GetEdgeBlending() ? rStyleSettings.GetEdgeBlending() : 0); in ImplFormatItem() local331 if(nEdgeBlendingPercent) in ImplFormatItem()335 const sal_uInt8 nAlpha((nEdgeBlendingPercent * 255) / 100); in ImplFormatItem()
Completed in 61 milliseconds