Searched refs:KeyType (Results 1 – 3 of 3) sorted by relevance
64 typedef TKey KeyType; typedef111 struct Depth24bitQuantizer : public std::unary_function<float, KeyType>113 KeyType operator()(float depth) in operator()115 return static_cast<KeyType>( in operator()125 struct ReverseDepth24bitQuantizer : public std::unary_function<float, KeyType>127 KeyType operator()(float depth) in operator()129 return static_cast<KeyType>( in operator()139 struct ZeroQuantizer : public std::unary_function<float, KeyType>141 KeyType operator()(float depth) in operator()172 m_Key |= static_cast<KeyType>(layerId & BIT64_LAYER_MASK) in SetLayerId()[all …]
44 typename TElementKeyFactory = BasicRenderKeyFactory<typename TElement::KeyType>60 typedef typename TElement::KeyType ElementKeyType;
41 typedef ResFloatKeyFV64Data KeyType; typedef in nw::anim::res::__anon339a9d700111::ResAnimTraits44 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey()48 static FrameType GetFrame( const KeyType* pKey ) { return pKey->GetFrame(); } in GetFrame()49 static f32 GetFrameF32( const KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32()50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue()57 typedef ResFloatKeyFV32Data KeyType; typedef in nw::anim::res::__anon339a9d700111::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 KeyType* pKey ) { return pKey->GetFrameF32(); } in GetFrameF32()66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue()[all …]