Searched refs:nShading (Results 1 – 1 of 1) sorted by relevance
1731 inline sal_uInt32 CalcShading( sal_uInt32 nColor, sal_uInt32 nFillColor, sal_uInt8 nShading ) in CalcShading() argument1733 nColor = (nColor * nShading) / 100; in CalcShading()1734 nFillColor = (nFillColor * ( 100 - nShading )) / 100; in CalcShading()