Searched refs:postDynamicColoring (Results 1 – 2 of 2) sorted by relevance
1083 bool postDynamicColoring = false; in parseAnimationDesc() local1152 part.postDynamicColoring = false; in parseAnimationDesc()1153 postDynamicColoring = true; in parseAnimationDesc()1157 part.postDynamicColoring = postDynamicColoring; in parseAnimationDesc()1497 : (part.postDynamicColoring ? 1 : 0); in playAnimation()
96 bool postDynamicColoring = false; member