Lines Matching defs:frameNo

42     float frameNo;  member
64 static ExpContent* _expcontent(LottieExpression* exp, float frameNo, LottieObject* obj) in _expcontent()
112 static jerry_value_t _value(float frameNo, LottieProperty* property) in _value()
156 static void _buildTransform(jerry_value_t context, float frameNo, LottieTransform* transform) in _buildTransform()
187 static jerry_value_t _buildGroup(LottieGroup* group, float frameNo) in _buildGroup()
204 static jerry_value_t _buildPolystar(LottiePolyStar* polystar, float frameNo) in _buildPolystar()
234 static jerry_value_t _buildTrimpath(LottieTrimpath* trimpath, float frameNo) in _buildTrimpath()
251 static void _buildLayer(jerry_value_t context, float frameNo, LottieLayer* layer, LottieLayer* comp… in _buildLayer()
694 auto frameNo = exp->comp->frameAtTime(time); in _nearestKey() local
736 auto frameNo = exp->comp->frameAtTime(time); in _valueAtTime() local
759 auto frameNo = exp->comp->frameAtTime(time); in _velocityAtTime() local
793 auto frameNo = exp->comp->frameAtTime(time); in _speedAtTime() local
932 auto frameNo = exp->property->frameNo(key); in _key() local
1019 static void _buildProperty(float frameNo, jerry_value_t context, LottieExpression* exp) in _buildProperty()
1226 void LottieExpressions::buildComp(jerry_value_t context, float frameNo, LottieLayer* comp, LottieEx… in buildComp()
1246 void LottieExpressions::buildComp(LottieComposition* comp, float frameNo, LottieExpression* exp) in buildComp()
1328 jerry_value_t LottieExpressions::evaluate(float frameNo, LottieExpression* exp) in evaluate()