Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DTickmarks.cxx210 B2DVector TickFactory_2D::getTickScreenPosition2D( double fScaledLogicTickValue ) const in getTickScreenPosition2D()
214 *((fScaledLogicTickValue+m_fOffset_LogicToScreen)*m_fStrech_LogicToScreen); in getTickScreenPosition2D()
220 , double fScaledLogicTickValue, double fInnerDirectionSign in addPointSequenceForTickLine() argument
227 B2DVector aTickScreenPosition = this->getTickScreenPosition2D(fScaledLogicTickValue); in addPointSequenceForTickLine()
H A DTickmarkHelper.cxx791 B2DVector TickmarkHelper_2D::getTickScreenPosition2D( double fScaledLogicTickValue ) const in getTickScreenPosition2D()
795 *((fScaledLogicTickValue+m_fOffset_LogicToScreen)*m_fStrech_LogicToScreen); in getTickScreenPosition2D()
801 , double fScaledLogicTickValue, double fInnerDirectionSign in addPointSequenceForTickLine() argument
808 B2DVector aTickScreenPosition = this->getTickScreenPosition2D(fScaledLogicTickValue); in addPointSequenceForTickLine()
H A DTickmarks.hxx133 , double fScaledLogicTickValue, double fInnerDirectionSign
145 ::basegfx::B2DVector getTickScreenPosition2D( double fScaledLogicTickValue ) const;

Completed in 21 milliseconds