Lines Matching refs:aBmpEx
399 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GraphicFilterDialog() local
401 if( aBmpEx.Scale( aGrfSize, BMP_SCALE_INTERPOLATE ) ) in GraphicFilterDialog()
402 maGraphic = aBmpEx; in GraphicFilterDialog()
505 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
507 if( aBmpEx.Filter( BMP_FILTER_MOSAIC, &aParam ) ) in GetFilteredGraphic()
510 aBmpEx.Filter( BMP_FILTER_SHARPEN ); in GetFilteredGraphic()
512 aRet = aBmpEx; in GetFilteredGraphic()
567 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
569 if( aBmpEx.Filter( BMP_FILTER_SOLARIZE, &aParam ) ) in GetFilteredGraphic()
572 aBmpEx.Invert(); in GetFilteredGraphic()
574 aRet = aBmpEx; in GetFilteredGraphic()
620 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
622 if( aBmpEx.Filter( BMP_FILTER_SEPIA, &aParam ) ) in GetFilteredGraphic()
623 aRet = aBmpEx; in GetFilteredGraphic()
670 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
672 if( aBmpEx.ReduceColors( nPosterCount, BMP_REDUCE_POPULAR ) ) in GetFilteredGraphic()
673 aRet = aBmpEx; in GetFilteredGraphic()
746 BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); in GetFilteredGraphic() local
748 if( aBmpEx.Filter( BMP_FILTER_EMBOSS_GREY, &aParam ) ) in GetFilteredGraphic()
749 aRet = aBmpEx; in GetFilteredGraphic()