Searched refs:aRotateAnglePropPair (Results 1 – 1 of 1) sorted by relevance
187 EnhancedCustomShapeParameterPair aRotateAnglePropPair; in impl_execute() local190 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()191 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()192 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()193 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()195 if( pAny && ( *pAny >>= aRotateAnglePropPair ) ) in impl_execute()197 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()198 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()204 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()205 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()[all …]
Completed in 15 milliseconds