Home | History | Annotate | Download | only in scroll

Lines Matching refs:PerAxisData

73 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
112 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition)
119 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition)
126 double ScrollAnimatorNone::PerAxisData::coastCurve(Curve curve, double factor)
131 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t)
179 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT)
186 double ScrollAnimatorNone::PerAxisData::releaseArea(Curve curve, double startT, double endT)
193 ScrollAnimatorNone::PerAxisData::PerAxisData(ScrollAnimatorNone* parent, float* currentPosition, int visibleLength)
200 void ScrollAnimatorNone::PerAxisData::reset()
224 bool ScrollAnimatorNone::PerAxisData::updateDataFromParameters(float step, float delta, float scrollableSize, double currentTime, Parameters* parameters)
325 inline double ScrollAnimatorNone::PerAxisData::newScrollAnimationPosition(double deltaTime)
337 bool ScrollAnimatorNone::PerAxisData::animateScroll(double currentTime)
361 void ScrollAnimatorNone::PerAxisData::updateVisibleLength(int visibleLength)
425 PerAxisData& data = (orientation == VerticalScrollbar) ? m_verticalData : m_horizontalData;