Searched refs:fSmall (Results 1 – 2 of 2) sorted by relevance
324 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local325 fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()340 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local341 fTextX = aMainRight.getX() + (fEndArrowH + fSmall + fHalfLineWidth); in create2DDecomposition()368 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local369 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()379 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local380 fTextY = aMainLeft.getY() + (fSmall + fHalfLineWidth); in create2DDecomposition()
1633 const double fSmall = sqrt(200.0); in createPolyPolygon_Symbol() local1634 const double fLarge = 128.0 - fSmall; in createPolyPolygon_Symbol()1637 *pInnerSequenceY++ = fY - fScaleY * fSmall; in createPolyPolygon_Symbol()1645 *pInnerSequenceX++ = fX - fScaleX * fSmall; in createPolyPolygon_Symbol()1655 *pInnerSequenceY++ = fY + fScaleY * fSmall; in createPolyPolygon_Symbol()1663 *pInnerSequenceX++ = fX + fScaleX * fSmall; in createPolyPolygon_Symbol()1673 *pInnerSequenceY++ = fY - fScaleY * fSmall; in createPolyPolygon_Symbol()
Completed in 66 milliseconds