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.cxx1732 inline sal_uInt32 CalcShading( sal_uInt32 nColor, sal_uInt32 nFillColor, sal_uInt8 nShading ) in CalcShading() argument
1734 nColor = (nColor * nShading) / 100; in CalcShading()
1735 nFillColor = (nFillColor * ( 100 - nShading )) / 100; in CalcShading()

Completed in 24 milliseconds