Searched refs:KeyType (Results 1 – 3 of 3) sorted by relevance
68 typedef TKey KeyType; typedef115 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 …]
46 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>62 typedef typename TElement::KeyType ElementKeyType;
57 typedef ResFloatKeyFV64Data KeyType; typedef in nw::anim::res::__anon542175bd0111::ResAnimTraits60 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::ResAnimTraits76 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 …]