Searched refs:aAnimationList (Results 1 – 2 of 2) sorted by relevance
334 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local335 rText.getBlinkTextTiming(aAnimationList); in createTextPrimitive()337 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()344 return Primitive2DReference(new AnimatedBlinkPrimitive2D(aAnimationList, aContent, true)); in createTextPrimitive()412 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local416 rText.getScrollTextTiming(aAnimationList, aScale.getX(), aScaledRange.getWidth()); in createTextPrimitive()420 rText.getScrollTextTiming(aAnimationList, aScale.getY(), aScaledRange.getHeight()); in createTextPrimitive()423 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()436 …ve2DReference xRefA(new AnimatedInterpolatePrimitive2D(aMatrixStack, aAnimationList, aAnimSequence… in createTextPrimitive()
249 animation::AnimationEntryList aAnimationList; in create2DDecompositionOfGraphic() local250 aAnimationList.append(aAnimationLoop); in create2DDecompositionOfGraphic()255 aAnimationList, in create2DDecompositionOfGraphic()
Completed in 22 milliseconds