Searched refs:SCROLL_TO_INDEX_CURVE (Results 1 – 1 of 1) sorted by relevance
50 constexpr int32_t SCROLL_TO_INDEX_CURVE = 5; variable373 … if (static_cast<int>((*values)[SCROLL_TO_INDEX_CURVE]) < static_cast<int>(CurvesVector.size())) { in SetScrollTo()374 curve = CurvesVector[static_cast<int>((*values)[SCROLL_TO_INDEX_CURVE])]; in SetScrollTo()