Lines Matching refs:RoundUp
313 size += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()
329 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleInitializer()
711 size += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()
712 size += ut::RoundUp(animationSize, 4); in DuplicateResParticleUpdater()
713 size += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()
714 size += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
715 size += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
716 size += ut::RoundUp(childStrSize, 4); in DuplicateResParticleUpdater()
717 size += ut::RoundUp(childFormSize, 4); in DuplicateResParticleUpdater()
718 size += ut::RoundUp(childOptionSize, 4); in DuplicateResParticleUpdater()
734 dstPtr += ut::RoundUp(baseSize, 4); in DuplicateResParticleUpdater()
749 dstPtr += ut::RoundUp(animationSize, 4); in DuplicateResParticleUpdater()
758 dstPtr += ut::RoundUp(enabledSize, 4); in DuplicateResParticleUpdater()
768 dstPtr += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
780 dstPtr += ut::RoundUp(animationOptionSize, 4); in DuplicateResParticleUpdater()
802 dstPtr += ut::RoundUp(childStrSize, 4); in DuplicateResParticleUpdater()
814 dstPtr += ut::RoundUp(childFormSize, 4); in DuplicateResParticleUpdater()
826 dstPtr += ut::RoundUp(childOptionSize, 4); in DuplicateResParticleUpdater()