Searched refs:s_maxTransitionLength (Results 1 – 3 of 3) sorted by relevance
187 static const signed char s_maxTransitionLength = 64; variable
363 if (structure->transitionCount() > s_maxTransitionLength) { in addPropertyTransition()
15359 …Changed s_maxTransitionLength and m_offset from size_t to signed char. m_offset will never become…