Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1901 …sal_uInt8 lcl_calcColor( const sal_uInt8 nSourceColor, const sal_uInt8 nSourceOpaq, const sal_uInt… in lcl_calcColor() argument
1903 int c = ( (int)nDestColor * ( 255 - nSourceOpaq ) ) in lcl_calcColor()
1904 + (int)nSourceOpaq * (int)nSourceColor; in lcl_calcColor()

Completed in 22 milliseconds