Searched refs:fCrossesOtherAxis (Results 1 – 2 of 2) sorted by relevance
814 double fCrossesOtherAxis; in getLogicValueWhereMainLineCrossesOtherAxis() local820 fCrossesOtherAxis = fMax; in getLogicValueWhereMainLineCrossesOtherAxis()822 fCrossesOtherAxis = fMin; in getLogicValueWhereMainLineCrossesOtherAxis()824 return fCrossesOtherAxis; in getLogicValueWhereMainLineCrossesOtherAxis()832 double fCrossesOtherAxis; in getLogicValueWhereLabelLineCrossesOtherAxis() local834 fCrossesOtherAxis = fMin; in getLogicValueWhereLabelLineCrossesOtherAxis()836 fCrossesOtherAxis = fMax; in getLogicValueWhereLabelLineCrossesOtherAxis()839 return fCrossesOtherAxis; in getLogicValueWhereLabelLineCrossesOtherAxis()974 fCrossesOtherAxis = fMinY; in get2DAxisMainLine()976 fCrossesOtherAxis = fMaxY; in get2DAxisMainLine()[all …]
74 bool getLogicValueWhereExtraLineCrossesOtherAxis( double& fCrossesOtherAxis) const;75 …AxisMainLine( ::basegfx::B2DVector& rStart, ::basegfx::B2DVector& rEnd, double fCrossesOtherAxis );
Completed in 46 milliseconds