Searched refs:aAnimationList (Results 1 – 2 of 2) sorted by relevance
305 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local306 rText.getBlinkTextTiming(aAnimationList); in createTextPrimitive()308 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()315 return Primitive2DReference(new AnimatedBlinkPrimitive2D(aAnimationList, aContent, true)); in createTextPrimitive()383 drawinglayer::animation::AnimationEntryList aAnimationList; in createTextPrimitive() local387 rText.getScrollTextTiming(aAnimationList, aScale.getX(), aScaledRange.getWidth()); in createTextPrimitive()391 rText.getScrollTextTiming(aAnimationList, aScale.getY(), aScaledRange.getHeight()); in createTextPrimitive()394 if(0.0 != aAnimationList.getDuration()) in createTextPrimitive()407 …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 26 milliseconds