Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/main/
H A DShapeFactory.cxx1681 const double fHalf = 10.0; //half line width on 256 size square in createPolyPolygon_Symbol() local
1682 const double fdX = fScaleX * fHalf; in createPolyPolygon_Symbol()
1683 const double fdY = fScaleY * fHalf; in createPolyPolygon_Symbol()
1728 const double fHalf = 10.0; // half line width on 256 size square in createPolyPolygon_Symbol() local
1729 const double fTwoY = fHalf * sqrt(3.0); in createPolyPolygon_Symbol()
1730 const double fFourY = (128.0 - 2.0 * fHalf ) / sqrt(3.0); in createPolyPolygon_Symbol()
1731 const double fThreeX = 128.0 - fHalf; in createPolyPolygon_Symbol()
1732 const double fThreeY = fHalf * sqrt(3.0) + fFourY; in createPolyPolygon_Symbol()
1733 const double fFiveX = 2.0 * fHalf; in createPolyPolygon_Symbol()
1739 *pInnerSequenceX++ = fX-fScaleX * fHalf; in createPolyPolygon_Symbol()
[all …]