Lines Matching refs:RoundUp
315 size += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()
331 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()
713 size += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()
714 size += ut::RoundUp(animationSize, 4); in DuplicateResParticleUpdater()
715 size += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()
716 size += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
717 size += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
718 size += ut::RoundUp(childStrSize, 4); in DuplicateResParticleUpdater()
719 size += ut::RoundUp(childFormSize, 4); in DuplicateResParticleUpdater()
720 size += ut::RoundUp(childOptionSize, 4); in DuplicateResParticleUpdater()
736 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()
751 dstPtr += ut::RoundUp(animationSize, 4); in DuplicateResParticleUpdater()
760 dstPtr += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()
770 dstPtr += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
782 dstPtr += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
804 dstPtr += ut::RoundUp(childStrSize, 4); in DuplicateResParticleUpdater()
816 dstPtr += ut::RoundUp(childFormSize, 4); in DuplicateResParticleUpdater()
828 dstPtr += ut::RoundUp(childOptionSize, 4); in DuplicateResParticleUpdater()