Searched refs:playUntilComplete (Results 1 – 2 of 2) sorted by relevance
76 bool playUntilComplete; member
553 part.playUntilComplete = pathType == 'c'; in parseAnimationDesc()571 part.playUntilComplete = false; in parseAnimationDesc()702 if(exitPending() && !part.playUntilComplete) in playAnimation()716 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) { in playAnimation()