Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_PackedFont.h270 u16 nextIndex; member
324 NN_ASSERT( ! (node.prevIndex == LOCKED_INDEX) ^ (node.nextIndex == LOCKED_INDEX) ); in IsLockedNode()
331 node.nextIndex = LOCKED_INDEX; in MarkLocked()
337 OrderNode& next = GetNode(node.nextIndex); in Unlink()
338 prev.nextIndex = node.nextIndex; in Unlink()
/NW4C-1.3.3/sources/libraries/font/
Dfont_PackedFont.cpp1030 node.nextIndex = static_cast<u16>((i <= 0) ? numOrderNode: i - 1); in Init()
1035 root.nextIndex = static_cast<u16>(numOrderNode - 1); in Init()
1051 OrderNode& first = GetNode(root.nextIndex); in Use()
1052 target.nextIndex = root.nextIndex; in Use()
1054 root.nextIndex = static_cast<u16>(index); in Use()
1075 target.nextIndex = last.nextIndex; in Unuse()
1077 last.nextIndex = static_cast<u16>(index); in Unuse()
1109 OrderNode& first = GetNode(root.nextIndex); in Unlock()
1110 target.nextIndex = root.nextIndex; in Unlock()
1112 root.nextIndex = static_cast<u16>(index); in Unlock()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp680 int nextIndex = *pFreeIndex; in SetDefaultValues() local
683 *pActiveIndex = nextIndex; in SetDefaultValues()
686 if (minIndex > nextIndex) in SetDefaultValues()
688 minIndex = nextIndex; in SetDefaultValues()
691 if (maxIndex < nextIndex) in SetDefaultValues()
693 maxIndex = nextIndex; in SetDefaultValues()
696 birth[nextIndex] = time; in SetDefaultValues()
697 translate[nextIndex] = *positions++; in SetDefaultValues()
698 velocity[nextIndex].x = 0.0f; in SetDefaultValues()
699 velocity[nextIndex].y = 0.0f; in SetDefaultValues()
[all …]
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp750 u32 nextIndex = u32(nextFrame); in CalcVector3CurveCV_() local
751 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcVector3CurveCV_()
790 u32 nextIndex = u32(nextFrame); in CalcRotateCurveCV_() local
791 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_()
842 u32 nextIndex = u32(nextFrame); in CalcTranslateCurveCV_() local
843 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcTranslateCurveCV_()