Lines Matching refs:aAnimation
66 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
68 if( aAnimation.Invert() ) in ExecuteGrfFilterSlot()
69 aGraphic = aAnimation; in ExecuteGrfFilterSlot()
91 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
93 if( aAnimation.Filter( BMP_FILTER_SMOOTH ) ) in ExecuteGrfFilterSlot()
94 aGraphic = aAnimation; in ExecuteGrfFilterSlot()
116 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
118 if( aAnimation.Filter( BMP_FILTER_SHARPEN ) ) in ExecuteGrfFilterSlot()
119 aGraphic = aAnimation; in ExecuteGrfFilterSlot()
141 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
143 if( aAnimation.Filter( BMP_FILTER_REMOVENOISE ) ) in ExecuteGrfFilterSlot()
144 aGraphic = aAnimation; in ExecuteGrfFilterSlot()
166 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
168 if( aAnimation.Filter( BMP_FILTER_SOBEL_GREY ) ) in ExecuteGrfFilterSlot()
169 aGraphic = aAnimation; in ExecuteGrfFilterSlot()
236 Animation aAnimation( rGraphic.GetAnimation() ); in ExecuteGrfFilterSlot() local
238 if( aAnimation.Filter( BMP_FILTER_POPART ) ) in ExecuteGrfFilterSlot()
239 aGraphic = aAnimation; in ExecuteGrfFilterSlot()