Searched refs:aRotateAnglePropPair (Results 1 – 1 of 1) sorted by relevance
181 EnhancedCustomShapeParameterPair aRotateAnglePropPair; in impl_execute() local184 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()185 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()186 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()187 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()189 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()191 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()192 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()198 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()199 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()[all …]
Completed in 17 milliseconds