Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_RenderElement.h68 typedef TKey KeyType; typedef
115 struct Depth24bitQuantizer : public std::unary_function<float, KeyType>
117 KeyType operator()(float depth) in operator()
119 return static_cast<KeyType>( in operator()
129 struct ReverseDepth24bitQuantizer : public std::unary_function<float, KeyType>
131 KeyType operator()(float depth) in operator()
133 return static_cast<KeyType>( in operator()
143 struct ZeroQuantizer : public std::unary_function<float, KeyType>
145 KeyType operator()(float depth) in operator()
176 m_Key |= static_cast<KeyType>(layerId & BIT64_LAYER_MASK) in SetLayerId()
[all …]
Dgfx_RenderQueue.h46 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>
62 typedef typename TElement::KeyType ElementKeyType;
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp57 typedef ResFloatKeyFV64Data KeyType; typedef in nw::anim::res::__anon542175bd0111::ResAnimTraits
60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey()
64 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
65 …static f32 GetFrameF32( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->G… in GetFrameF32()
66 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()
73 typedef ResFloatKeyFV32Data KeyType; typedef in nw::anim::res::__anon542175bd0111::ResAnimTraits
76 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey()
84 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()
85 static f32 GetFrameF32( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetFrameF32()
90 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()
[all …]