Searched refs:motionRange (Results 1 – 2 of 2) sorted by relevance
753 double motionRange = 0.0; in GetArrowOffset() local759 motionRange = childSize_.Width() - edge.Top().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()762 motionRange = childSize_.Width() - edge.Top().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()765 motionRange = childSize_.Width() - edge.Bottom().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()770 motionRange = childSize_.Height() - edge.Left().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()775 motionRange = childSize_.Height() - edge.Right().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()779 motionRange = childSize_.Width() - edge.Bottom().Value() - ARROW_WIDTH.ConvertToPx(); in GetArrowOffset()785 …arrowOffset_.Unit() == DimensionUnit::PERCENT ? arrowOffset_.Value() * motionRange : arrowOffset_.… in GetArrowOffset()786 0.0, motionRange); in GetArrowOffset()
977 double motionRange = 0.0; in GetArrowOffset() local983 motionRange = childSize_.Width() - edge.Top().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()986 motionRange = childSize_.Width() - edge.Top().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()989 motionRange = childSize_.Width() - edge.Bottom().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()994 motionRange = childSize_.Height() - edge.Left().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()999 motionRange = childSize_.Height() - edge.Right().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()1003 motionRange = childSize_.Width() - edge.Bottom().Value() - NormalizeToPx(ARROW_WIDTH); in GetArrowOffset()1008 …eturn std::clamp(arrowOffset_.Unit() == DimensionUnit::PERCENT ? arrowOffset_.Value() * motionRange in GetArrowOffset()1010 0.0, motionRange); in GetArrowOffset()