Searched refs:aSkewPropPair (Results 1 – 1 of 1) sorted by relevance
280 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local281 aSkewPropPair.First.Value <<= fSkew; in impl_execute()282 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()283 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()284 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()286 aPropValue.Value <<= aSkewPropPair; in impl_execute()694 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local696 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()698 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()699 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()
Completed in 29 milliseconds