Searched refs:nSourceOpaq (Results 1 – 1 of 1) sorted by relevance
1892 …sal_uInt8 lcl_calcColor( const sal_uInt8 nSourceColor, const sal_uInt8 nSourceOpaq, const sal_uInt… in lcl_calcColor() argument1894 int c = ( (int)nDestColor * ( 255 - nSourceOpaq ) ) in lcl_calcColor()1895 + (int)nSourceOpaq * (int)nSourceColor; in lcl_calcColor()
Completed in 13 milliseconds