Home
last modified time | relevance | path

Searched refs:fArea_1 (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx802 double fArea_1; in ImplMosaic() local
816 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
833 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()
834 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()
835 aCol.SetBlue( (sal_uInt8) ( nSumB * fArea_1 ) ); in ImplMosaic()
846 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()
866 aCol.SetRed( (sal_uInt8) ( nSumR * fArea_1 ) ); in ImplMosaic()
867 aCol.SetGreen( (sal_uInt8) ( nSumG * fArea_1 ) ); in ImplMosaic()
868 aCol.SetBlue( (sal_uInt8) ( nSumB * fArea_1 ) ); in ImplMosaic()
879 fArea_1 = 1.0 / ( ( nX2 - nX1 + 1 ) * ( nY2 - nY1 + 1 ) ); in ImplMosaic()

Completed in 13 milliseconds