Searched refs:fArea_1 (Results 1 – 1 of 1) sorted by relevance
802 double fArea_1; in ImplMosaic() local816 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 15 milliseconds