Home
last modified time | relevance | path

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

/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1731 inline sal_uInt32 CalcShading( sal_uInt32 nColor, sal_uInt32 nFillColor, sal_uInt8 nShading ) in CalcShading() argument
1733 nColor = (nColor * nShading) / 100; in CalcShading()
1734 nFillColor = (nFillColor * ( 100 - nShading )) / 100; in CalcShading()