Lines Matching refs:animationOptionSize
489 int animationOptionSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
506 animationOptionSize = sizeof(ResParticleAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
509 animationOptionSize = sizeof(ResParticleFittingAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
512 animationOptionSize = sizeof(ResParticleFrameLoopAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
515 animationOptionSize = sizeof(ResParticleRandomAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
533 size.Add(animationOptionSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
673 int animationOptionSize = 0; in DuplicateResParticleUpdater() local
690 animationOptionSize = sizeof(ResParticleAnimationOptionData); in DuplicateResParticleUpdater()
693 animationOptionSize = sizeof(ResParticleFittingAnimationOptionData); in DuplicateResParticleUpdater()
696 animationOptionSize = sizeof(ResParticleFrameLoopAnimationOptionData); in DuplicateResParticleUpdater()
699 animationOptionSize = sizeof(ResParticleRandomAnimationOptionData); in DuplicateResParticleUpdater()
717 size += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
773 if (animationOptionSize != 0) in DuplicateResParticleUpdater()
780 animationOptionSize); in DuplicateResParticleUpdater()
782 dstPtr += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()