Searched refs:aOtherEffect (Results 1 – 1 of 1) sorted by relevance
200 TransitionEffect aOtherEffect( rPage ); in compareWith() local202 || (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()[all …]
Completed in 22 milliseconds