Searched refs:CONTINUOUS_GRADE_MASK (Results 1 – 1 of 1) sorted by relevance
35 constexpr int32_t CONTINUOUS_GRADE_MASK = 100; variable362 int32_t preGrade = preEffectId % CONTINUOUS_GRADE_MASK; in ProcessContinuousEventSlice()365 prePrimitiveEffect.effectId = mergeDuration * CONTINUOUS_GRADE_MASK + grade; in ProcessContinuousEventSlice()372 primitiveEffect.effectId = slice.duration * CONTINUOUS_GRADE_MASK + grade; in ProcessContinuousEventSlice()