Searched refs:aSkewPropPair (Results 1 – 1 of 1) sorted by relevance
286 EnhancedCustomShapeParameterPair aSkewPropPair; in impl_execute() local287 aSkewPropPair.First.Value <<= fSkew; in impl_execute()288 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()289 aSkewPropPair.Second.Value <<= fSkewAngle; in impl_execute()290 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()292 aPropValue.Value <<= aSkewPropPair; in impl_execute()700 EnhancedCustomShapeParameterPair aSkewPropPair; in getExtrusionDirectionState() local702 if( pAny && ( *pAny >>= aSkewPropPair ) ) in getExtrusionDirectionState()704 aSkewPropPair.First.Value >>= fSkew; in getExtrusionDirectionState()705 aSkewPropPair.Second.Value >>= fSkewAngle; in getExtrusionDirectionState()
Completed in 20 milliseconds