Home
last modified time | relevance | path

Searched refs:aSkewPair (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1906 EnhancedCustomShapeParameterPair aSkewPair; in ApplyCustomShapeGeometryAttributes() local
1907 aSkewPair.First.Value <<= fSkewAmount; in ApplyCustomShapeGeometryAttributes()
1908 aSkewPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1909 aSkewPair.Second.Value <<= fSkewAngle; in ApplyCustomShapeGeometryAttributes()
1910 aSkewPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in ApplyCustomShapeGeometryAttributes()
1912 aProp.Value <<= aSkewPair; in ApplyCustomShapeGeometryAttributes()