Lines Matching refs:animationOptionSize
487 int animationOptionSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
504 animationOptionSize = sizeof(ResParticleAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
507 animationOptionSize = sizeof(ResParticleFittingAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
510 animationOptionSize = sizeof(ResParticleFrameLoopAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
513 animationOptionSize = sizeof(ResParticleRandomAnimationOptionData); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
531 size.Add(animationOptionSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
671 int animationOptionSize = 0; in DuplicateResParticleUpdater() local
688 animationOptionSize = sizeof(ResParticleAnimationOptionData); in DuplicateResParticleUpdater()
691 animationOptionSize = sizeof(ResParticleFittingAnimationOptionData); in DuplicateResParticleUpdater()
694 animationOptionSize = sizeof(ResParticleFrameLoopAnimationOptionData); in DuplicateResParticleUpdater()
697 animationOptionSize = sizeof(ResParticleRandomAnimationOptionData); in DuplicateResParticleUpdater()
715 size += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
771 if (animationOptionSize != 0) in DuplicateResParticleUpdater()
778 animationOptionSize); in DuplicateResParticleUpdater()
780 dstPtr += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()