Home
last modified time | relevance | path

Searched refs:dataSize (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetUserData.mel83 int $dataSize = size($dataValues);
85 for ($index = 0; $index < $dataSize; ++$index)
327 int $dataSize = nw4cSetUserData_Get_AllUserDataValue($dataValues, $node);
494 if ($curIndex > $dataSize)
496 $curIndex = $dataSize;
498 if ($dataSize > 0)
501 for ($idx = $dataSize; $idx > $curIndex; --$idx)
507 nw4cSetUserData_Set_UserDataSize($node, $dataSize + 1);
513 if ($dataSize == 0)
518 else if ($curIndex >= $dataSize)
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleUtil.cpp488 int dataSize = 0; in GetMemorySizeForDuplicateResParticleUpdaterInternal() local
497 dataSize = resAnimation.GetAnimationDataCount() * sizeof(s32); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
532 size.Add(dataSize, 4); in GetMemorySizeForDuplicateResParticleUpdaterInternal()
672 int dataSize = 0; in DuplicateResParticleUpdater() local
681 dataSize = resAnimation.GetAnimationDataCount() * sizeof(s32); in DuplicateResParticleUpdater()
716 size += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
763 if (dataSize > 0) in DuplicateResParticleUpdater()
768 dataSize); in DuplicateResParticleUpdater()
770 dstPtr += ut::RoundUp(dataSize, 4); in DuplicateResParticleUpdater()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp216 u32 dataSize in IsValidResource() argument
219 …NW_FONT_MIN_ASSERT( dataSize, sizeof(ut::BinaryFileHeader) + sizeof(ut::BinaryBlockHeader) + reint… in IsValidResource()
249 if (sizeof(ut::BinaryFileHeader) + ggBlock->header.size > dataSize) in IsValidResource()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h586 u32 dataSize);