Lines Matching refs:aOtherEffect
200 TransitionEffect aOtherEffect( rPage ); in compareWith() local
201 mbEffectAmbiguous = mbEffectAmbiguous || aOtherEffect.mbEffectAmbiguous in compareWith()
202 || (mnType != aOtherEffect.mnType) in compareWith()
203 || (mnSubType != aOtherEffect.mnSubType) in compareWith()
204 || (mbDirection != aOtherEffect.mbDirection) in compareWith()
205 || (mnFadeColor != aOtherEffect.mnFadeColor); in compareWith()
207 …mbDurationAmbiguous = mbDurationAmbiguous || aOtherEffect.mbDurationAmbiguous || mfDuration != aOt… in compareWith()
208 …mbTimeAmbiguous = mbTimeAmbiguous || aOtherEffect.mbTimeAmbiguous || mnTime != aOtherEffect.mnTime; in compareWith()
209 …ChangeAmbiguous = mbPresChangeAmbiguous || aOtherEffect.mbPresChangeAmbiguous || mePresChange != a… in compareWith()
210 …mbSoundAmbiguous = mbSoundAmbiguous || aOtherEffect.mbSoundAmbiguous || mbSoundOn != aOtherEffect.… in compareWith()
211 …(!mbStopSound && !aOtherEffect.mbStopSound && maSound != aOtherEffect.maSound) || (mbStopSound != … in compareWith()
212 …oopSoundAmbiguous = mbLoopSoundAmbiguous || aOtherEffect.mbLoopSoundAmbiguous || mbLoopSound != aO… in compareWith()