Searched refs:aDepthPropPair (Results 1 – 1 of 1) sorted by relevance
308 EnhancedCustomShapeParameterPair aDepthPropPair; in impl_execute() local309 aDepthPropPair.First.Value <<= fDepth; in impl_execute()310 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()311 aDepthPropPair.Second.Value <<= fFraction; in impl_execute()312 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()316 aPropValue.Value <<= aDepthPropPair; in impl_execute()975 EnhancedCustomShapeParameterPair aDepthPropPair; in getExtrusionDepthState() local976 if ( *pAny >>= aDepthPropPair ) in getExtrusionDepthState()977 aDepthPropPair.First.Value >>= fDepth; in getExtrusionDepthState()